Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DNavigationModeSwitchRule.java103 mLauncher.getNavigationModel(); in apply()
175 if (LauncherInstrumentation.getNavigationModel(newMode.resValue) in apply()
192 if (mLauncher.getNavigationModel() == expectedMode) break; in apply()
196 mLauncher.getNavigationModel() == expectedMode); in apply()
223 return LauncherInstrumentation.getNavigationModel(
DTaplTestsQuickstep.java263 if (mLauncher.getNavigationModel() == NavigationModel.THREE_BUTTON) { in testQuickSwitchFromApp()
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DBackground.java64 switch (mLauncher.getNavigationModel()) { in goToOverviewUnchecked()
136 switch (mLauncher.getNavigationModel()) { in quickSwitchToPreviousApp()
DLauncherInstrumentation.java223 public NavigationModel getNavigationModel() { in getNavigationModel() method in LauncherInstrumentation
231 final NavigationModel model = getNavigationModel(currentInteractionMode); in getNavigationModel()
243 public static NavigationModel getNavigationModel(int currentInteractionMode) { in getNavigationModel() method in LauncherInstrumentation
403 final NavigationModel navigationModel = getNavigationModel(); in getNavigationModeMismatchError()
545 if (getNavigationModel() == NavigationModel.ZERO_BUTTON) { in pressHome()