Home
last modified time | relevance | path

Searched refs:sShadow2TopRight (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.java643 sShadow2TopRight = readImage("shadow2-tr.png"); //$NON-NLS-1$ in drawSmallRectangleShadow()
645 assert sShadow2TopRight != null; in drawSmallRectangleShadow()
651 int trHeight = sShadow2TopRight.getHeight(); in drawSmallRectangleShadow()
661 gc.drawImage(sShadow2TopRight, x + width, y, null); in drawSmallRectangleShadow()
668 x + width, y + sShadow2TopRight.getHeight(), in drawSmallRectangleShadow()
712 private static BufferedImage sShadow2TopRight; field in ImageUtils