Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
DUiAbstractTextAttributeNode.java106 if (parent.commitAttributeToXml(this, value)) { in commit()
DUiElementNode.java1091 commitAttributeToXml(node, node.getCurrentValue()); in createXmlNode()
1557 public boolean commitAttributeToXml(UiAttributeNode uiAttr, String newValue) { in commitAttributeToXml() method in UiElementNode
1625 result |= commitAttributeToXml(uiAttr, value); in commitDirtyAttributesToXml()
1649 commitAttributeToXml(uiAttribute, uiAttribute.getCurrentValue()); in commitDirtyAttributesToXml()
1730 commitAttributeToXml(uiAttribute, uiAttribute.getCurrentValue()); in commitDirtyAttributesToXml()
2022 commitAttributeToXml(fAttribute, newValue); in setPropertyValue()