Searched refs:currentCoords (Results 1 – 2 of 2) sorted by relevance
360 MotionEvent.PointerCoords[] currentCoords = new MotionEvent.PointerCoords[pointerCount]; in splitBatchedMotionEvent() local364 currentCoords[p] = new MotionEvent.PointerCoords(); in splitBatchedMotionEvent()365 event.getPointerCoords(p, currentCoords[p]); in splitBatchedMotionEvent()388 pointerCount, properties, currentCoords, in splitBatchedMotionEvent()
588 final MotionEvent.PointerCoords[] currentCoords = in splitBatchedMotionEvent() local593 currentCoords[p] = new MotionEvent.PointerCoords(); in splitBatchedMotionEvent()594 event.getPointerCoords(p, currentCoords[p]); in splitBatchedMotionEvent()617 pointerCount, properties, currentCoords, in splitBatchedMotionEvent()