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

/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DShadowPainter.java224 drawSmallRectangleShadow(image, 0, 0, width, height);
262 public static void drawSmallRectangleShadow(BufferedImage image, method in class:ShadowPainter
266 drawSmallRectangleShadow(gc, x, y, width, height);
280 * {@link #drawSmallRectangleShadow(Graphics2D, int, int, int, int)}
336 public static void drawSmallRectangleShadow(Graphics2D gc, int x, int y, int width, method in class:ShadowPainter

Completed in 54 milliseconds