Searched refs:currentInteractionMode (Results 1 – 2 of 2) sorted by relevance
93 final int currentInteractionMode = in apply() local95 final String prevOverlayPkg = getCurrentOverlayPackage(currentInteractionMode); in apply()145 public static String getCurrentOverlayPackage(int currentInteractionMode) {146 return QuickStepContract.isGesturalMode(currentInteractionMode)148 : QuickStepContract.isSwipeUpMode(currentInteractionMode)
373 final int currentInteractionMode = getCurrentInteractionMode(ctx); in getNavigationModel() local374 final NavigationModel model = getNavigationModel(currentInteractionMode); in getNavigationModel()375 log("Interaction mode = " + currentInteractionMode + " (" + model + ")"); in getNavigationModel()386 public static NavigationModel getNavigationModel(int currentInteractionMode) { in getNavigationModel() argument387 if (QuickStepContract.isGesturalMode(currentInteractionMode)) { in getNavigationModel()389 } else if (QuickStepContract.isSwipeUpMode(currentInteractionMode)) { in getNavigationModel()391 } else if (QuickStepContract.isLegacyMode(currentInteractionMode)) { in getNavigationModel()