Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DNavigationModeSwitchRule.java97 mLauncher.getNavigationModel(); in apply()
154 return LauncherInstrumentation.getNavigationModel(
178 if (LauncherInstrumentation.getNavigationModel(newMode.resValue)
200 () -> launcher.getNavigationModel() == expectedMode, WAIT_TIME_MS, launcher);
DTaplTestsQuickstep.java279 if (mLauncher.getNavigationModel() == NavigationModel.THREE_BUTTON) { in testQuickSwitchFromApp()
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DLauncherInstrumentation.java280 public NavigationModel getNavigationModel() { in getNavigationModel() method in LauncherInstrumentation
288 final NavigationModel model = getNavigationModel(currentInteractionMode); in getNavigationModel()
300 public static NavigationModel getNavigationModel(int currentInteractionMode) { in getNavigationModel() method in LauncherInstrumentation
531 final NavigationModel navigationModel = getNavigationModel(); in getNavigationModeMismatchError()
666 if (getNavigationModel() == NavigationModel.ZERO_BUTTON) { in pressHome()
704 if (!isLauncher3() && getNavigationModel() == NavigationModel.TWO_BUTTON) { in pressHome()
1017 if (!isLauncher3() && getNavigationModel() != NavigationModel.THREE_BUTTON) { in clickLauncherObject()
1165 if (notLauncher3 && getNavigationModel() != NavigationModel.THREE_BUTTON) { in sendPointer()
1177 if (notLauncher3 && getNavigationModel() != NavigationModel.THREE_BUTTON) { in sendPointer()
1282 if (getNavigationModel() == NavigationModel.TWO_BUTTON) { in hasAllAppsInOverview()
DBackground.java74 switch (mLauncher.getNavigationModel()) { in goToOverviewUnchecked()
170 switch (mLauncher.getNavigationModel()) { in quickSwitchToPreviousApp()
192 final boolean isZeroButton = mLauncher.getNavigationModel() in quickSwitchToPreviousApp()
DAddToHomeScreenPrompt.java47 if (mLauncher.getNavigationModel() in addAutomatically()