Home
last modified time | relevance | path

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

/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/text/src/android/text/method/cts/
DBaseMovementMethodTest.java211 final MotionEvent.PointerCoords[] coords = new MotionEvent.PointerCoords[1]; in createScrollEvent() local
/cts/tests/tests/view/src/android/view/cts/
DMotionEventTest.java717 PointerCoords coords = new PointerCoords(); in testPointerCoordsDefaultConstructor() local
732 PointerCoords coords = new PointerCoords(); in testPointerCoordsCopyConstructor() local
759 PointerCoords coords = new PointerCoords(); in testPointerCoordsCopyFrom() local
DTouchDelegateTest.java216 MotionEvent.PointerCoords[] coords = new MotionEvent.PointerCoords[pointerCount]; in dispatchMultiTouchMotionEventToActivity() local
DViewTest.java4344 MotionEvent.PointerCoords[] coords = new MotionEvent.PointerCoords[] { in testFilterTouchesWhenObscured() local
/cts/libs/input/src/com/android/cts/input/
DHidJsonParser.java211 MotionEvent.PointerCoords[] coords = new MotionEvent.PointerCoords[1]; in parseMotionEvent() local
/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/
DInputTestCase.java225 MotionEvent.PointerCoords[] coords = new MotionEvent.PointerCoords[pointerCount]; in splitBatchedMotionEvent() local
/cts/tests/tests/media/src/android/media/cts/
DEncodeVirtualDisplayWithCompositionTest.java450 int[][] coords = new int[][] {{ww, hh}, {ww * 3, hh}, {ww * 3, hh * 3}, {ww, hh * 3}}; in checkRotatedFrameQuadrants() local