Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DNavigationModeSwitchRule.java94 final int currentInteractionMode = in apply() local
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DLauncherInstrumentation.java230 final int currentInteractionMode = getCurrentInteractionMode(ctx); in getNavigationModel() local
243 public static NavigationModel getNavigationModel(int currentInteractionMode) { in getNavigationModel()