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

/frameworks/base/core/java/android/content/res/
H A DResourcesImpl.java85 private static final LongSparseArray<Drawable.ConstantState>[] sPreloadedDrawables; field in class:ResourcesImpl
124 sPreloadedDrawables = new LongSparseArray[2];
125 sPreloadedDrawables[0] = new LongSparseArray<>();
126 sPreloadedDrawables[1] = new LongSparseArray<>();
562 cs = sPreloadedDrawables[mConfiguration.getLayoutDirection()].get(key);
631 sPreloadedDrawables[0].put(key, cs);
632 sPreloadedDrawables[1].put(key, cs);
635 sPreloadedDrawables[mConfiguration.getLayoutDirection()].put(key, cs);
1030 return sPreloadedDrawables[0];

Completed in 87 milliseconds