Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DLauncherInstrumentation.java230 final int currentInteractionMode = getCurrentInteractionMode(ctx); in getNavigationModel() local
231 final NavigationModel model = getNavigationModel(currentInteractionMode); in getNavigationModel()
232 log("Interaction mode = " + currentInteractionMode + " (" + model + ")"); in getNavigationModel()
243 public static NavigationModel getNavigationModel(int currentInteractionMode) { in getNavigationModel() argument
244 if (QuickStepContract.isGesturalMode(currentInteractionMode)) { in getNavigationModel()
246 } else if (QuickStepContract.isSwipeUpMode(currentInteractionMode)) { in getNavigationModel()
248 } else if (QuickStepContract.isLegacyMode(currentInteractionMode)) { in getNavigationModel()
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DNavigationModeSwitchRule.java94 final int currentInteractionMode = in apply() local
97 QuickStepContract.isGesturalMode(currentInteractionMode) in apply()
99 : QuickStepContract.isSwipeUpMode(currentInteractionMode) in apply()