| /cts/tests/input/src/android/input/cts/ |
| D | TouchInjector.kt | 62 val coords = arrayOfNulls<MotionEvent.PointerCoords>(pointerCount) in sendMultiTouchEvent() constant
|
| D | MotionEventIsResampledTest.kt | 120 val coords = MotionEvent.PointerCoords() in testIsResampled() constant
|
| D | MotionPredictorTest.kt | 85 val coords = arrayOfNulls<MotionEvent.PointerCoords>(pointerCount) in getMotionEvent() constant
|
| D | VelocityTrackerTest.kt | 286 val coords = MotionEvent.PointerCoords() in createScrollMotionEvent() constant
|
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/renderers/ |
| D | Wedge.java | 63 float[] coords; in Wedge() local
|
| /cts/tests/tests/systemui/src/android/systemui/cts/ |
| D | TouchHelper.java | 73 MotionEvent.PointerCoords coords = new MotionEvent.PointerCoords(); in getMotionEvent() local
|
| /cts/apps/CameraITS/tests/scene8/ |
| D | test_ae_awb_regions.py | 44 def _convert_image_coords_to_sensor_coords( argument
|
| /cts/tests/tests/view/src/android/view/cts/ |
| D | MotionEventTest.java | 827 PointerCoords coords = new PointerCoords(); in testPointerCoordsDefaultConstructor() local 842 PointerCoords coords = new PointerCoords(); in testPointerCoordsCopyConstructor() local 869 PointerCoords coords = new PointerCoords(); in testPointerCoordsCopyFrom() local
|
| D | TouchDelegateTest.java | 227 MotionEvent.PointerCoords[] coords = new MotionEvent.PointerCoords[pointerCount]; in dispatchMultiTouchMotionEventToActivity() local
|
| D | ViewTest.java | 4564 MotionEvent.PointerCoords[] coords = new MotionEvent.PointerCoords[] { in testFilterTouchesWhenObscured() local
|
| /cts/tests/tests/text/src/android/text/method/cts/ |
| D | BaseMovementMethodTest.java | 289 final MotionEvent.PointerCoords[] coords = new MotionEvent.PointerCoords[1]; in createScrollEvent() local
|
| /cts/tests/tests/hardware/src/android/hardware/input/cts/tests/ |
| D | InputTestCase.java | 369 MotionEvent.PointerCoords[] coords = new MotionEvent.PointerCoords[pointerCount]; in splitBatchedMotionEvent() local
|
| /cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/ |
| D | TestUtils.java | 539 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/ |
| D | InputJsonParser.java | 503 MotionEvent.PointerCoords[] coords = new MotionEvent.PointerCoords[pointerCount]; in parseMotionEvent() local
|
| /cts/tests/tests/media/codec/src/android/media/codec/cts/ |
| D | EncodeVirtualDisplayWithCompositionTestImpl.java | 364 int[][] coords = new int[][] {{ww, hh}, {ww * 3, hh}, {ww * 3, hh * 3}, {ww, hh * 3}}; in checkRotatedFrameQuadrants() local
|