Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DDeviceChooserDialog.java317 Composite offsetComp = new Composite(top, SWT.NONE); in createDialogArea() local
318 offsetComp.setLayoutData(new GridData(GridData.FILL_HORIZONTAL)); in createDialogArea()
322 offsetComp.setLayout(layout); in createDialogArea()
324 mDeviceTable = new Table(offsetComp, SWT.SINGLE | SWT.FULL_SELECTION | SWT.BORDER); in createDialogArea()
386 offsetComp = new Composite(top, SWT.NONE); in createDialogArea()
387 offsetComp.setLayoutData(new GridData(GridData.FILL_HORIZONTAL)); in createDialogArea()
391 offsetComp.setLayout(layout); in createDialogArea()
393 mPreferredAvdSelector = new AvdSelector(offsetComp, in createDialogArea()
DEmulatorConfigTab.java187 Composite offsetComp = new Composite(targetModeGroup, SWT.NONE); in createControl() local
188 offsetComp.setLayoutData(new GridData(GridData.FILL_HORIZONTAL)); in createControl()
192 offsetComp.setLayout(layout); in createControl()
194 mPreferredAvdLabel = new Label(offsetComp, SWT.NONE); in createControl()
200 mPreferredAvdSelector = new AvdSelector(offsetComp, in createControl()