Searched refs:ShadowDrawable (Results 1 – 2 of 2) sorted by relevance
59 return new ShadowDrawable(shadow, drawable); in wrapIconDrawableWithShadow()128 private static class ShadowDrawable extends DrawableWrapper { class in LauncherIcons132 public ShadowDrawable(Bitmap shadow, Drawable dr) { in ShadowDrawable() method in LauncherIcons.ShadowDrawable137 ShadowDrawable(MyConstantState state) { in ShadowDrawable() method in LauncherIcons.ShadowDrawable177 return new ShadowDrawable(this); in newDrawable()
23 import org.robolectric.shadows.ShadowDrawable;27 final ShadowDrawable shadow = Shadows.shadowOf(drawable); in assertDrawableResId()