Searched refs:offsetComp (Results 1 – 2 of 2) sorted by relevance
317 Composite offsetComp = new Composite(top, SWT.NONE); in createDialogArea() local318 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()
187 Composite offsetComp = new Composite(targetModeGroup, SWT.NONE); in createControl() local188 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()