Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/touch/
DSwipeDetector.java271 private boolean shouldScrollStart(MotionEvent ev, int pointerIndex) { in shouldScrollStart() method in SwipeDetector
332 if (mState != ScrollState.DRAGGING && shouldScrollStart(ev, pointerIndex)) { in onTouchEvent()