Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DTransitionAnimation.java264 resId = updateToTranslucentAnimIfNeeded(resId, transit); in loadAnimationAttr()
280 resId = updateToTranslucentAnimIfNeeded(resId, transit); in getAnimationResId()
294 resId = updateToTranslucentAnimIfNeeded(resId, transit); in getDefaultAnimationResId()
323 resId = updateToTranslucentAnimIfNeeded(resId); in loadAnimationAttr()
325 resId = updateToTranslucentAnimIfNeeded(resId, transit); in loadAnimationAttr()
1088 private static int updateToTranslucentAnimIfNeeded(int anim, @TransitionOldType int transit) { in updateToTranslucentAnimIfNeeded() method in TransitionAnimation
1100 private static int updateToTranslucentAnimIfNeeded(int anim) { in updateToTranslucentAnimIfNeeded() method in TransitionAnimation