Searched defs:pointerIndex (Results 1 – 3 of 3) sorted by relevance
57 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()
627 public PointerIcon onResolvePointerIcon(MotionEvent event, int pointerIndex) { in onResolvePointerIcon()
70 int pointerIndex = event.findPointerIndex(pointerId); in onTouchEvent() local