Searched refs:getNavigationModel (Results 1 – 4 of 4) sorted by relevance
96 mLauncher.getNavigationModel(); in apply()141 return LauncherInstrumentation.getNavigationModel(165 if (LauncherInstrumentation.getNavigationModel(182 () -> launcher.getNavigationModel() == expectedMode, WAIT_TIME_MS, launcher);
340 if (mLauncher.getNavigationModel() == NavigationModel.THREE_BUTTON) { in testQuickSwitchFromApp()
84 if (mLauncher.getNavigationModel() == NavigationModel.ZERO_BUTTON in goToOverviewUnchecked()225 if (mLauncher.getNavigationModel() == NavigationModel.ZERO_BUTTON in quickSwitch()
497 public NavigationModel getNavigationModel() { in getNavigationModel() method in LauncherInstrumentation503 final NavigationModel model = getNavigationModel(currentInteractionMode); in getNavigationModel()515 public static NavigationModel getNavigationModel(int currentInteractionMode) { in getNavigationModel() method in LauncherInstrumentation846 final NavigationModel navigationModel = getNavigationModel(); in getNavigationModeMismatchError()1129 if (getNavigationModel() == NavigationModel.ZERO_BUTTON || !navBarCanMove) { in goHomeFromImmersiveFullscreenApp()1176 if (getNavigationModel() == NavigationModel.ZERO_BUTTON in goHome()1207 getNavigationModel() == NavigationModel.ZERO_BUTTON)); in goHome()1238 if (getNavigationModel() == NavigationModel.ZERO_BUTTON in pressBackImpl()