Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
DSetAttributeFix.java42 protected String getAttribute() { in getAttribute() method in SetAttributeFix
DSetPropertyFix.java49 protected abstract String getAttribute(); in getAttribute() method in SetPropertyFix
/sdk/rule_api/src/com/android/ide/common/api/
DIDragElement.java80 public abstract IDragAttribute getAttribute(@Nullable String uri, @NonNull String localName); in getAttribute() method
DIClientRulesEngine.java276 String getAttribute( in getAttribute() method
/sdk/uiautomatorviewer/src/com/android/uiautomator/tree/
DUiNode.java105 public String getAttribute(String key) { in getAttribute() method in UiNode
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
DNdkDebuggerTab.java279 private String getAttribute(ILaunchConfiguration config, String key, String defaultValue) { in getAttribute() method in NdkDebuggerTab
287 private List<String> getAttribute(ILaunchConfiguration config, String key, in getAttribute() method in NdkDebuggerTab
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
DTestDragElement.java106 public IDragAttribute getAttribute(@Nullable String uri, @NonNull String localName) { in getAttribute() method in TestDragElement
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
DAndroidJUnitLaunchAction.java193 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/gle2/
DSimpleElement.java118 public IDragAttribute getAttribute(@Nullable String uri, @NonNull String localName) { in getAttribute() method in SimpleElement
/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.java146 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/
DHyperlinks.java1634 public Attr getAttribute() { in getAttribute() method in Hyperlinks.XmlContext