Home
last modified time | relevance | path

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

/aosp12/frameworks/layoutlib/bridge/src/android/view/
H A DShadowPainter.java341 assert Shadow2TopRight != null; in drawSmallRectangleShadow()
346 int trHeight = Shadow2TopRight.getHeight(null); in drawSmallRectangleShadow()
356 gc.drawImage(Shadow2TopRight, x + width, y, null); in drawSmallRectangleShadow()
362 …x + width, y + Shadow2TopRight.getHeight(null), x + width + Shadow2Right.getWidth(null), y + heigh… in drawSmallRectangleShadow()
421 private static final Image Shadow2TopRight = loadIcon("/icons/shadow2-tr.png"); field in ShadowPainter