Searched defs:drawRectangleShadow (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DShadowPainter.java56 * #drawRectangleShadow(Graphics2D, int, int, int, int)} instead.</b>
188 drawRectangleShadow(image, 0, 0, width, height);
234 public static void drawRectangleShadow(BufferedImage image, method in class:ShadowPainter
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) { method in class:ShadowPainter

Completed in 53 milliseconds