Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DAppTransition.java918 ActivityRecord customAnimationSource = container.asActivityRecord(); in getCustomAppTransition() local
919 if (customAnimationSource == null) { in getCustomAppTransition()
927 customAnimationSource = customAnimationSource.getTask() in getCustomAppTransition()
928 .getActivityAbove(customAnimationSource); in getCustomAppTransition()
929 if (customAnimationSource == null) { in getCustomAppTransition()
936 return customAnimationSource.getCustomAnimation(true /* open */); in getCustomAppTransition()
939 return customAnimationSource.getCustomAnimation(false /* open */); in getCustomAppTransition()
945 final ActivityRecord customAnimationSource = container.asActivityRecord(); in loadCustomActivityAnimation() local
947 customAnimationSource.packageName, enter in loadCustomActivityAnimation()