Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DEmulatorConfigTab.java188 Composite deviceTypeOffsetComp = new Composite(targetModeGroup, SWT.NONE); in createControl() local
189 deviceTypeOffsetComp.setLayoutData(new GridData(GridData.FILL_HORIZONTAL)); in createControl()
193 deviceTypeOffsetComp.setLayout(layout); in createControl()
195 mDeviceTypeCombo = new Combo(deviceTypeOffsetComp, SWT.READ_ONLY); in createControl()