Home
last modified time | relevance | path

Searched refs:mColorStateListCache (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/res/
DResources.java139 private final ConfigurationBoundResourceCache<ColorStateList> mColorStateListCache = field in Resources
2054 mColorStateListCache.onConfigurationChange(configChanges); in updateConfiguration()
2686 final ConfigurationBoundResourceCache<ColorStateList> cache = mColorStateListCache; in loadColorStateList()