ImageViewTarget
abstract class ImageViewTarget<Z> : ViewTarget<T, Z> , Transition.ViewAdapter
Content copied to clipboard
A base com.bumptech.glide.request.target.Target for displaying resources in s.
Parameters
<Z>
The type of resource that this target will display in the wrapped .
Constructors
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Returns the current android.graphics.drawable.
Link copied to clipboard
Determines the size of the view by first checking getWidth and getHeight.
Link copied to clipboard
Sets the given android.graphics.drawable.
Link copied to clipboard
Sets the given android.graphics.drawable.
Link copied to clipboard
Sets the given android.graphics.drawable.
Link copied to clipboard
The method that will be called when the resource load has finished.
Link copied to clipboard
Removes the given callback from the pending set if it's still retained.
Link copied to clipboard
Sets the given android.graphics.drawable.
Link copied to clipboard
Sets the android resource id to use in conjunction with setTag to store temporary state allowing loads to be automatically cancelled and resources re-used in scrolling lists.
Link copied to clipboard
Indicates that Glide should always wait for any pending layout pass before checking for the size an View.