Searched refs:sPreloadedDrawables (Results 1 – 1 of 1) sorted by relevance
116 private static final LongSparseArray<ConstantState>[] sPreloadedDrawables; field in Resources162 sPreloadedDrawables = new LongSparseArray[2];163 sPreloadedDrawables[0] = new LongSparseArray<>();164 sPreloadedDrawables[1] = new LongSparseArray<>();2452 return sPreloadedDrawables[0]; in getPreloadedDrawables()2531 cs = sPreloadedDrawables[mConfiguration.getLayoutDirection()].get(key); in loadDrawable()2582 sPreloadedDrawables[0].put(key, cs); in cacheDrawable()2583 sPreloadedDrawables[1].put(key, cs); in cacheDrawable()2586 sPreloadedDrawables[mConfiguration.getLayoutDirection()].put(key, cs); in cacheDrawable()