Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DAppTransitionController.java440 @TransitContainerType int closingType = getTransitContainerType(closingContainer); in getTransitCompatType() local
444 if (appTransition.containsTransitRequest(TRANSIT_TO_BACK) && closingType == TYPE_TASK) { in getTransitCompatType()
460 if (closingType == TYPE_TASK) { in getTransitCompatType()
463 if (closingType == TYPE_TASK_FRAGMENT) { in getTransitCompatType()
466 if (closingType == TYPE_ACTIVITY) { in getTransitCompatType()