HomeSort by relevance Sort by last modified time
    Searched refs:themeKey (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/content/res/
ConfigurationBoundResourceCache.java 55 final String themeKey = theme == null ? "" : theme.getKey();
58 themedCache = mCache.get(themeKey);
61 mCache.put(themeKey, themedCache);
77 final String themeKey = theme != null ? theme.getKey() : "";
81 themedCache = mCache.get(themeKey);
Resources.java     [all...]

Completed in 54 milliseconds