Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/policy/
H A DTransitionAnimation.java256 resId = updateToTranslucentAnimIfNeeded(resId, transit); in loadAnimationAttr()
1015 private static int updateToTranslucentAnimIfNeeded(int anim, @TransitionOldType int transit) { in updateToTranslucentAnimIfNeeded() method in TransitionAnimation