Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsTransitionController.java302 if (!mDetector.isDraggingState()) { in setProgress()
307 mCaretController.updateCaret(progress, mContainerVelocity, mDetector.isDraggingState()); in setProgress()
DVerticalPullDetector.java94 public boolean isDraggingState() { in isDraggingState() method in VerticalPullDetector