Searched refs:mOrientation (Results 1 – 1 of 1) sorted by relevance
1334 private final Combo mOrientation; field in ConfigurationSelector.OrientationEdit1339 mOrientation = new Combo(this, SWT.DROP_DOWN | SWT.READ_ONLY); in OrientationEdit()1340 fillCombo(mOrientation, ScreenOrientation.values()); in OrientationEdit()1342 mOrientation.setLayoutData(new GridData(GridData.FILL_HORIZONTAL)); in OrientationEdit()1343 mOrientation.addSelectionListener(new SelectionListener() { in OrientationEdit()1357 int index = mOrientation.getSelectionIndex(); in onOrientationChange()1380 mOrientation.clearSelection(); in setQualifier()1382 mOrientation.select(ScreenOrientation.getIndex(value)); in setQualifier()