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

  /frameworks/base/tools/layoutlib/bridge/src/android/view/
ShadowPainter.java 43 * #SMALL_SHADOW_SIZE}}
202 * Draws a small rectangular drop shadow (of size {@link #SMALL_SHADOW_SIZE} by {@link
203 * #SMALL_SHADOW_SIZE} around the given source and returns a new image with both combined
220 image = new BufferedImage(width + SMALL_SHADOW_SIZE, height + SMALL_SHADOW_SIZE, type);
254 * shadow graphics. The size of the shadow is {@link #SMALL_SHADOW_SIZE}.
282 public static final int SMALL_SHADOW_SIZE = 10; // DO NOT EDIT. Corresponds to bitmap graphics
340 assert Shadow2BottomRight.getWidth(null) == SMALL_SHADOW_SIZE;
341 assert Shadow2BottomRight.getHeight(null) == SMALL_SHADOW_SIZE;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreview.java 23 import static com.android.ide.eclipse.adt.internal.editors.layout.gle2.ImageUtils.SMALL_SHADOW_SIZE;
678 shadowSize = drawShadows ? SMALL_SHADOW_SIZE : 0;
705 int shadowSize = LARGE_SHADOWS ? SHADOW_SIZE : SMALL_SHADOW_SIZE;
726 image.getWidth() - SMALL_SHADOW_SIZE,
727 image.getHeight() - SMALL_SHADOW_SIZE);
    [all...]
ImageUtils.java 501 * The size of the shadow is {@link #SMALL_SHADOW_SIZE}.
529 public static final int SMALL_SHADOW_SIZE = 10; // DO NOT EDIT. Corresponds to bitmap graphics
646 assert sShadow2BottomRight.getWidth() == SMALL_SHADOW_SIZE;
647 assert sShadow2BottomRight.getHeight() == SMALL_SHADOW_SIZE;
    [all...]
RenderPreviewManager.java 23 import static com.android.ide.eclipse.adt.internal.editors.layout.gle2.ImageUtils.SMALL_SHADOW_SIZE;
278 maxPreviewWidth += LARGE_SHADOWS ? SHADOW_SIZE : SMALL_SHADOW_SIZE;
    [all...]

Completed in 130 milliseconds