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/
H A DSetAttributeFix.java51 protected String getAttribute() { method in class:SetAttributeFix
H A DSetPropertyFix.java49 protected abstract String getAttribute(); method in class:SetPropertyFix
75 String localAttribute = getAttribute();
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
H A DNdkDebuggerTab.java263 mGdbPathText.setText(getAttribute(config, NdkLaunchConstants.ATTR_NDK_GDB,
265 mGdbInitPathText.setText(getAttribute(config,
268 mGdbRemotePortText.setText(getAttribute(config, IGDBLaunchConfigurationConstants.ATTR_PORT,
271 List<String> solibs = getAttribute(config, NdkLaunchConstants.ATTR_NDK_SOLIB,
279 private String getAttribute(ILaunchConfiguration config, String key, String defaultValue) { method in class:NdkDebuggerTab
281 return config.getAttribute(key, defaultValue);
287 private List<String> getAttribute(ILaunchConfiguration config, String key, method in class:NdkDebuggerTab
290 return config.getAttribute(key, defaultValue);
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
H A DTestDragElement.java106 public IDragAttribute getAttribute(@Nullable String uri, @NonNull String localName) { method in class:TestDragElement
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
H A DExplodedRenderingHelper.java144 String orientation = getAttribute(view, "orientation", null); //$NON-NLS-1$
290 String viewId = getAttribute(node, "id", attributes); //$NON-NLS-1$
293 String toLeftOfRef = getAttribute(node, relativeTo, attributes);
357 String viewId = getAttribute(node, "id", null); //$NON-NLS-1$
389 String value = getAttribute(node, attribute, null);
407 private static String getAttribute(Node node, String name, NamedNodeMap attributes) { method in class:ExplodedRenderingHelper
H A DUiElementPullParser.java143 private Node getAttribute(int i) { method in class:UiElementPullParser
262 Node attribute = getAttribute(i);
284 Node attribute = getAttribute(i);
307 Node attribute = getAttribute(i);
328 Node attribute = getAttribute(i);
422 // Temporarily translate <fragment> to <include> (and in getAttribute
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
H A DSimpleElement.java118 public IDragAttribute getAttribute(@Nullable String uri, @NonNull String localName) { method in class:SimpleElement
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
H A DAndroidJUnitLaunchAction.java190 * @see org.eclipse.debug.core.model.IProcess#getAttribute(java.lang.String)
193 public String getAttribute(String key) { method in class:AndroidJUnitLaunchAction.TestRunnerProcess
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
H A DHyperlinks.java211 Attr attribute = context.getAttribute();
256 Attr attribute = context.getAttribute();
270 Attr attribute = context.getAttribute();
293 String permission = context.getAttribute().getValue();
308 String intent = context.getAttribute().getValue();
344 Attr attribute = context.getAttribute();
358 Attr attribute = context.getAttribute();
367 if (context.getAttribute() != null) {
380 String value = context.getAttribute().getValue();
404 Attr attribute = context.getAttribute();
1695 public Attr getAttribute() { method in class:Hyperlinks.XmlContext
[all...]

Completed in 102 milliseconds