Home
last modified time | relevance | path

Searched defs:coords (Results 1 – 13 of 13) sorted by relevance

/cts/tests/input/src/android/input/cts/
DTouchInjector.kt62 val coords = arrayOfNulls<MotionEvent.PointerCoords>(pointerCount) in sendMultiTouchEvent() constant
DMotionPredictorTest.kt77 val coords = arrayOfNulls<MotionEvent.PointerCoords>(pointerCount) in getMotionEvent() constant
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/renderers/
DWedge.java63 float[] coords; in Wedge() local
/cts/tests/tests/systemui/src/android/systemui/cts/
DTouchHelper.java73 MotionEvent.PointerCoords coords = new MotionEvent.PointerCoords(); in getMotionEvent() local
/cts/tests/tests/view/src/android/view/cts/
DMotionEventTest.java783 PointerCoords coords = new PointerCoords(); in testPointerCoordsDefaultConstructor() local
798 PointerCoords coords = new PointerCoords(); in testPointerCoordsCopyConstructor() local
825 PointerCoords coords = new PointerCoords(); in testPointerCoordsCopyFrom() local
DTouchDelegateTest.java216 MotionEvent.PointerCoords[] coords = new MotionEvent.PointerCoords[pointerCount]; in dispatchMultiTouchMotionEventToActivity() local
DVelocityTrackerTest.java291 MotionEvent.PointerCoords coords = new MotionEvent.PointerCoords(); in createScrollMotionEvent() local
DViewTest.java4544 MotionEvent.PointerCoords[] coords = new MotionEvent.PointerCoords[] { in testFilterTouchesWhenObscured() local
/cts/tests/tests/text/src/android/text/method/cts/
DBaseMovementMethodTest.java282 final MotionEvent.PointerCoords[] coords = new MotionEvent.PointerCoords[1]; in createScrollEvent() local
/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/
DTestUtils.java354 MotionEvent.PointerCoords[] coords = in getMotionEvent() local
413 MotionEvent.PointerCoords[] coords = new MotionEvent.PointerCoords[pointerCount]; in splitBatchedMotionEvent() local
/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/
DInputTestCase.java367 MotionEvent.PointerCoords[] coords = new MotionEvent.PointerCoords[pointerCount]; in splitBatchedMotionEvent() local
/cts/libs/input/src/com/android/cts/input/
DInputJsonParser.java502 MotionEvent.PointerCoords[] coords = new MotionEvent.PointerCoords[pointerCount]; in parseMotionEvent() local
/cts/tests/tests/media/codec/src/android/media/codec/cts/
DEncodeVirtualDisplayWithCompositionTestImpl.java365 int[][] coords = new int[][] {{ww, hh}, {ww * 3, hh}, {ww * 3, hh * 3}, {ww, hh * 3}}; in checkRotatedFrameQuadrants() local