Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/content/res/
H A DResourcesImpl.java653 int cacheGeneration = caches.getGeneration(); in loadDrawable() local
707 cacheGeneration); in loadDrawable()
738 Resources.Theme theme, boolean usesTheme, long key, Drawable dr, int cacheGeneration) { in cacheDrawable() argument
766 caches.put(key, theme, cs, cacheGeneration, usesTheme); in cacheDrawable()
1011 int cacheGeneration = cache.getGeneration();
1032 cache.put(key, theme, complexColor.getConstantState(), cacheGeneration);
/aosp14/frameworks/base/core/java/android/animation/
H A DAnimatorInflater.java123 int cacheGeneration = animatorCache.getGeneration(); in loadAnimator() local
135 animatorCache.put(id, theme, constantState, cacheGeneration); in loadAnimator()
168 int cacheGeneration = cache.getGeneration(); in loadStateListAnimator() local
179 cache.put(id, theme, constantState, cacheGeneration); in loadStateListAnimator()