Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DAppTransitionController.java502 @TransitContainerType int closingType = getTransitContainerType(closingContainer); in getTransitCompatType() local
511 if (appTransition.containsTransitRequest(TRANSIT_TO_BACK) && closingType == TYPE_TASK) { in getTransitCompatType()
527 if (closingType == TYPE_TASK) { in getTransitCompatType()
530 if (closingType == TYPE_TASK_FRAGMENT) { in getTransitCompatType()
533 if (closingType == TYPE_ACTIVITY) { in getTransitCompatType()