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()182 public void verifyMatches(MotionEvent that, int pointerIndex) { in verifyMatches()296 public void verifyMatchesHistorical(MotionEvent that, int pointerIndex, int position) { in verifyMatchesHistorical()403 public void verifyMatchesPointerCoords(MotionEvent motionEvent, int pointerIndex) { in verifyMatchesPointerCoords()410 public void verifyMatchesHistoricalPointerCoords(MotionEvent motionEvent, int pointerIndex, in verifyMatchesHistoricalPointerCoords()
628 public PointerIcon onResolvePointerIcon(MotionEvent event, int pointerIndex) { in onResolvePointerIcon()
70 int pointerIndex = event.findPointerIndex(pointerId); in onTouchEvent() local