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

/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DShadowPainter.java48 public static BufferedImage createDropShadow(BufferedImage source, int shadowSize) { method in class:ShadowPainter
51 return createDropShadow(source, shadowSize, 0.7f, 0);
70 public static BufferedImage createDropShadow(BufferedImage source, int shadowSize, method in class:ShadowPainter

Completed in 45 milliseconds