Class ShadowIcon


  • @Implements(value=android.graphics.drawable.Icon.class,
                minSdk=23)
    public class ShadowIcon
    extends java.lang.Object
    • Constructor Detail

      • ShadowIcon

        public ShadowIcon()
    • Method Detail

      • getType

        @HiddenApi
        @Implementation
        public int getType()
      • getResId

        @HiddenApi
        @Implementation
        public int getResId()
      • getBitmap

        @HiddenApi
        @Implementation
        public android.graphics.Bitmap getBitmap()
      • getUri

        @HiddenApi
        @Implementation
        public android.net.Uri getUri()
      • getDataLength

        @HiddenApi
        @Implementation
        public int getDataLength()
      • getDataOffset

        @HiddenApi
        @Implementation
        public int getDataOffset()
      • getDataBytes

        @HiddenApi
        @Implementation
        public byte[] getDataBytes()