Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
DNewXmlFileCreationPage.java548 int typeIndex = getTypeComboIndex(mValues.type); in initialSelectType() local
549 if (typeIndex == -1) { in initialSelectType()
550 typeIndex = 0; in initialSelectType()
552 assert mValues.type == types[typeIndex]; in initialSelectType()
554 mTypeCombo.select(typeIndex); in initialSelectType()
555 onSelectType(types[typeIndex]); in initialSelectType()
556 updateRootCombo(types[typeIndex]); in initialSelectType()