@Implements(value=android.graphics.drawable.Icon.class, minSdk=23) public class ShadowIcon extends Object
Constructor and Description |
---|
ShadowIcon() |
Modifier and Type | Method and Description |
---|---|
Bitmap |
getBitmap() |
byte[] |
getDataBytes() |
int |
getDataLength() |
int |
getDataOffset() |
int |
getResId() |
int |
getType() |
Uri |
getUri() |
@HiddenApi @Implementation public int getType()
@HiddenApi @Implementation public int getResId()
@HiddenApi @Implementation public Bitmap getBitmap()
@HiddenApi @Implementation public Uri getUri()
@HiddenApi @Implementation public int getDataLength()
@HiddenApi @Implementation public int getDataOffset()
@HiddenApi @Implementation public byte[] getDataBytes()