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

/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DShadowPainter.java40 * #SMALL_SHADOW_SIZE}}
195 * Draws a small rectangular drop shadow (of size {@link #SMALL_SHADOW_SIZE} by {@link
196 * #SMALL_SHADOW_SIZE} around the given source and returns a new image with both combined
213 image = new BufferedImage(width + SMALL_SHADOW_SIZE, height + SMALL_SHADOW_SIZE, type);
247 * shadow graphics. The size of the shadow is {@link #SMALL_SHADOW_SIZE}.
275 public static final int SMALL_SHADOW_SIZE = 10; // DO NOT EDIT. Corresponds to bitmap graphics field in class:ShadowPainter
333 assert Shadow2BottomRight.getWidth(null) == SMALL_SHADOW_SIZE;
334 assert Shadow2BottomRight.getHeight(null) == SMALL_SHADOW_SIZE;

Completed in 74 milliseconds