Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
H A DNavigationModeSwitchRule.java97 mLauncher.getNavigationModel(); in apply()
154 return LauncherInstrumentation.getNavigationModel(
178 if (LauncherInstrumentation.getNavigationModel(newMode.resValue)
195 () -> launcher.getNavigationModel() == expectedMode, WAIT_TIME_MS, launcher);
H A DTaplTestsQuickstep.java263 if (mLauncher.getNavigationModel() == NavigationModel.THREE_BUTTON) { in testQuickSwitchFromApp()
/aosp12/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
H A DBackground.java81 switch (mLauncher.getNavigationModel()) { in goToOverviewUnchecked()
257 switch (mLauncher.getNavigationModel()) { in quickSwitch()
297 final boolean isZeroButton = mLauncher.getNavigationModel() in quickSwitch()
H A DLauncherInstrumentation.java366 public NavigationModel getNavigationModel() { in getNavigationModel() method in LauncherInstrumentation
374 final NavigationModel model = getNavigationModel(currentInteractionMode); in getNavigationModel()
386 public static NavigationModel getNavigationModel(int currentInteractionMode) { in getNavigationModel() method in LauncherInstrumentation
652 final NavigationModel navigationModel = getNavigationModel(); in getNavigationModeMismatchError()
841 if (getNavigationModel() == NavigationModel.ZERO_BUTTON) { in pressHome()
871 if (!isLauncher3() && getNavigationModel() == NavigationModel.TWO_BUTTON) { in pressHome()
903 if (getNavigationModel() == NavigationModel.ZERO_BUTTON) { in pressBack()
915 } else if (!isLauncher3() && getNavigationModel() == NavigationModel.TWO_BUTTON) { in pressBack()
1286 if (!isLauncher3() && getNavigationModel() != NavigationModel.THREE_BUTTON) { in clickLauncherObject()
1457 if (notLauncher3 && getNavigationModel() != NavigationModel.THREE_BUTTON) { in sendPointer()
[all …]
H A DAddToHomeScreenPrompt.java47 if (mLauncher.getNavigationModel() in addAutomatically()
H A DOverviewActions.java52 if (mLauncher.getNavigationModel() in clickAndDismissScreenshot()