Package org.robolectric.shadows
Class ShadowIcon
java.lang.Object
org.robolectric.shadows.ShadowIcon
@Implements(value=android.graphics.drawable.Icon.class, minSdk=23) public class ShadowIcon extends Object
-
Constructor Summary
Constructors Constructor Description ShadowIcon() -
Method Summary
Modifier and Type Method Description BitmapgetBitmap()byte[]getDataBytes()intgetDataLength()intgetDataOffset()intgetResId()intgetType()UrigetUri()
-
Constructor Details
-
ShadowIcon
public ShadowIcon()
-
-
Method Details