Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/touch/
DSwipeDetector.java79 abstract float getActiveTouchSlop(MotionEvent ev, int pointerIndex, PointF downPos); in getActiveTouchSlop() method in SwipeDetector.Direction
90 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()