Class GlideHelper.GlideSimpleTarget

  • All Implemented Interfaces:
    com.bumptech.glide.manager.LifecycleListener, com.bumptech.glide.request.target.Target<android.graphics.Bitmap>
    Enclosing class:
    GlideHelper

    public static class GlideHelper.GlideSimpleTarget
    extends com.bumptech.glide.request.target.SimpleTarget<android.graphics.Bitmap>
    • Field Summary

      • Fields inherited from interface com.bumptech.glide.request.target.Target

        SIZE_ORIGINAL
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onLoadFailed​(android.graphics.drawable.Drawable errorDrawable)  
      void onResourceReady​(android.graphics.Bitmap resource, com.bumptech.glide.request.transition.Transition<? super android.graphics.Bitmap> transition)  
      • Methods inherited from class com.bumptech.glide.request.target.SimpleTarget

        getSize, removeCallback
      • Methods inherited from class com.bumptech.glide.request.target.BaseTarget

        getRequest, onDestroy, onLoadCleared, onLoadStarted, onStart, onStop, setRequest
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onLoadFailed

        public void onLoadFailed​(@Nullable
                                 android.graphics.drawable.Drawable errorDrawable)
        Specified by:
        onLoadFailed in interface com.bumptech.glide.request.target.Target<android.graphics.Bitmap>
        Overrides:
        onLoadFailed in class com.bumptech.glide.request.target.BaseTarget<android.graphics.Bitmap>
      • onResourceReady

        public void onResourceReady​(android.graphics.Bitmap resource,
                                    com.bumptech.glide.request.transition.Transition<? super android.graphics.Bitmap> transition)