Searched refs:getNavigationModel (Results 1 – 6 of 6) sorted by relevance
97 mLauncher.getNavigationModel(); in apply()154 return LauncherInstrumentation.getNavigationModel(178 if (LauncherInstrumentation.getNavigationModel(newMode.resValue)200 () -> launcher.getNavigationModel() == expectedMode, WAIT_TIME_MS, launcher);
253 if (mLauncher.getNavigationModel() == NavigationModel.THREE_BUTTON) { in testQuickSwitchFromApp()
75 switch (mLauncher.getNavigationModel()) { in goToOverviewUnchecked()171 switch (mLauncher.getNavigationModel()) { in quickSwitch()211 final boolean isZeroButton = mLauncher.getNavigationModel() in quickSwitch()
290 public NavigationModel getNavigationModel() { in getNavigationModel() method in LauncherInstrumentation298 final NavigationModel model = getNavigationModel(currentInteractionMode); in getNavigationModel()310 public static NavigationModel getNavigationModel(int currentInteractionMode) { in getNavigationModel() method in LauncherInstrumentation556 final NavigationModel navigationModel = getNavigationModel(); in getNavigationModeMismatchError()700 if (getNavigationModel() == NavigationModel.ZERO_BUTTON) { in pressHome()739 if (!isLauncher3() && getNavigationModel() == NavigationModel.TWO_BUTTON) { in pressHome()1091 if (!isLauncher3() && getNavigationModel() != NavigationModel.THREE_BUTTON) { in clickLauncherObject()1246 if (notLauncher3 && getNavigationModel() != NavigationModel.THREE_BUTTON) { in sendPointer()1263 if (notLauncher3 && getNavigationModel() != NavigationModel.THREE_BUTTON) { in sendPointer()
47 if (mLauncher.getNavigationModel() in addAutomatically()
73 if (mLauncher.getNavigationModel() in clickAndDismissScreenshot()