Home
last modified time | relevance | path

Searched refs:mTouchScreen (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.java1564 private final Combo mTouchScreen; field in ConfigurationSelector.TouchEdit
1569 mTouchScreen = new Combo(this, SWT.DROP_DOWN | SWT.READ_ONLY); in TouchEdit()
1570 fillCombo(mTouchScreen, TouchScreen.values()); in TouchEdit()
1572 mTouchScreen.setLayoutData(new GridData(GridData.FILL_HORIZONTAL)); in TouchEdit()
1573 mTouchScreen.addSelectionListener(new SelectionListener() { in TouchEdit()
1587 int index = mTouchScreen.getSelectionIndex(); in onTouchChange()
1609 mTouchScreen.clearSelection(); in setQualifier()
1611 mTouchScreen.select(TouchScreen.getIndex(value)); in setQualifier()