Home
last modified time | relevance | path

Searched refs:currentCoords (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/
DInputTestCase.java360 MotionEvent.PointerCoords[] currentCoords = new MotionEvent.PointerCoords[pointerCount]; in splitBatchedMotionEvent() local
364 currentCoords[p] = new MotionEvent.PointerCoords(); in splitBatchedMotionEvent()
365 event.getPointerCoords(p, currentCoords[p]); in splitBatchedMotionEvent()
388 pointerCount, properties, currentCoords, in splitBatchedMotionEvent()
/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/
DTestUtils.java588 final MotionEvent.PointerCoords[] currentCoords = in splitBatchedMotionEvent() local
593 currentCoords[p] = new MotionEvent.PointerCoords(); in splitBatchedMotionEvent()
594 event.getPointerCoords(p, currentCoords[p]); in splitBatchedMotionEvent()
617 pointerCount, properties, currentCoords, in splitBatchedMotionEvent()