Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DNavigationModeSwitchRule.java23 import static com.android.quickstep.NavigationModeSwitchRule.Mode.TWO_BUTTON;
64 THREE_BUTTON, TWO_BUTTON, ZERO_BUTTON, ALL enumConstant
102 if (mode == TWO_BUTTON || mode == ALL) { in apply()
128 LauncherInstrumentation.NavigationModel.TWO_BUTTON, description)) { in apply()
DStartLauncherViaGestureTests.java68 @NavigationModeSwitch(mode = Mode.TWO_BUTTON)
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DBackground.java114 case TWO_BUTTON: { in goToOverviewUnchecked()
171 case TWO_BUTTON: in quickSwitchToPreviousApp()
DLauncherInstrumentation.java113 public enum NavigationModel {ZERO_BUTTON, TWO_BUTTON, THREE_BUTTON} enumConstant
304 return NavigationModel.TWO_BUTTON; in getNavigationModel()
704 if (!isLauncher3() && getNavigationModel() == NavigationModel.TWO_BUTTON) { in pressHome()
1282 if (getNavigationModel() == NavigationModel.TWO_BUTTON) { in hasAllAppsInOverview()