HomeSort by relevance Sort by last modified time
    Searched refs:imageControl (Results 1 - 3 of 3) sorted by null

  /sdk/hierarchyviewer2/app/src/com/android/hierarchyviewer/
AboutDialog.java 57 Composite imageControl = new Composite(control, SWT.BORDER);
58 imageControl.setLayout(new FillLayout());
59 imageControl.setLayoutData(new GridData(GridData.FILL_VERTICAL));
60 Label imageLabel = new Label(imageControl, SWT.CENTER);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PaletteControl.java 619 ImageControl imageControl = new ImageControl(parent, SWT.None, image);
637 imageControl.setScale(scale);
639 imageControl.setHoverColor(getDisplay().getSystemColor(SWT.COLOR_WHITE));
641 imageControl.setBackground(mBackground);
649 imageControl.setToolTipText(toolTip);
651 item = imageControl;
667 item = new ImageControl(parent, SWT.None, desc.getGenericIcon());
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
ConfigureAssetSetPage.java 37 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.ImageControl;
764 if (event.widget instanceof ImageControl) {
765 ImageControl image = (ImageControl) event.widget;
783 ImageControl img = new ImageControl(chooserForm,
    [all...]

Completed in 82 milliseconds