A B C D E F G H I L M N O P R S T U V W

A

acquireBitmap(Bitmap) - Method in interface com.bumptech.glide.resize.bitmap_recycle.BitmapReferenceCounter
 
acquireBitmap(Bitmap) - Method in class com.bumptech.glide.resize.bitmap_recycle.BitmapReferenceCounterAdapter
 
acquireBitmap(Bitmap) - Method in class com.bumptech.glide.resize.bitmap_recycle.SerialBitmapReferenceCounter
 
animate(int) - Method in class com.bumptech.glide.Glide.Request
Sets an animation to run on the wrapped target when an image load finishes.
approximate() - Method in class com.bumptech.glide.Glide.Request
Load images at a size near the size of the target using Downsampler.AT_LEAST.
asIs() - Method in class com.bumptech.glide.Glide.Request
Load images at their original size using Downsampler.NONE.
AT_LEAST - Static variable in class com.bumptech.glide.resize.load.Downsampler
Load and scale the image uniformly (maintaining the image's aspect ratio) so that the dimensions of the image will be greater than or equal to the given width and height.
AT_MOST - Static variable in class com.bumptech.glide.resize.load.Downsampler
Load and scale the image uniformly (maintaining the image's aspect ratio) so that the dimensions of the image will be less than or equal to the given width and height.
available() - Method in class com.bumptech.glide.resize.RecyclableBufferedInputStream
Returns an estimated number of bytes that can be read or skipped without blocking for more input.

A B C D E F G H I L M N O P R S T U V W