Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DAppTransitionController.java416 getTransitContainerType(changingContainers.valueAt(0)); in getTransitCompatType()
501 @TransitContainerType int openingType = getTransitContainerType(openingContainer); in getTransitCompatType()
502 @TransitContainerType int closingType = getTransitContainerType(closingContainer); in getTransitCompatType()
551 private static int getTransitContainerType(@Nullable WindowContainer<?> container) { in getTransitContainerType() method in AppTransitionController