Searched refs:sPreloadedDrawables (Results 1 – 1 of 1) sorted by relevance
112 private static final LongSparseArray<Drawable.ConstantState>[] sPreloadedDrawables; field in ResourcesImpl167 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()