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

/frameworks/base/core/java/android/content/res/
H A DResources.java88 private static final LongSparseArray<ColorStateList> sPreloadedColorStateLists field in class:Resources
2048 csl = sPreloadedColorStateLists.get(key);
2056 sPreloadedColorStateLists.put(key, csl);
2068 csl = sPreloadedColorStateLists.get(key);
2102 sPreloadedColorStateLists.put(key, csl);

Completed in 28 milliseconds