Home
last modified time | relevance | path

Searched refs:uiIndex (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.java1167 int uiIndex = 0; in updateElementList() local
1174 if (mUiChildren.size() <= uiIndex) { in updateElementList()
1194 uiIndex++; in updateElementList()
1201 for (int j = uiIndex; j < n; j++) { in updateElementList()
1204 if (j > uiIndex) { in updateElementList()
1207 mUiChildren.add(uiIndex, uiChild); in updateElementList()
1211 uiIndex++; in updateElementList()
1219 for (int j = uiIndex; j < n; j++) { in updateElementList()
1226 if (j > uiIndex) { in updateElementList()
1229 mUiChildren.add(uiIndex, uiChild); in updateElementList()
[all …]