OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PROP_THEME
(Results
1 - 4
of
4
) sorted by null
/tools/motodev/src/plugins/common/src/com/motorola/studio/android/model/manifest/dom/
IAndroidManifestProperties.java
126
String
PROP_THEME
= ANDROID_QUALIFIER + "theme";
ApplicationNode.java
41
defaultProperties.add(
PROP_THEME
);
189
properties.put(
PROP_THEME
, propTheme);
ActivityNode.java
45
defaultProperties.add(
PROP_THEME
);
380
properties.put(
PROP_THEME
, propTheme);
/tools/motodev/src/plugins/common/src/com/motorola/studio/android/model/manifest/parser/
AndroidManifestNodeParser.java
401
else if (attrName.equalsIgnoreCase(
PROP_THEME
))
490
else if (attrName.equalsIgnoreCase(
PROP_THEME
))
[
all
...]
Completed in 59 milliseconds