Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/android/view/
DShadowPainter.java356 gc.drawImage(Shadow2Bottom, in drawSmallRectangleShadow()
357 x, y + height, x + width, y + height + Shadow2Bottom.getHeight(null), in drawSmallRectangleShadow()
358 0, 0, Shadow2Bottom.getWidth(null), Shadow2Bottom.getHeight(null), null); in drawSmallRectangleShadow()
415 private static final Image Shadow2Bottom = loadIcon("/icons/shadow2-b.png"); field in ShadowPainter