Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DAppTransitionController.java501 @TransitContainerType int openingType = getTransitContainerType(openingContainer); in getTransitCompatType() local
503 if (appTransition.containsTransitRequest(TRANSIT_TO_FRONT) && openingType == TYPE_TASK) { in getTransitCompatType()
515 if (openingType == TYPE_TASK) { in getTransitCompatType()
519 if (openingType == TYPE_ACTIVITY) { in getTransitCompatType()
522 if (openingType == TYPE_TASK_FRAGMENT) { in getTransitCompatType()