Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
DConfigurationSelector.java1276 private final Combo mRatio; field in ConfigurationSelector.ScreenRatioEdit
1281 mRatio = new Combo(this, SWT.DROP_DOWN | SWT.READ_ONLY); in ScreenRatioEdit()
1282 fillCombo(mRatio, ScreenRatio.values()); in ScreenRatioEdit()
1284 mRatio.setLayoutData(new GridData(GridData.FILL_HORIZONTAL)); in ScreenRatioEdit()
1285 mRatio.addSelectionListener(new SelectionListener() { in ScreenRatioEdit()
1299 int index = mRatio.getSelectionIndex(); in onScreenRatioChange()
1322 mRatio.clearSelection(); in setQualifier()
1324 mRatio.select(ScreenRatio.getIndex(value)); in setQualifier()