OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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 1467 milliseconds