Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/res/
DResourcesImpl.java98 private final ConfigurationBoundResourceCache<ComplexColor> mComplexColorCache =
99 new ConfigurationBoundResourceCache<>();
100 private final ConfigurationBoundResourceCache<Animator> mAnimatorCache =
101 new ConfigurationBoundResourceCache<>();
102 private final ConfigurationBoundResourceCache<StateListAnimator> mStateListAnimatorCache =
103 new ConfigurationBoundResourceCache<>();
312 ConfigurationBoundResourceCache<Animator> getAnimatorCache() { in getAnimatorCache()
316 ConfigurationBoundResourceCache<StateListAnimator> getStateListAnimatorCache() { in getStateListAnimatorCache()
743 final ConfigurationBoundResourceCache<ComplexColor> cache = mComplexColorCache; in loadComplexColorFromName()
DConfigurationBoundResourceCache.java27 public class ConfigurationBoundResourceCache<T> extends ThemedResourceCache<ConstantState<T>> { class
DResources.java298 public ConfigurationBoundResourceCache<Animator> getAnimatorCache() { in getAnimatorCache()
307 public ConfigurationBoundResourceCache<StateListAnimator> getStateListAnimatorCache() { in getStateListAnimatorCache()
/frameworks/base/core/tests/coretests/src/android/content/res/
DConfigurationBoundResourceCacheTest.java30 ConfigurationBoundResourceCache<Float> mCache;
39 mCache = new ConfigurationBoundResourceCache<>(); in setUp()
/frameworks/base/core/java/android/animation/
DAnimatorInflater.java23 import android.content.res.ConfigurationBoundResourceCache;
112 final ConfigurationBoundResourceCache<Animator> animatorCache = resources in loadAnimator()
160 final ConfigurationBoundResourceCache<StateListAnimator> cache = resources in loadStateListAnimator()
/frameworks/base/
Dpreloaded-classes702 android.content.res.ConfigurationBoundResourceCache
Dcompiled-classes-phone1049 android.content.res.ConfigurationBoundResourceCache