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;
60 THREE_BUTTON, TWO_BUTTON, ZERO_BUTTON, ALL enumConstant
108 if (mode == TWO_BUTTON || mode == ALL) { in apply()
132 LauncherInstrumentation.NavigationModel.TWO_BUTTON)) { in apply()
DStartLauncherViaGestureTests.java66 @NavigationModeSwitch(mode = Mode.TWO_BUTTON)
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DBackground.java90 case TWO_BUTTON: { in goToOverviewUnchecked()
137 case TWO_BUTTON: in quickSwitchToPreviousApp()
DLauncherInstrumentation.java98 public enum NavigationModel {ZERO_BUTTON, TWO_BUTTON, THREE_BUTTON} enumConstant
247 return NavigationModel.TWO_BUTTON; in getNavigationModel()