Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/content/res/
H A DResourcesImpl.java105 private static final LongSparseArray<Drawable.ConstantState>[] sPreloadedDrawables; field in ResourcesImpl
160 sPreloadedDrawables = new LongSparseArray[2];
161 sPreloadedDrawables[0] = new LongSparseArray<>();
162 sPreloadedDrawables[1] = new LongSparseArray<>();
671 cs = sPreloadedDrawables[mConfiguration.getLayoutDirection()].get(key); in loadDrawable()
756 sPreloadedDrawables[0].put(key, cs); in cacheDrawable()
757 sPreloadedDrawables[1].put(key, cs); in cacheDrawable()
760 sPreloadedDrawables[mConfiguration.getLayoutDirection()].put(key, cs); in cacheDrawable()
1303 return sPreloadedDrawables[0];