Home
last modified time | relevance | path

Searched refs:currentInteractionMode (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DNavigationModeSwitchRule.java92 final int currentInteractionMode = in apply() local
94 final String prevOverlayPkg = getCurrentOverlayPackage(currentInteractionMode); in apply()
134 public static String getCurrentOverlayPackage(int currentInteractionMode) {
135 return QuickStepContract.isGesturalMode(currentInteractionMode)
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DLauncherInstrumentation.java502 final int currentInteractionMode = getCurrentInteractionMode(ctx); in getNavigationModel() local
503 final NavigationModel model = getNavigationModel(currentInteractionMode); in getNavigationModel()
504 log("Interaction mode = " + currentInteractionMode + " (" + model + ")"); in getNavigationModel()
515 public static NavigationModel getNavigationModel(int currentInteractionMode) { in getNavigationModel() argument
516 if (QuickStepContract.isGesturalMode(currentInteractionMode)) { in getNavigationModel()
518 } else if (QuickStepContract.isLegacyMode(currentInteractionMode)) { in getNavigationModel()