Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DImageUtils.java620 if (sShadow2BottomLeft == null) { in drawSmallRectangleShadow()
639 sShadow2BottomLeft = readImage("shadow2-bl.png"); //$NON-NLS-1$ in drawSmallRectangleShadow()
644 assert sShadow2BottomLeft != null; in drawSmallRectangleShadow()
650 int blWidth = sShadow2BottomLeft.getWidth(); in drawSmallRectangleShadow()
659 gc.drawImage(sShadow2BottomLeft, x, y + height, null); in drawSmallRectangleShadow()
663 x + sShadow2BottomLeft.getWidth(), y + height, in drawSmallRectangleShadow()
708 private static BufferedImage sShadow2BottomLeft; field in ImageUtils