Home
last modified time | relevance | path

Searched refs:domAttributeIndex (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.java1686 int domAttributeIndex = 0; in commitDirtyAttributesToXml() local
1697 if (domAttributeIndex < domAttributeIndexMax) { in commitDirtyAttributesToXml()
1698 domAttribute = move.get(domAttributeIndex); in commitDirtyAttributesToXml()
1710 } else if (domAttributeIndex < domAttributeIndexMax) { in commitDirtyAttributesToXml()
1712 domAttribute = move.get(domAttributeIndex); in commitDirtyAttributesToXml()
1724 domAttributeIndex++; in commitDirtyAttributesToXml()
1728 domAttributeIndex++; in commitDirtyAttributesToXml()