Home
last modified time | relevance | path

Searched refs:SMALL_SHADOW_SIZE (Results 1 – 3 of 3) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DRenderPreview.java23 import static com.android.ide.eclipse.adt.internal.editors.layout.gle2.ImageUtils.SMALL_SHADOW_SIZE;
678 shadowSize = drawShadows ? SMALL_SHADOW_SIZE : 0; in createThumbnail()
705 int shadowSize = LARGE_SHADOWS ? SHADOW_SIZE : SMALL_SHADOW_SIZE; in createErrorThumbnail()
726 image.getWidth() - SMALL_SHADOW_SIZE, in createErrorThumbnail()
727 image.getHeight() - SMALL_SHADOW_SIZE); in createErrorThumbnail()
DImageUtils.java529 public static final int SMALL_SHADOW_SIZE = 10; // DO NOT EDIT. Corresponds to bitmap graphics field in ImageUtils
646 assert sShadow2BottomRight.getWidth() == SMALL_SHADOW_SIZE; in drawSmallRectangleShadow()
647 assert sShadow2BottomRight.getHeight() == SMALL_SHADOW_SIZE; in drawSmallRectangleShadow()
DRenderPreviewManager.java23 import static com.android.ide.eclipse.adt.internal.editors.layout.gle2.ImageUtils.SMALL_SHADOW_SIZE;
278 maxPreviewWidth += LARGE_SHADOWS ? SHADOW_SIZE : SMALL_SHADOW_SIZE; in computePreviewWidth()