Home
last modified time | relevance | path

Searched refs:sShadow2Right (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.java642 sShadow2Right = readImage("shadow2-r.png"); //$NON-NLS-1$ in drawSmallRectangleShadow()
667 gc.drawImage(sShadow2Right, in drawSmallRectangleShadow()
669 x + width + sShadow2Right.getWidth(), y + height, in drawSmallRectangleShadow()
670 0, 0, sShadow2Right.getWidth(), sShadow2Right.getHeight(), in drawSmallRectangleShadow()
711 private static BufferedImage sShadow2Right; field in ImageUtils