Searched refs:dragPointerIndex (Results 1 – 2 of 2) sorted by relevance
92 final int dragPointerIndex = ev.findPointerIndex(mDragPointerId); in onMotionEvent() local94 float dx = ev.getRawX(dragPointerIndex) - mInputDownPoint.x; in onMotionEvent()95 float dy = ev.getRawY(dragPointerIndex) - mInputDownPoint.y; in onMotionEvent()
415 int dragPointerIndex = e.findPointerIndex(mDragPointerId); in handleMotionEvent() local416 float rawX = e.getRawX(dragPointerIndex); in handleMotionEvent()417 float rawY = e.getRawY(dragPointerIndex); in handleMotionEvent()425 int dragPointerIndex = e.findPointerIndex(mDragPointerId); in handleMotionEvent() local427 e.getRawX(dragPointerIndex), e.getRawY(dragPointerIndex)); in handleMotionEvent()