Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/touch/
DSwipeDetector.java76 abstract float getActiveTouchSlop(MotionEvent ev, int pointerIndex, PointF downPos); in getActiveTouchSlop() method in SwipeDetector.Direction
93 float getActiveTouchSlop(MotionEvent ev, int pointerIndex, PointF downPos) {
127 float getActiveTouchSlop(MotionEvent ev, int pointerIndex, PointF downPos) {
273 if (Math.max(mDir.getActiveTouchSlop(ev, pointerIndex, mDownPos), mTouchSlop) in shouldScrollStart()