Searched refs:sPreloadedDrawables (Results 1 – 2 of 2) sorted by relevance
104 private static final LongSparseArray<Drawable.ConstantState>[] sPreloadedDrawables; field in ResourcesImpl150 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()
1926 Landroid/content/res/ResourcesImpl;->sPreloadedDrawables:[Landroid/util/LongSparseArray;