HomeSort by relevance Sort by last modified time
    Searched refs:mAttribute (Results 1 - 4 of 4) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
PropertySettingNodeHandler.java 28 private final String mAttribute;
34 mAttribute = attribute;
40 node.setAttribute(mNamespaceUri, mAttribute, mValue);
PropertyCallback.java 36 private final String mAttribute;
54 mAttribute = attribute;
73 targetNode.setAttribute(mUri, mAttribute, valueId);
76 targetNode.setAttribute(mUri, mAttribute, Boolean.toString(newValue));
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
TestNode.java 416 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/
Hyperlinks.java     [all...]

Completed in 259 milliseconds