Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/editors/layout/gscripts/
DIDragElement.java66 public abstract IDragAttribute getAttribute(String uri, String localName); in getAttribute() method
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DSimpleElement.java107 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.java92 private Node getAttribute(int i) { in getAttribute() method in UiElementPullParser