Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DLauncherInstrumentation.java92 public enum NavigationModel {ZERO_BUTTON, TWO_BUTTON, THREE_BUTTON} enum in LauncherInstrumentation
204 public NavigationModel getNavigationModel() { in getNavigationModel()
212 final NavigationModel model = getNavigationModel(currentInteractionMode); in getNavigationModel()
221 return NavigationModel.THREE_BUTTON; in getNavigationModel()
224 public static NavigationModel getNavigationModel(int currentInteractionMode) { in getNavigationModel()
226 return NavigationModel.ZERO_BUTTON; in getNavigationModel()
228 return NavigationModel.TWO_BUTTON; in getNavigationModel()
230 return NavigationModel.THREE_BUTTON; in getNavigationModel()
319 final NavigationModel navigationModel = getNavigationModel(); in getNavigationModeMismatchError()
322 if ((navigationModel == NavigationModel.THREE_BUTTON) != hasRecentsButton) { in getNavigationModeMismatchError()
[all …]
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DNavigationModeSwitchRule.java92 final LauncherInstrumentation.NavigationModel originalMode = in apply()
115 LauncherInstrumentation.NavigationModel.THREE_BUTTON); in apply()
121 LauncherInstrumentation.NavigationModel.TWO_BUTTON); in apply()
127 LauncherInstrumentation.NavigationModel.ZERO_BUTTON); in apply()
132 LauncherInstrumentation.NavigationModel expectedMode) throws Exception { in apply()
191 private static LauncherInstrumentation.NavigationModel currentSysUiNavigationMode() {