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

/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DShadowPainter.java59 * #drawRectangleShadow(Graphics2D, int, int, int, int)} instead.</b>
195 drawRectangleShadow(image, 0, 0, width, height);
241 public static void drawRectangleShadow(BufferedImage image, method in class:ShadowPainter
245 drawRectangleShadow(gc, x, y, width, height);
274 * {@link #drawRectangleShadow(Graphics2D, int, int, int, int)}
295 public static void drawRectangleShadow(Graphics2D gc, int x, int y, int width, int height) { method in class:ShadowPainter

Completed in 51 milliseconds