Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
DSetAttributeFix.java51 protected String getAttribute() { in getAttribute() method in SetAttributeFix
DSetPropertyFix.java49 protected abstract String getAttribute(); in getAttribute() method in SetPropertyFix
/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.java143 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.java1716 public Attr getAttribute() { in getAttribute() method in Hyperlinks.XmlContext