Home
last modified time | relevance | path

Searched refs:mAttribute (Results 1 – 4 of 4) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DPropertySettingNodeHandler.java28 private final String mAttribute; field in PropertySettingNodeHandler
34 mAttribute = attribute; in PropertySettingNodeHandler()
40 node.setAttribute(mNamespaceUri, mAttribute, mValue); in handle()
DPropertyCallback.java36 private final String mAttribute; field in PropertyCallback
54 mAttribute = attribute; in PropertyCallback()
73 targetNode.setAttribute(mUri, mAttribute, valueId); in action()
76 targetNode.setAttribute(mUri, mAttribute, Boolean.toString(newValue)); in action()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
DTestNode.java417 private Attr mAttribute;
420 this.mAttribute = attribute;
425 return mAttribute.getNamespaceURI();
430 String name = mAttribute.getLocalName();
432 name = mAttribute.getName();
439 return mAttribute.getValue();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
DHyperlinks.java1593 private final Attr mAttribute; field in Hyperlinks.XmlContext
1604 mAttribute = attribute; in XmlContext()
1635 return mAttribute; in getAttribute()