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.java112 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<>();
639 cs = sPreloadedDrawables[mConfiguration.getLayoutDirection()].get(key); in loadDrawable()
733 sPreloadedDrawables[0].put(key, cs); in cacheDrawable()
734 sPreloadedDrawables[1].put(key, cs); in cacheDrawable()
737 sPreloadedDrawables[mConfiguration.getLayoutDirection()].put(key, cs); in cacheDrawable()
1313 return sPreloadedDrawables[0]; in getPreloadedDrawables()