Searched refs:sPreloadedDrawables (Results 1 – 1 of 1) sorted by relevance
97 private static final LongSparseArray<ConstantState>[] sPreloadedDrawables; field in Resources147 sPreloadedDrawables = new LongSparseArray[2];148 sPreloadedDrawables[0] = new LongSparseArray<ConstantState>();149 sPreloadedDrawables[1] = new LongSparseArray<ConstantState>();2287 return sPreloadedDrawables[0]; in getPreloadedDrawables()2365 cs = sPreloadedDrawables[mConfiguration.getLayoutDirection()].get(key); in loadDrawable()2415 sPreloadedDrawables[0].put(key, cs); in cacheDrawable()2416 sPreloadedDrawables[1].put(key, cs); in cacheDrawable()2419 sPreloadedDrawables[mConfiguration.getLayoutDirection()].put(key, cs); in cacheDrawable()