Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/android/view/
DShadowPainter.java220 image = new BufferedImage(width + SMALL_SHADOW_SIZE, height + SMALL_SHADOW_SIZE, type); in createSmallRectangularDropShadow()
282 public static final int SMALL_SHADOW_SIZE = 10; // DO NOT EDIT. Corresponds to bitmap graphics field in ShadowPainter
340 assert Shadow2BottomRight.getWidth(null) == SMALL_SHADOW_SIZE; in drawSmallRectangleShadow()
341 assert Shadow2BottomRight.getHeight(null) == SMALL_SHADOW_SIZE; in drawSmallRectangleShadow()