Home
last modified time | relevance | path

Searched defs:getAttribute (Results 1 – 8 of 8) sorted by relevance

/sdk/rule_api/src/com/android/ide/common/api/
DIDragElement.java69 public abstract IDragAttribute getAttribute(String uri, String localName); in getAttribute() method
DIClientRulesEngine.java230 String getAttribute(INode node, String namespace, String localName); in getAttribute() method
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
DTestDragElement.java102 public IDragAttribute getAttribute(String uri, String localName) { in getAttribute() method in TestDragElement
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DSimpleElement.java108 public IDragAttribute getAttribute(String uri, String localName) { in getAttribute() method in SimpleElement
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
DAndroidJUnitLaunchAction.java186 public String getAttribute(String key) { in getAttribute() method in AndroidJUnitLaunchAction.TestRunnerProcess
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
DExplodedRenderingHelper.java407 private static String getAttribute(Node node, String name, NamedNodeMap attributes) { in getAttribute() method in ExplodedRenderingHelper
DUiElementPullParser.java137 private Node getAttribute(int i) { in getAttribute() method in UiElementPullParser
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/xml/
DHyperlinks.java1582 public Attr getAttribute() { in getAttribute() method in Hyperlinks.XmlContext