Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsTransitionController.java123 if (mDetector.isIdleState()) { in onControllerInterceptTouchEvent()
325 if (mDetector.isIdleState()) { in animateToAllApps()
408 if (mDetector.isIdleState()) { in animateToWorkspace()
DVerticalPullDetector.java86 public boolean isIdleState() { in isIdleState() method in VerticalPullDetector
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DWidgetsBottomSheet.java217 mOpenCloseAnimator.setInterpolator(mVerticalPullDetector.isIdleState() in handleClose()
294 int directionsToDetectScroll = mVerticalPullDetector.isIdleState() ? in onControllerInterceptTouchEvent()