Searched defs:coords (Results 1 – 13 of 13) sorted by relevance
62 val coords = arrayOfNulls<MotionEvent.PointerCoords>(pointerCount) in sendMultiTouchEvent() constant
77 val coords = arrayOfNulls<MotionEvent.PointerCoords>(pointerCount) in getMotionEvent() constant
63 float[] coords; in Wedge() local
73 MotionEvent.PointerCoords coords = new MotionEvent.PointerCoords(); in getMotionEvent() local
783 PointerCoords coords = new PointerCoords(); in testPointerCoordsDefaultConstructor() local798 PointerCoords coords = new PointerCoords(); in testPointerCoordsCopyConstructor() local825 PointerCoords coords = new PointerCoords(); in testPointerCoordsCopyFrom() local
216 MotionEvent.PointerCoords[] coords = new MotionEvent.PointerCoords[pointerCount]; in dispatchMultiTouchMotionEventToActivity() local
291 MotionEvent.PointerCoords coords = new MotionEvent.PointerCoords(); in createScrollMotionEvent() local
4544 MotionEvent.PointerCoords[] coords = new MotionEvent.PointerCoords[] { in testFilterTouchesWhenObscured() local
282 final MotionEvent.PointerCoords[] coords = new MotionEvent.PointerCoords[1]; in createScrollEvent() local
354 MotionEvent.PointerCoords[] coords = in getMotionEvent() local413 MotionEvent.PointerCoords[] coords = new MotionEvent.PointerCoords[pointerCount]; in splitBatchedMotionEvent() local
367 MotionEvent.PointerCoords[] coords = new MotionEvent.PointerCoords[pointerCount]; in splitBatchedMotionEvent() local
502 MotionEvent.PointerCoords[] coords = new MotionEvent.PointerCoords[pointerCount]; in parseMotionEvent() local
365 int[][] coords = new int[][] {{ww, hh}, {ww * 3, hh}, {ww * 3, hh * 3}, {ww, hh * 3}}; in checkRotatedFrameQuadrants() local