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

/frameworks/base/core/java/android/content/res/
H A DResourcesImpl.java104 private static final LongSparseArray<Drawable.ConstantState>[] sPreloadedDrawables; field in class:ResourcesImpl
150 sPreloadedDrawables = new LongSparseArray[2];
151 sPreloadedDrawables[0] = new LongSparseArray<>();
152 sPreloadedDrawables[1] = new LongSparseArray<>();
611 cs = sPreloadedDrawables[mConfiguration.getLayoutDirection()].get(key);
705 sPreloadedDrawables[0].put(key, cs);
706 sPreloadedDrawables[1].put(key, cs);
709 sPreloadedDrawables[mConfiguration.getLayoutDirection()].put(key, cs);
1248 return sPreloadedDrawables[0];

Completed in 52 milliseconds