Searched refs:sPreloadedDrawables (Results 1 – 1 of 1) sorted by relevance
105 private static final LongSparseArray<Drawable.ConstantState>[] sPreloadedDrawables; field in ResourcesImpl160 sPreloadedDrawables = new LongSparseArray[2];161 sPreloadedDrawables[0] = new LongSparseArray<>();162 sPreloadedDrawables[1] = new LongSparseArray<>();671 cs = sPreloadedDrawables[mConfiguration.getLayoutDirection()].get(key); in loadDrawable()756 sPreloadedDrawables[0].put(key, cs); in cacheDrawable()757 sPreloadedDrawables[1].put(key, cs); in cacheDrawable()760 sPreloadedDrawables[mConfiguration.getLayoutDirection()].put(key, cs); in cacheDrawable()1303 return sPreloadedDrawables[0];