Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
DConfigurationSelector.java601 private void fillCombo(Combo combo, ResourceEnum[] resEnums) { in fillCombo() method in ConfigurationSelector
964 fillCombo(mDirection, LayoutDirection.values()); in LayoutDirectionEdit()
1224 fillCombo(mSize, ScreenSize.values()); in ScreenSizeEdit()
1282 fillCombo(mRatio, ScreenRatio.values()); in ScreenRatioEdit()
1340 fillCombo(mOrientation, ScreenOrientation.values()); in OrientationEdit()
1398 fillCombo(mUiMode, UiMode.values()); in UiModeEdit()
1455 fillCombo(mNightMode, NightMode.values()); in NightModeEdit()
1512 fillCombo(mDensity, Density.values()); in DensityEdit()
1570 fillCombo(mTouchScreen, TouchScreen.values()); in TouchEdit()
1627 fillCombo(mKeyboardState, KeyboardState.values()); in KeyboardEdit()
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
DUiListAttributeNode.java80 fillCombo(); in createUiControl()
112 protected void fillCombo() { in fillCombo() method in UiListAttributeNode