Home
last modified time | relevance | path

Searched refs:NavigationModel (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DNavigationModeSwitchRule.java102 final LauncherInstrumentation.NavigationModel originalMode = in apply()
125 LauncherInstrumentation.NavigationModel.THREE_BUTTON)) { in apply()
132 LauncherInstrumentation.NavigationModel.TWO_BUTTON)) { in apply()
139 LauncherInstrumentation.NavigationModel.ZERO_BUTTON)) { in apply()
157 LauncherInstrumentation.NavigationModel expectedMode) throws Exception { in apply()
222 private static LauncherInstrumentation.NavigationModel currentSysUiNavigationMode() {
DTaplTestsQuickstep.java38 import com.android.launcher3.tapl.LauncherInstrumentation.NavigationModel;
263 if (mLauncher.getNavigationModel() == NavigationModel.THREE_BUTTON) { in testQuickSwitchFromApp()
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DLauncherInstrumentation.java98 public enum NavigationModel {ZERO_BUTTON, TWO_BUTTON, THREE_BUTTON} enum in LauncherInstrumentation
223 public NavigationModel getNavigationModel() { in getNavigationModel()
231 final NavigationModel model = getNavigationModel(currentInteractionMode); in getNavigationModel()
240 return NavigationModel.THREE_BUTTON; in getNavigationModel()
243 public static NavigationModel getNavigationModel(int currentInteractionMode) { in getNavigationModel()
245 return NavigationModel.ZERO_BUTTON; in getNavigationModel()
247 return NavigationModel.TWO_BUTTON; in getNavigationModel()
249 return NavigationModel.THREE_BUTTON; in getNavigationModel()
403 final NavigationModel navigationModel = getNavigationModel(); in getNavigationModeMismatchError()
406 if ((navigationModel == NavigationModel.THREE_BUTTON) != hasRecentsButton) { in getNavigationModeMismatchError()
[all …]