Home
last modified time | relevance | path

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

/cts/tests/input/src/android/input/cts/
DTouchInjector.kt62 val coords = arrayOfNulls<MotionEvent.PointerCoords>(pointerCount) in sendMultiTouchEvent() constant
DMotionEventIsResampledTest.kt120 val coords = MotionEvent.PointerCoords() in testIsResampled() constant
DMotionPredictorTest.kt85 val coords = arrayOfNulls<MotionEvent.PointerCoords>(pointerCount) in getMotionEvent() constant
DVelocityTrackerTest.kt286 val coords = MotionEvent.PointerCoords() in createScrollMotionEvent() 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/apps/CameraITS/tests/scene8/
Dtest_ae_awb_regions.py44 def _convert_image_coords_to_sensor_coords( argument
/cts/tests/tests/view/src/android/view/cts/
DMotionEventTest.java827 PointerCoords coords = new PointerCoords(); in testPointerCoordsDefaultConstructor() local
842 PointerCoords coords = new PointerCoords(); in testPointerCoordsCopyConstructor() local
869 PointerCoords coords = new PointerCoords(); in testPointerCoordsCopyFrom() local
DTouchDelegateTest.java227 MotionEvent.PointerCoords[] coords = new MotionEvent.PointerCoords[pointerCount]; in dispatchMultiTouchMotionEventToActivity() local
DViewTest.java4564 MotionEvent.PointerCoords[] coords = new MotionEvent.PointerCoords[] { in testFilterTouchesWhenObscured() local
/cts/tests/tests/text/src/android/text/method/cts/
DBaseMovementMethodTest.java289 final MotionEvent.PointerCoords[] coords = new MotionEvent.PointerCoords[1]; in createScrollEvent() local
/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/
DInputTestCase.java369 MotionEvent.PointerCoords[] coords = new MotionEvent.PointerCoords[pointerCount]; in splitBatchedMotionEvent() local
/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/
DTestUtils.java539 MotionEvent.PointerCoords[] coords = in getMotionEvent() local
598 MotionEvent.PointerCoords[] coords = new MotionEvent.PointerCoords[pointerCount]; in splitBatchedMotionEvent() local
/cts/libs/input/src/com/android/cts/input/
DInputJsonParser.java503 MotionEvent.PointerCoords[] coords = new MotionEvent.PointerCoords[pointerCount]; in parseMotionEvent() local
/cts/tests/tests/media/codec/src/android/media/codec/cts/
DEncodeVirtualDisplayWithCompositionTestImpl.java364 int[][] coords = new int[][] {{ww, hh}, {ww * 3, hh}, {ww * 3, hh * 3}, {ww, hh * 3}}; in checkRotatedFrameQuadrants() local