Home
last modified time | relevance | path

Searched refs:dragPointerIndex (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
H A DDragDetector.java92 final int dragPointerIndex = ev.findPointerIndex(mDragPointerId); in onMotionEvent() local
94 float dx = ev.getRawX(dragPointerIndex) - mInputDownPoint.x; in onMotionEvent()
95 float dy = ev.getRawY(dragPointerIndex) - mInputDownPoint.y; in onMotionEvent()
H A DDragResizeInputListener.java415 int dragPointerIndex = e.findPointerIndex(mDragPointerId); in handleMotionEvent() local
416 float rawX = e.getRawX(dragPointerIndex); in handleMotionEvent()
417 float rawY = e.getRawY(dragPointerIndex); in handleMotionEvent()
425 int dragPointerIndex = e.findPointerIndex(mDragPointerId); in handleMotionEvent() local
427 e.getRawX(dragPointerIndex), e.getRawY(dragPointerIndex)); in handleMotionEvent()