Home
last modified time | relevance | path

Searched refs:THREE_BUTTONS (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/util/
DNavigationMode.java29 THREE_BUTTONS(false, 0, LAUNCHER_NAVIGATION_MODE_3_BUTTON), enumConstant
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DNavBarToHomeTouchController.java30 import static com.android.launcher3.util.NavigationMode.THREE_BUTTONS;
114 == THREE_BUTTONS) { in canInterceptTouch()
DNoButtonNavbarToOverviewTouchController.java29 import static com.android.launcher3.util.NavigationMode.THREE_BUTTONS;
108 == THREE_BUTTONS) { in canInterceptTouch()
DNoButtonQuickSwitchTouchController.java49 import static com.android.launcher3.util.NavigationMode.THREE_BUTTONS;
166 == THREE_BUTTONS) { in canInterceptTouch()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRecentsAnimationDeviceState.java26 import static com.android.launcher3.util.NavigationMode.THREE_BUTTONS;
113 private NavigationMode mMode = THREE_BUTTONS;
322 return mMode == THREE_BUTTONS; in isButtonNavMode()
DRotationTouchHelper.java29 import static com.android.launcher3.util.NavigationMode.THREE_BUTTONS;
66 private NavigationMode mMode = THREE_BUTTONS;
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/
DAbstractDeviceProfileTest.kt288 if (isGestureMode) NavigationMode.NO_BUTTON else NavigationMode.THREE_BUTTONS in <lambda>()
/packages/apps/Launcher3/src/com/android/launcher3/util/window/
DWindowManagerProxy.java482 NavigationMode.THREE_BUTTONS; in getNavigationMode()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarActivityContext.java597 return mNavMode == NavigationMode.THREE_BUTTONS; in isThreeButtonNav()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DQuickstepLauncher.java626 case THREE_BUTTONS: in createTouchControllers()