Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/views/
DAbstractSlideInView.java129 int directionsToDetectScroll = mSwipeDetector.isIdleState() in onControllerInterceptTouchEvent()
141 if (ev.getAction() == MotionEvent.ACTION_UP && mSwipeDetector.isIdleState() in onControllerTouchEvent()
208 if (mSwipeDetector.isIdleState()) { in handleClose()
/packages/apps/Launcher3/tests/src/com/android/launcher3/touch/
DSingleAxisSwipeDetectorTest.java189 mDetector.isIdleState()); in testInterleavedSetState()
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DBaseSwipeDetector.java102 public boolean isIdleState() { in isIdleState() method in BaseSwipeDetector