Searched refs:getNavigationModel (Results 1 – 4 of 4) sorted by relevance
103 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(
263 if (mLauncher.getNavigationModel() == NavigationModel.THREE_BUTTON) { in testQuickSwitchFromApp()
64 switch (mLauncher.getNavigationModel()) { in goToOverviewUnchecked()136 switch (mLauncher.getNavigationModel()) { in quickSwitchToPreviousApp()
223 public NavigationModel getNavigationModel() { in getNavigationModel() method in LauncherInstrumentation231 final NavigationModel model = getNavigationModel(currentInteractionMode); in getNavigationModel()243 public static NavigationModel getNavigationModel(int currentInteractionMode) { in getNavigationModel() method in LauncherInstrumentation403 final NavigationModel navigationModel = getNavigationModel(); in getNavigationModeMismatchError()545 if (getNavigationModel() == NavigationModel.ZERO_BUTTON) { in pressHome()