Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DLauncherInstrumentation.java211 final int currentInteractionMode = getCurrentInteractionMode(ctx); in getNavigationModel()
780 public static int getCurrentInteractionMode(Context context) { in getCurrentInteractionMode() method
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DNavigationModeSwitchRule.java85 LauncherInstrumentation.getCurrentInteractionMode(context); in apply()