Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/android/view/
DShadowPainter.java195 drawRectangleShadow(image, 0, 0, width, height); in createRectangularDropShadow()
241 public static void drawRectangleShadow(BufferedImage image, in drawRectangleShadow() method in ShadowPainter
245 drawRectangleShadow(gc, x, y, width, height); in drawRectangleShadow()
295 public static void drawRectangleShadow(Graphics2D gc, int x, int y, int width, int height) { in drawRectangleShadow() method in ShadowPainter