Searched refs:SHADOW_SIZE (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DShadowPainter.java42 * @param shadowSize the size of the shadow, normally {@link #SHADOW_SIZE or {@link
82 image = new BufferedImage(width + SHADOW_SIZE, height + SHADOW_SIZE,
175 * Draws a rectangular drop shadow (of size {@link #SHADOW_SIZE} by {@link #SHADOW_SIZE} around
192 image = new BufferedImage(width + SHADOW_SIZE, height + SHADOW_SIZE, type);
233 * graphics. The size of the shadow is {@link #SHADOW_SIZE}.
276 public static final int SHADOW_SIZE = 20; // DO NOT EDIT. This corresponds to bitmap graphics field in class:ShadowPainter
297 assert ShadowBottomRight.getWidth(null) == SHADOW_SIZE;
[all...]

Completed in 99 milliseconds