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

/frameworks/base/services/core/java/com/android/server/wm/
H A DAppTransition.java502 private AttributeCache.Entry getCachedAnimations(WindowManager.LayoutParams lp) { method in class:AppTransition
523 private AttributeCache.Entry getCachedAnimations(String packageName, int resId) { method in class:AppTransition
542 AttributeCache.Entry ent = getCachedAnimations(lp);
557 AttributeCache.Entry ent = getCachedAnimations(lp);
570 AttributeCache.Entry ent = getCachedAnimations(packageName, resId);

Completed in 84 milliseconds