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

S

SafeKeyGenerator - Class in com.bumptech.glide.resize
 
SafeKeyGenerator() - Constructor for class com.bumptech.glide.resize.SafeKeyGenerator
 
SerialBitmapReferenceCounter - Class in com.bumptech.glide.resize.bitmap_recycle
 
SerialBitmapReferenceCounter(BitmapPool) - Constructor for class com.bumptech.glide.resize.bitmap_recycle.SerialBitmapReferenceCounter
 
setBitmapCompressFormat(Bitmap.CompressFormat) - Method in class com.bumptech.glide.resize.ImageManager.Builder
Sets the format that will be used to write all bitmaps to disk in the disk cache (if one is present).
setBitmapCompressQuality(int) - Method in class com.bumptech.glide.resize.ImageManager.Builder
Set the compression quality for Bitmaps when writing them out to the disk cache.
setBitmapPool(BitmapPool) - Method in class com.bumptech.glide.resize.ImageManager.Builder
Set the implementation of a BitmapPool to use to store and retrieve recycled bitmaps based on their width and height.
setDiskCache(DiskCache) - Method in class com.bumptech.glide.resize.ImageManager.Builder
Set the disk cache implementation.
setErrorDrawable(Drawable) - Method in class com.bumptech.glide.presenter.ImagePresenter.Builder
Optional - Sets a drawable that will be displayed whenever a load fails.
setErrorResource(int) - Method in class com.bumptech.glide.presenter.ImagePresenter.Builder
Optional - Sets a resource that will be displayed whenever a load fails.
setExceptionHandler(ImagePresenter.ExceptionHandler<T>) - Method in class com.bumptech.glide.presenter.ImagePresenter.Builder
Optional - Sets a handler that will be notified if any path or image load causes an exception.
setFullPresenterBuilder(ImagePresenter.Builder<A>) - Method in class com.bumptech.glide.presenter.ThumbImagePresenter.Builder
Required - sets the ImagePresenter that will be used to load the full image
setImageLoader(ImageLoader) - Method in class com.bumptech.glide.presenter.ImagePresenter.Builder
Required - Sets the ImageLoader the presenter will use to load a Bitmap from the given path and/or model
setImageManager(ImageManager.Builder) - Method in class com.bumptech.glide.Glide
Set the ImageManager to use with Glide.Request.
setImageManager(ImageManager) - Method in class com.bumptech.glide.Glide
Set the ImageManager to use with Glide.Request Replaces the current ImageManager if one has already been set.
setImagePresenter(ImagePresenter) - Method in class com.bumptech.glide.presenter.target.ImageViewTarget
 
setImagePresenter(ImagePresenter) - Method in class com.bumptech.glide.presenter.target.SimpleTarget
 
setImagePresenter(ImagePresenter) - Method in interface com.bumptech.glide.presenter.target.Target
A method that is used to keep a reference to the ImagePresenter.
setImagePresenterCoordinator(ImagePresenter.ImagePresenterCoordinator) - Method in class com.bumptech.glide.presenter.ImagePresenter.Builder
Optional - Sets a coordinator that can allow or prevent placeholders or bitmaps from being set in otherwise valid loads.
setImageReadyCallback(ImagePresenter.ImageReadyCallback<T>) - Method in class com.bumptech.glide.presenter.ImagePresenter.Builder
Optional - Sets a callback that will be called after an image is loaded by ImageLoader and immediately before ImageView.setImageBitmap(android.graphics.Bitmap) is called by the presenter
setImageRemovedListener(MemoryCache.ImageRemovedListener) - Method in class com.bumptech.glide.resize.cache.LruMemoryCache
 
setImageRemovedListener(MemoryCache.ImageRemovedListener) - Method in interface com.bumptech.glide.resize.cache.MemoryCache
Set the listener to be called when a bitmap is removed from the cache
setImageRemovedListener(MemoryCache.ImageRemovedListener) - Method in class com.bumptech.glide.resize.cache.MemoryCacheAdapter
 
setImageView(ImageView) - Method in class com.bumptech.glide.presenter.ImagePresenter.Builder
Required - Sets the ImageView the presenter will use to display any loaded bitmaps.
setImageView(ImageView) - Method in class com.bumptech.glide.presenter.ThumbImagePresenter.Builder
 
