Searched defs:coords (Results 1 – 9 of 9) sorted by relevance
63 float[] coords; in Wedge() local
73 MotionEvent.PointerCoords coords = new MotionEvent.PointerCoords(); in getMotionEvent() local
211 final MotionEvent.PointerCoords[] coords = new MotionEvent.PointerCoords[1]; in createScrollEvent() local
717 PointerCoords coords = new PointerCoords(); in testPointerCoordsDefaultConstructor() local732 PointerCoords coords = new PointerCoords(); in testPointerCoordsCopyConstructor() local759 PointerCoords coords = new PointerCoords(); in testPointerCoordsCopyFrom() local
216 MotionEvent.PointerCoords[] coords = new MotionEvent.PointerCoords[pointerCount]; in dispatchMultiTouchMotionEventToActivity() local
4344 MotionEvent.PointerCoords[] coords = new MotionEvent.PointerCoords[] { in testFilterTouchesWhenObscured() local
211 MotionEvent.PointerCoords[] coords = new MotionEvent.PointerCoords[1]; in parseMotionEvent() local
225 MotionEvent.PointerCoords[] coords = new MotionEvent.PointerCoords[pointerCount]; in splitBatchedMotionEvent() local
450 int[][] coords = new int[][] {{ww, hh}, {ww * 3, hh}, {ww * 3, hh * 3}, {ww, hh * 3}}; in checkRotatedFrameQuadrants() local