Searched defs:Shadow2BottomRight (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DShadowPainter.java340 assert Shadow2BottomRight.getWidth(null) == SMALL_SHADOW_SIZE;
341 assert Shadow2BottomRight.getHeight(null) == SMALL_SHADOW_SIZE;
353 gc.drawImage(Shadow2BottomRight, x + width, y + height, null);
417 private static final Image Shadow2BottomRight = loadIcon("/icons/shadow2-br.png"); field in class:ShadowPainter

Completed in 67 milliseconds