Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/res/
DResourcesImpl.java104 private static final LongSparseArray<Drawable.ConstantState>[] sPreloadedDrawables; field in ResourcesImpl
150 sPreloadedDrawables = new LongSparseArray[2];
151 sPreloadedDrawables[0] = new LongSparseArray<>();
152 sPreloadedDrawables[1] = new LongSparseArray<>();
611 cs = sPreloadedDrawables[mConfiguration.getLayoutDirection()].get(key); in loadDrawable()
705 sPreloadedDrawables[0].put(key, cs); in cacheDrawable()
706 sPreloadedDrawables[1].put(key, cs); in cacheDrawable()
709 sPreloadedDrawables[mConfiguration.getLayoutDirection()].put(key, cs); in cacheDrawable()
1248 return sPreloadedDrawables[0]; in getPreloadedDrawables()
/frameworks/base/config/
Dhiddenapi-light-greylist.txt1926 Landroid/content/res/ResourcesImpl;->sPreloadedDrawables:[Landroid/util/LongSparseArray;