Searched refs:getActiveTouchSlop (Results 1 – 1 of 1) sorted by relevance
76 abstract float getActiveTouchSlop(MotionEvent ev, int pointerIndex, PointF downPos); in getActiveTouchSlop() method in SwipeDetector.Direction93 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()