Home
last modified time | relevance | path

Searched refs:sShadow2Bottom (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.java640 sShadow2Bottom = readImage("shadow2-b.png"); //$NON-NLS-1$ in drawSmallRectangleShadow()
662 gc.drawImage(sShadow2Bottom, in drawSmallRectangleShadow()
664 x + width, y + height + sShadow2Bottom.getHeight(), in drawSmallRectangleShadow()
665 0, 0, sShadow2Bottom.getWidth(), sShadow2Bottom.getHeight(), in drawSmallRectangleShadow()
709 private static BufferedImage sShadow2Bottom; field in ImageUtils