Searched refs:mRatio (Results 1 – 1 of 1) sorted by relevance
1276 private final Combo mRatio; field in ConfigurationSelector.ScreenRatioEdit1281 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()