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

/frameworks/base/core/java/android/content/res/
H A DResources.java89 private static final SparseArray<ColorStateList> mPreloadedColorStateLists field in class:Resources
2018 csl = mPreloadedColorStateLists.get(key);
2025 mPreloadedColorStateLists.put(key, csl);
2036 csl = mPreloadedColorStateLists.get(key);
2069 mPreloadedColorStateLists.put(key, csl);

Completed in 300 milliseconds