Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
DConfigureAssetSetPage.java206 Composite foregroundComposite = new Composite(mConfigurationArea, SWT.NONE); in createControl() local
207 foregroundComposite.setLayoutData(new GridData(SWT.FILL, SWT.FILL, false, false, 2, 1)); in createControl()
210 foregroundComposite.setLayout(glForegroundComposite); in createControl()
212 mImageRadio = new Button(foregroundComposite, SWT.FLAT | SWT.TOGGLE); in createControl()
217 mClipartRadio = new Button(foregroundComposite, SWT.FLAT | SWT.TOGGLE); in createControl()
221 mTextRadio = new Button(foregroundComposite, SWT.FLAT | SWT.TOGGLE); in createControl()