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