Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/policy/
DTransitionAnimation.java236 AttributeCache.Entry ent = getCachedAnimations(packageName, resId); in loadAnimationRes()
256 AttributeCache.Entry ent = getCachedAnimations(lp); in loadAnimationAttr()
273 AttributeCache.Entry ent = getCachedAnimations(lp); in getAnimationResId()
286 AttributeCache.Entry ent = getCachedAnimations(DEFAULT_PACKAGE, in getDefaultAnimationResId()
314 AttributeCache.Entry ent = getCachedAnimations(packageName, animStyleResId); in loadAnimationAttr()
355 private AttributeCache.Entry getCachedAnimations(LayoutParams lp) { in getCachedAnimations() method in TransitionAnimation
380 private AttributeCache.Entry getCachedAnimations(String packageName, int resId) { in getCachedAnimations() method in TransitionAnimation