OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ANDROID_MANIFEST_STYLEABLE
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/
AndroidManifestDescriptors.java
60
private static final String
ANDROID_MANIFEST_STYLEABLE
=
61
AttrsXmlParser.
ANDROID_MANIFEST_STYLEABLE
;
526
sb.insert(0,
ANDROID_MANIFEST_STYLEABLE
);
542
if (styleName.startsWith(
ANDROID_MANIFEST_STYLEABLE
)) {
595
if (
ANDROID_MANIFEST_STYLEABLE
.equals(name)) {
598
name = name.replace(
ANDROID_MANIFEST_STYLEABLE
, ""); //$NON-NLS-1$
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/
AttrsXmlParser.java
51
public static final String
ANDROID_MANIFEST_STYLEABLE
= "AndroidManifest"; //$NON-NLS-1$
342
String newName =
ANDROID_MANIFEST_STYLEABLE
+ key.substring(name.length());
Completed in 29 milliseconds