Home
last modified time | relevance | path

Searched refs:THREE_BUTTON (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DNavigationModeSwitchRule.java22 import static com.android.quickstep.NavigationModeSwitchRule.Mode.THREE_BUTTON;
64 THREE_BUTTON, TWO_BUTTON, ZERO_BUTTON, ALL enumConstant
105 if (mode == THREE_BUTTON || mode == ALL) { in apply()
121 LauncherInstrumentation.NavigationModel.THREE_BUTTON, description)) { in apply()
DTaplTestsQuickstep.java253 if (mLauncher.getNavigationModel() == NavigationModel.THREE_BUTTON) { in testQuickSwitchFromApp()
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DLauncherInstrumentation.java118 public enum NavigationModel {ZERO_BUTTON, TWO_BUTTON, THREE_BUTTON} enumConstant
307 return NavigationModel.THREE_BUTTON; in getNavigationModel()
316 return NavigationModel.THREE_BUTTON; in getNavigationModel()
558 if (navigationModel == NavigationModel.THREE_BUTTON) { in getNavigationModeMismatchError()
1091 if (!isLauncher3() && getNavigationModel() != NavigationModel.THREE_BUTTON) { in clickLauncherObject()
1246 if (notLauncher3 && getNavigationModel() != NavigationModel.THREE_BUTTON) { in sendPointer()
1263 if (notLauncher3 && getNavigationModel() != NavigationModel.THREE_BUTTON) { in sendPointer()
DBackground.java136 case THREE_BUTTON: in goToOverviewUnchecked()
225 case THREE_BUTTON: in quickSwitch()
DAddToHomeScreenPrompt.java48 != LauncherInstrumentation.NavigationModel.THREE_BUTTON) { in addAutomatically()
DOverviewActions.java74 != LauncherInstrumentation.NavigationModel.THREE_BUTTON) { in clickAndDismissScreenshot()