Searched refs:getActiveTouchSlop (Results 1 – 1 of 1) sorted by relevance
79 abstract float getActiveTouchSlop(MotionEvent ev, int pointerIndex, PointF downPos); in getActiveTouchSlop() method in SwipeDetector.Direction90 float getActiveTouchSlop(MotionEvent ev, int pointerIndex, PointF downPos) {103 float getActiveTouchSlop(MotionEvent ev, int pointerIndex, PointF downPos) {198 if (Math.max(mDir.getActiveTouchSlop(ev, pointerIndex, mDownPos), mTouchSlop) in shouldScrollStart()