Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DAppTransitionController.java501 @TransitContainerType int closingType = getTransitContainerType(closingContainer); in getTransitCompatType() local
510 if (appTransition.containsTransitRequest(TRANSIT_TO_BACK) && closingType == TYPE_TASK) { in getTransitCompatType()
526 if (closingType == TYPE_TASK) { in getTransitCompatType()
529 if (closingType == TYPE_TASK_FRAGMENT) { in getTransitCompatType()
532 if (closingType == TYPE_ACTIVITY) { in getTransitCompatType()