Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/android/view/
DShadowPainter.java313 gc.drawImage(ShadowBottom, in drawRectangleShadow()
314 x, y + height, x + width, y + height + ShadowBottom.getHeight(null), in drawRectangleShadow()
315 0, 0, ShadowBottom.getWidth(null), ShadowBottom.getHeight(null), null); in drawRectangleShadow()
406 private static final Image ShadowBottom = loadIcon("/icons/shadow-b.png"); field in ShadowPainter