Searched refs:typeIndex (Results 1 – 1 of 1) sorted by relevance
548 int typeIndex = getTypeComboIndex(mValues.type); in initialSelectType() local549 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()