Home
last modified time | relevance | path

Searched defs:getAttributeValue (Results 1 – 4 of 4) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
DWidgetPullParser.java77 public String getAttributeValue(int index) { in getAttributeValue() method in WidgetPullParser
85 public String getAttributeValue(String ns, String name) { in getAttributeValue() method in WidgetPullParser
DUiElementPullParser.java247 public String getAttributeValue(int i) { in getAttributeValue() method in UiElementPullParser
273 public String getAttributeValue(String namespace, String localName) { in getAttributeValue() method in UiElementPullParser
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/xml/
DAndroidManifestParser.java526 private String getAttributeValue(Attributes attributes, String attributeName, in getAttributeValue() method in AndroidManifestParser.ManifestHandler
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
DUiElementNode.java1503 public String getAttributeValue(String attrXmlName) { in getAttributeValue() method in UiElementNode