Home
last modified time | relevance | path

Searched refs:drawRectangleShadow (Results 1 – 1 of 1) sorted by relevance

/frameworks/layoutlib/bridge/src/android/view/
DShadowPainter.java197 drawRectangleShadow(image, 0, 0, width, height); in createRectangularDropShadow()
243 public static void drawRectangleShadow(BufferedImage image, in drawRectangleShadow() method in ShadowPainter
247 drawRectangleShadow(gc, x, y, width, height); in drawRectangleShadow()
297 public static void drawRectangleShadow(Graphics2D gc, int x, int y, int width, int height) { in drawRectangleShadow() method in ShadowPainter