Searched refs:currentInteractionMode (Results 1 – 2 of 2) sorted by relevance
92 final int currentInteractionMode = in apply() local94 final String prevOverlayPkg = getCurrentOverlayPackage(currentInteractionMode); in apply()134 public static String getCurrentOverlayPackage(int currentInteractionMode) {135 return QuickStepContract.isGesturalMode(currentInteractionMode)
502 final int currentInteractionMode = getCurrentInteractionMode(ctx); in getNavigationModel() local503 final NavigationModel model = getNavigationModel(currentInteractionMode); in getNavigationModel()504 log("Interaction mode = " + currentInteractionMode + " (" + model + ")"); in getNavigationModel()515 public static NavigationModel getNavigationModel(int currentInteractionMode) { in getNavigationModel() argument516 if (QuickStepContract.isGesturalMode(currentInteractionMode)) { in getNavigationModel()518 } else if (QuickStepContract.isLegacyMode(currentInteractionMode)) { in getNavigationModel()