HomeSort by relevance Sort by last modified time
    Searched refs:sShadowBottom (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SwtUtils.java 416 sShadowBottom = icons.getIcon("shadow-b"); //$NON-NLS-1$
426 ImageData bottomData = sShadowBottom.getImageData();
440 gc.drawImage(sShadowBottom,
453 private static Image sShadowBottom;
ImageUtils.java 573 sShadowBottom = readImage("shadow-b.png"); //$NON-NLS-1$
594 gc.drawImage(sShadowBottom,
596 x + width, y + height + sShadowBottom.getHeight(),
597 0, 0, sShadowBottom.getWidth(), sShadowBottom.getHeight(),
702 private static BufferedImage sShadowBottom;
    [all...]

Completed in 158 milliseconds