Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarStashViaTouchController.kt131 if (swipeDownDetector.isDraggingState) { in onControllerInterceptTouchEvent()
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DBaseSwipeDetector.java117 public boolean isDraggingState() { in isDraggingState() method in BaseSwipeDetector
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DNoButtonNavbarToOverviewTouchController.java245 if (mReachedOverview && !mDetector.isDraggingState()) { in maybeSwipeInteractionToOverviewComplete()
DNoButtonQuickSwitchTouchController.java222 if (!isEmpty && mSwipeDetector.isDraggingState()) { in setupAnimators()