Class ShadowIcon

    • Constructor Detail

      • ShadowIcon

        public ShadowIcon()
    • Method Detail

      • overrideExecutor

        public static void overrideExecutor​(Executor executor)
        Set the executor where async drawable loading will run.
      • getType

        @HiddenApi
        @Implementation
        public int getType()
      • getResId

        @HiddenApi
        @Implementation
        public int getResId()
      • getBitmap

        @HiddenApi
        @Implementation
        public Bitmap getBitmap()
      • getUri

        @HiddenApi
        @Implementation
        public Uri getUri()
      • getDataLength

        @HiddenApi
        @Implementation
        public int getDataLength()
      • getDataOffset

        @HiddenApi
        @Implementation
        public int getDataOffset()
      • getDataBytes

        @HiddenApi
        @Implementation
        public byte[] getDataBytes()
      • loadDrawableAsync

        @Implementation
        protected void loadDrawableAsync​(Context context,
                                         Message andThen)