Home
last modified time | relevance | path

Searched refs:mOrientation (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.java1334 private final Combo mOrientation; field in ConfigurationSelector.OrientationEdit
1339 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()