Home
last modified time | relevance | path

Searched defs:pointerIndex (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/view/src/android/view/cts/
DMotionEventUtils.java57 public void verifyMatches(MotionEvent that, int pointerIndex) { in verifyMatches()
69 public void verifyMatchesPointerProperties(MotionEvent motionEvent, int pointerIndex) { in verifyMatchesPointerProperties()
172 public void verifyMatches(MotionEvent that, int pointerIndex) { in verifyMatches()
278 public void verifyMatchesHistorical(MotionEvent that, int pointerIndex, int position) { in verifyMatchesHistorical()
378 public void verifyMatchesPointerCoords(MotionEvent motionEvent, int pointerIndex) { in verifyMatchesPointerCoords()
385 public void verifyMatchesHistoricalPointerCoords(MotionEvent motionEvent, int pointerIndex, in verifyMatchesHistoricalPointerCoords()
DMockView.java627 public PointerIcon onResolvePointerIcon(MotionEvent event, int pointerIndex) { in onResolvePointerIcon()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/touch/
DTouchPointView.java70 int pointerIndex = event.findPointerIndex(pointerId); in onTouchEvent() local