Searched refs:getActiveTouchSlop (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/touch/
H A DSwipeDetector.java76 abstract float getActiveTouchSlop(MotionEvent ev, int pointerIndex, PointF downPos); method in class:SwipeDetector.Direction
87 float getActiveTouchSlop(MotionEvent ev, int pointerIndex, PointF downPos) {
100 float getActiveTouchSlop(MotionEvent ev, int pointerIndex, PointF downPos) {
203 if (Math.max(mDir.getActiveTouchSlop(ev, pointerIndex, mDownPos), mTouchSlop)

Completed in 326 milliseconds