Searched refs:ShadowBitmap (Results 1 – 4 of 4) sorted by relevance
16 public class ShadowBitmap { class41 ShadowBitmap shadowBitmap = shadowOf(scaledBitmap); in createBitmap()51 ShadowBitmap shadowBitmap = shadowOf(bitmap); in createBitmap()59 ShadowBitmap shadowBitmap = shadowOf(scaledBitmap); in createScaledBitmap()82 ShadowBitmap shadowBitmap = shadowOf(realBitmap); in copy()156 if (o == null || getClass() != ShadowBitmap.class) return false; in equals()158 ShadowBitmap that = shadowOf((Bitmap) o); in equals()
71 ShadowBitmap shadowBitmap = shadowOf(bitmap); in create()
62 assertFalse(ShadowBitmap.create("bitmap A").equals(ShadowBitmap.create("bitmap B"))); in equals_shouldCompareDescriptions()64 assertTrue(ShadowBitmap.create("bitmap A").equals(ShadowBitmap.create("bitmap A"))); in equals_shouldCompareDescriptions()69 Bitmap bitmapA1 = ShadowBitmap.create("bitmap A"); in equals_shouldCompareWidthAndHeight()73 Bitmap bitmapA2 = ShadowBitmap.create("bitmap A"); in equals_shouldCompareWidthAndHeight()
154 ShadowBitmap.class, in getDefaultShadowClasses()485 public static ShadowBitmap shadowOf(Bitmap other) { in shadowOf()486 return (ShadowBitmap) Robolectric.shadowOf_(other); in shadowOf()