OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:offsetComp
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DeviceChooserDialog.java
317
Composite
offsetComp
= new Composite(top, SWT.NONE);
318
offsetComp
.setLayoutData(new GridData(GridData.FILL_HORIZONTAL));
322
offsetComp
.setLayout(layout);
324
mDeviceTable = new Table(
offsetComp
, SWT.SINGLE | SWT.FULL_SELECTION | SWT.BORDER);
386
offsetComp
= new Composite(top, SWT.NONE);
387
offsetComp
.setLayoutData(new GridData(GridData.FILL_HORIZONTAL));
391
offsetComp
.setLayout(layout);
393
mPreferredAvdSelector = new AvdSelector(
offsetComp
,
EmulatorConfigTab.java
187
Composite
offsetComp
= new Composite(targetModeGroup, SWT.NONE);
188
offsetComp
.setLayoutData(new GridData(GridData.FILL_HORIZONTAL));
192
offsetComp
.setLayout(layout);
194
mPreferredAvdLabel = new Label(
offsetComp
, SWT.NONE);
200
mPreferredAvdSelector = new AvdSelector(
offsetComp
,
Completed in 28 milliseconds