Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DDeviceChooserDialog.java405 Composite offsetComp = new Composite(top, SWT.NONE); in createDialogArea() local
406 offsetComp.setLayoutData(new GridData(GridData.FILL_HORIZONTAL)); in createDialogArea()
410 offsetComp.setLayout(layout); in createDialogArea()
412 mDeviceTable = new Table(offsetComp, SWT.SINGLE | SWT.FULL_SELECTION | SWT.BORDER); in createDialogArea()
474 offsetComp = new Composite(top, SWT.NONE); in createDialogArea()
475 offsetComp.setLayoutData(new GridData(GridData.FILL_HORIZONTAL)); in createDialogArea()
479 offsetComp.setLayout(layout); in createDialogArea()
481 mPreferredAvdSelector = new AvdSelector(offsetComp, in createDialogArea()