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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ImageOverlay.java 251 ImageUtils.drawRectangleShadow(scaledAwtImage, 0, 0,
294 SwtUtils.drawRectangleShadow(gc, destX, destY, destWidth, destHeight);
ImageUtils.java 343 * {@link #drawRectangleShadow(Graphics, int, int, int, int)} instead.</b>
469 ImageUtils.drawRectangleShadow(image, 0, 0, width, height);
487 public static final void drawRectangleShadow(BufferedImage image,
491 drawRectangleShadow(gc, x, y, width, height);
521 * {@link #drawRectangleShadow(Graphics, int, int, int, int)}
537 * {@link SwtUtils#drawRectangleShadow(org.eclipse.swt.graphics.GC, int, int, int, int)},
543 * {@link SwtUtils#drawRectangleShadow(org.eclipse.swt.graphics.GC, int, int, int, int)}.
551 public static final void drawRectangleShadow(Graphics gc,
    [all...]
RenderPreview.java 685 ImageUtils.drawRectangleShadow(image, 0, 0,
721 ImageUtils.drawRectangleShadow(image, 0, 0,
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
ViewGroup_Delegate.java 110 ShadowPainter.drawRectangleShadow(graphics,
ShadowPainter.java 56 * #drawRectangleShadow(Graphics2D, int, int, int, int)} instead.</b>
188 drawRectangleShadow(image, 0, 0, width, height);
234 public static void drawRectangleShadow(BufferedImage image,
238 drawRectangleShadow(gc, x, y, width, height);
267 * {@link #drawRectangleShadow(Graphics2D, int, int, int, int)}
288 public static void drawRectangleShadow(Graphics2D gc, int x, int y, int width, int height) {

Completed in 978 milliseconds