Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DSwtUtils.java419 sShadowTopRight = icons.getIcon("shadow-tr"); //$NON-NLS-1$
425 ImageData topRightData = sShadowTopRight.getImageData();
439 gc.drawImage(sShadowTopRight, x + width, y);
456 private static Image sShadowTopRight;
DImageUtils.java576 sShadowTopRight = readImage("shadow-tr.png"); //$NON-NLS-1$ in drawRectangleShadow()
583 int trHeight = sShadowTopRight.getHeight(); in drawRectangleShadow()
593 gc.drawImage(sShadowTopRight, x + width, y, null); in drawRectangleShadow()
600 x + width, y + sShadowTopRight.getHeight(), in drawRectangleShadow()
705 private static BufferedImage sShadowTopRight; field in ImageUtils