Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DEmulatorConfigTab.java160 Composite topComp = new Composite(parent, SWT.NONE); in createControl() local
161 setControl(topComp); in createControl()
165 topComp.setLayout(topLayout); in createControl()
166 topComp.setFont(font); in createControl()
172 Group targetModeGroup = new Group(topComp, SWT.NONE); in createControl()
255 mEmulatorOptionsGroup = new Group(topComp, SWT.NONE); in createControl()