Searched refs:currentInteractionMode (Results 1 – 2 of 2) sorted by relevance
230 final int currentInteractionMode = getCurrentInteractionMode(ctx); in getNavigationModel() local231 final NavigationModel model = getNavigationModel(currentInteractionMode); in getNavigationModel()232 log("Interaction mode = " + currentInteractionMode + " (" + model + ")"); in getNavigationModel()243 public static NavigationModel getNavigationModel(int currentInteractionMode) { in getNavigationModel() argument244 if (QuickStepContract.isGesturalMode(currentInteractionMode)) { in getNavigationModel()246 } else if (QuickStepContract.isSwipeUpMode(currentInteractionMode)) { in getNavigationModel()248 } else if (QuickStepContract.isLegacyMode(currentInteractionMode)) { in getNavigationModel()
94 final int currentInteractionMode = in apply() local97 QuickStepContract.isGesturalMode(currentInteractionMode) in apply()99 : QuickStepContract.isSwipeUpMode(currentInteractionMode) in apply()