setMemoryCache(MemoryCache) - Method in class com.bumptech.glide.resize.ImageManager.Builder
Set the memory cache implementation.
setModel(T) - Method in class com.bumptech.glide.presenter.ImagePresenter
Sets a model to load an image from.
setModelLoader(ModelLoader<T>) - Method in class com.bumptech.glide.presenter.ImagePresenter.Builder
Required - Sets the ModelLoader the presenter will use to obtain an id for and an InputStream to the image represented by a given model
setModels(A, B) - Method in class com.bumptech.glide.presenter.ThumbImagePresenter
Sets models to load the full and thumb image.
setPlaceholder(Drawable) - Method in class com.bumptech.glide.presenter.target.ImageViewTarget
 
setPlaceholder(Drawable) - Method in class com.bumptech.glide.presenter.target.SimpleTarget
 
setPlaceholder(Drawable) - Method in interface com.bumptech.glide.presenter.target.Target
A method that can optionally be implemented to set any placeholder that might have been passed to Glide to display either while an image is loading or after the load has failed.
setPlaceholderDrawable(Drawable) - Method in class com.bumptech.glide.presenter.ImagePresenter.Builder
Optional - Sets a drawable that will be displayed during loads and whenever ImagePresenter.resetPlaceHolder() is called.
setPlaceholderDrawable(Drawable) - Method in class com.bumptech.glide.presenter.ThumbImagePresenter.Builder
 
setPlaceholderResource(int) - Method in class com.bumptech.glide.presenter.ImagePresenter.Builder
Optional - Sets a resource that will be displayed during loads and whenever ImagePresenter.resetPlaceHolder() is called.
setPlaceholderResource(int) - Method in class com.bumptech.glide.presenter.ThumbImagePresenter.Builder
 
setResizeService(ExecutorService) - Method in class com.bumptech.glide.resize.ImageManager.Builder
Sets the service that will be used to load and resize images not yet in the disk cache.
setTarget(Target, Context) - Method in class com.bumptech.glide.presenter.ImagePresenter.Builder
Required - Sets the Target the presenter will use to display any loaded bitmaps.
setThumbPresenterBuilder(ImagePresenter.Builder<B>) - Method in class com.bumptech.glide.presenter.ThumbImagePresenter.Builder
Required - sets the ImagePresenter that will be used to load the thumbnail
setTransformationLoader(TransformationLoader<T>) - Method in class com.bumptech.glide.presenter.ImagePresenter.Builder
Optional - Sets a transformation loader to use to obtain a transformation to apply to images on a per model basis.
sha256BytesToHex(byte[]) - Static method in class com.bumptech.glide.util.Util
 
shrinkToHeight(Bitmap, int) - Static method in class com.bumptech.glide.resize.load.ImageResizer
An expensive operation to resize the given image, maintaining the original proportions, so that its height matches the given height
shrinkToWidth(Bitmap, int) - Static method in class com.bumptech.glide.resize.load.ImageResizer
An expensive operation to resize the given image, maintaining the original proportions, so that its width matches the given width
shutdown() - Method in class com.bumptech.glide.resize.ImageManager
Shuts down all of the background threads used by the ImageManager including the executor service
SimpleTarget - Class in com.bumptech.glide.presenter.target
A simpler interface for targets with default (usually noop) implementations of non essential methods.
SimpleTarget() - Constructor for class com.bumptech.glide.presenter.target.SimpleTarget
 
skip(long) - Method in class com.bumptech.glide.resize.RecyclableBufferedInputStream
Skips byteCount bytes in this stream.
startAnimation(Animation) - Method in class com.bumptech.glide.presenter.target.ImageViewTarget
 
startAnimation(Animation) - Method in class com.bumptech.glide.presenter.target.SimpleTarget
 
startAnimation(Animation) - Method in interface com.bumptech.glide.presenter.target.Target
A method that can be optionally implemented to start any animation that might have been passed to Glide for this target.
StreamLoader - Interface in com.bumptech.glide.loader.stream
A base class for lazily and asynchronously opening an input stream that can be used to load an image.
StreamLoader.StreamReadyCallback - Interface in com.bumptech.glide.loader.stream
An interface defining a callback for when an InputStream has been opened successfully or the load has failed because of an exception.
StringLoader - Class in com.bumptech.glide.loader.model
A model loader for handling certain string models.
StringLoader(Context) - Constructor for class com.bumptech.glide.loader.model.StringLoader
 
StringLoader(ModelLoader<Uri>) - Constructor for class com.bumptech.glide.loader.model.StringLoader
 
StringLoader.Factory - Class in com.bumptech.glide.loader.model
 
StringLoader.Factory() - Constructor for class com.bumptech.glide.loader.model.StringLoader.Factory
 

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