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

/frameworks/layoutlib/bridge/src/android/view/
H A DShadowPainter.java339 assert Shadow2TopRight != null;
344 int trHeight = Shadow2TopRight.getHeight(null);
354 gc.drawImage(Shadow2TopRight, x + width, y, null);
360 x + width, y + Shadow2TopRight.getHeight(null), x + width + Shadow2Right.getWidth(null), y + height,
419 private static final Image Shadow2TopRight = loadIcon("/icons/shadow2-tr.png"); field in class:ShadowPainter

Completed in 526 milliseconds