Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/
DInputTestCase.java320 MotionEvent.PointerCoords[] currentCoords = new MotionEvent.PointerCoords[pointerCount]; in splitBatchedMotionEvent() local
324 currentCoords[p] = new MotionEvent.PointerCoords(); in splitBatchedMotionEvent()
325 event.getPointerCoords(p, currentCoords[p]); in splitBatchedMotionEvent()
348 pointerCount, properties, currentCoords, in splitBatchedMotionEvent()