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.java416 private Attr mAttribute;
419 this.mAttribute = attribute;
424 return mAttribute.getNamespaceURI();
429 String name = mAttribute.getLocalName();
431 name = mAttribute.getName();
438 return mAttribute.getValue();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
DHyperlinks.java1675 private final Attr mAttribute; field in Hyperlinks.XmlContext
1686 mAttribute = attribute; in XmlContext()
1717 return mAttribute; in getAttribute()