Home
last modified time | relevance | path

Searched refs:mand (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.java1291 Mandatory mand = uiChild.getDescriptor().getMandatory(); in updateElementList() local
1292 if (mand == Mandatory.MANDATORY_LAST && index < n) { in updateElementList()
1296 } else if (mand == Mandatory.NOT_MANDATORY || uiChild.getXmlNode() != null) { in updateElementList()