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.java188 AttributeCache.Entry ent = getCachedAnimations(packageName, resId); in loadAnimationRes()
208 AttributeCache.Entry ent = getCachedAnimations(lp); in loadAnimationAttr()
227 AttributeCache.Entry ent = getCachedAnimations(DEFAULT_PACKAGE, in loadDefaultAnimationAttr()
241 private AttributeCache.Entry getCachedAnimations(LayoutParams lp) { in getCachedAnimations() method in TransitionAnimation
266 private AttributeCache.Entry getCachedAnimations(String packageName, int resId) { in getCachedAnimations() method in TransitionAnimation