Searched refs:sPreloadedDrawables (Results 1 – 1 of 1) sorted by relevance
87 private static final LongSparseArray<Drawable.ConstantState> sPreloadedDrawables field in Resources1888 …stantState cs = isColorDrawable ? sPreloadedColorDrawables.get(key) : sPreloadedDrawables.get(key); in loadDrawable()1960 sPreloadedDrawables.put(key, cs); in loadDrawable()