Home
last modified time | relevance | path

Searched defs:themeKey (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/content/res/
DConfigurationBoundResourceCache.java55 final String themeKey = theme == null ? "" : theme.getKey(); in put() local
77 final String themeKey = theme != null ? theme.getKey() : ""; in get() local
DResources.java2425 final String themeKey = theme == null ? "" : theme.mKey; in cacheDrawable() local
2493 final String themeKey = theme != null ? theme.mKey : ""; in getCachedDrawable() local