Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
DUiElementNode.java897 for (UiAttributeNode uiAttr : getAllUiAttributes()) { in commit()
898 uiAttr.commit(); in commit()
909 for (UiAttributeNode uiAttr : getAllUiAttributes()) { in isDirty()
910 if (uiAttr.isDirty()) { in isDirty()
1069 UiAttributeNode uiAttr = getInternalUiAttributes().get(attrDesc); in createXmlNode() local
1078 String value = uiAttr.getCurrentValue(); in createXmlNode()
1080 addAttributes.add(uiAttr); in createXmlNode()
1423 for (UiAttributeNode uiAttr : getInternalUiAttributes().values()) { in updateAttributeList()
1424 AttributeDescriptor desc = uiAttr.getDescriptor(); in updateAttributeList()
1428 uiAttr.updateValue(xmlAttr); in updateAttributeList()
[all …]