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

/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DShadowPainter.java331 assert Shadow2BottomLeft != null;
336 int blWidth = Shadow2BottomLeft.getWidth(null);
345 gc.drawImage(Shadow2BottomLeft, x - Shadow2BottomLeft.getWidth(null), y + height, null);
409 private static final Image Shadow2BottomLeft = loadIcon("/icons/shadow2-bl.png"); field in class:ShadowPainter

Completed in 46 milliseconds