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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PaletteControl.java 622 ImageControl imageControl = new ImageControl(parent, SWT.None, image);
640 imageControl.setScale(scale);
642 imageControl.setHoverColor(getDisplay().getSystemColor(SWT.COLOR_WHITE));
644 imageControl.setBackground(mBackground);
652 imageControl.setToolTipText(toolTip);
654 item = imageControl;
670 item = new ImageControl(parent, SWT.None, desc.getGenericIcon());
    [all...]
  /prebuilts/devtools/tools/lib/
hierarchyviewer2.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
ConfigureAssetSetPage.java 36 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.ImageControl;
763 if (event.widget instanceof ImageControl) {
764 ImageControl image = (ImageControl) event.widget;
782 ImageControl img = new ImageControl(chooserForm,
    [all...]

Completed in 1131 milliseconds