Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/res/
DResourcesImpl.java108 private static final LongSparseArray<Drawable.ConstantState>[] sPreloadedDrawables; field in ResourcesImpl
167 sPreloadedDrawables = new LongSparseArray[2];
168 sPreloadedDrawables[0] = new LongSparseArray<>();
169 sPreloadedDrawables[1] = new LongSparseArray<>();
181 sPreloadedDrawables[0].clear(); in resetDrawableStateCache()
182 sPreloadedDrawables[1].clear(); in resetDrawableStateCache()
756 cs = sPreloadedDrawables[mConfiguration.getLayoutDirection()].get(key); in loadDrawable()
841 sPreloadedDrawables[0].put(key, cs); in cacheDrawable()
842 sPreloadedDrawables[1].put(key, cs); in cacheDrawable()
845 sPreloadedDrawables[mConfiguration.getLayoutDirection()].put(key, cs); in cacheDrawable()
[all …]