Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DSysUINavigationMode.java42 public final boolean hasGestures; field in SysUINavigationMode.Mode
45 Mode(boolean hasGestures, int resValue) { in Mode() argument
46 this.hasGestures = hasGestures; in Mode()
DOverviewInteractionState.java144 return SysUINavigationMode.getMode(mContext).hasGestures; in modeSupportsGestures()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DTouchInteractionService.java362 if (!mMode.hasGestures || mISystemUiProxy == null) { in initInputMonitor()
389 if (!mMode.hasGestures) { in initTouchBounds()
437 if (mMode.hasGestures != newMode.hasGestures) { in onNavigationModeChanged()
438 if (newMode.hasGestures) { in onNavigationModeChanged()
522 if (mMode.hasGestures) { in onDestroy()
765 if (!mMode.hasGestures && !mOverviewComponentObserver.isHomeAndOverviewSame()) { in preloadOverview()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/
DRecentsUiFactory.java155 if (mode.hasGestures) { in createTouchControllers()
160 mode.hasGestures /* allowDragToOverview */)); in createTouchControllers()
161 if (mode.hasGestures) { in createTouchControllers()
/packages/apps/Launcher3/go/quickstep/src/com/android/launcher3/uioverrides/
DRecentsUiFactory.java51 .getMode().hasGestures; in createTouchControllers()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/touchcontrollers/
DTaskViewTouchController.java129 if (!SysUINavigationMode.getMode(mActivity).hasGestures) { in onControllerInterceptTouchEvent()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DLauncherRecentsView.java143 if (!SysUINavigationMode.getMode(mActivity).hasGestures) { in createAdjacentPageAnimForTaskLaunch()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DUiFactory.java118 .hasGestures; in onCreate()