Searched refs:offsetComp (Results 1 – 1 of 1) sorted by relevance
405 Composite offsetComp = new Composite(top, SWT.NONE); in createDialogArea() local406 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()