HomeSort by relevance Sort by last modified time
    Searched defs:ImageControl (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ImageControl.java 37 * An ImageControl which simply renders an image, with optional margins and tooltips. This
43 public class ImageControl extends Canvas implements MouseTrackListener {
55 * Creates an ImageControl rendering the given image, which will be disposed when this
66 public ImageControl(@NonNull Composite parent, int style, @Nullable Image image) {
  /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 323 milliseconds