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

C

Cache<A> - Class in com.bumptech.glide.loader.model
A simple cache that can be used by ModelLoader and ModelLoaderFactory to cache some data for a given model, width and height.
Cache() - Constructor for class com.bumptech.glide.loader.model.Cache
 
CAN_RECYCLE - Static variable in class com.bumptech.glide.resize.ImageManager
 
cancel(ImageView) - Static method in class com.bumptech.glide.Glide
 
cancel(Target) - Static method in class com.bumptech.glide.Glide
Cancel any pending loads Glide may have for the target.
cancel() - Method in class com.bumptech.glide.loader.stream.LocalUriLoader
 
cancel() - Method in interface com.bumptech.glide.loader.stream.StreamLoader
A method that will be called by an ImagePresenter when a load is no longer relevant (because we now want to load a different image into the view).
cancel() - Method in class com.bumptech.glide.resize.ImageManager.LoadToken
 
cancel() - Method in class com.bumptech.glide.volley.VolleyStreamLoader
 
canSetImage(ImagePresenter) - Method in interface com.bumptech.glide.presenter.ImagePresenter.ImagePresenterCoordinator
Determines if a presenter can display a loaded bitmap
canSetImage(ImagePresenter) - Method in class com.bumptech.glide.presenter.ThumbImagePresenter
 
canSetPlaceholder(ImagePresenter) - Method in interface com.bumptech.glide.presenter.ImagePresenter.ImagePresenterCoordinator
Determines if a presenter can display a placeholder
canSetPlaceholder(ImagePresenter) - Method in class com.bumptech.glide.presenter.ThumbImagePresenter
 
CENTER_CROP - Static variable in class com.bumptech.glide.resize.load.Transformation
Scale the image so that either the width of the image matches the given width and the height of the image is greater than the given height or vice versa, and then crop the larger dimension to match the given dimension.
centerCrop() - Method in class com.bumptech.glide.Glide.Request
Transform images using CenterCrop.
CenterCrop<T> - Class in com.bumptech.glide.loader.transformation
Load image to exactly match the view in one dimension and then crop the image to fit the other dimension.
CenterCrop() - Constructor for class com.bumptech.glide.loader.transformation.CenterCrop
 
centerCrop(Bitmap, Bitmap, int, int) - Static method in class com.bumptech.glide.resize.load.ImageResizer
A potentially expensive operation to crop the given Bitmap so that it fills the given dimensions.
clear() - Method in interface com.bumptech.glide.loader.image.ImageLoader
Called when the current image load does not need to continue and any corresponding cleanup to save cpu or memory can be done.
clear() - Method in class com.bumptech.glide.loader.image.ImageManagerLoader
 
clear() - Method in class com.bumptech.glide.presenter.ImagePresenter
Prevents any bitmaps being loaded from previous calls to setModel from being displayed and clears this presenter's ImageLoader and this presenter's ModelLoader.
clear() - Method in class com.bumptech.glide.presenter.ThumbImagePresenter
Calls the corresponding method on both image presenters
clearMark() - Method in class com.bumptech.glide.resize.RecyclableBufferedInputStream
 
clearMemory() - Method in interface com.bumptech.glide.resize.bitmap_recycle.BitmapPool
 
clearMemory() - Method in class com.bumptech.glide.resize.bitmap_recycle.BitmapPoolAdapter
 
clearMemory() - Method in class com.bumptech.glide.resize.bitmap_recycle.LruBitmapPool
 
clearMemory() - Method in class com.bumptech.glide.resize.cache.LruMemoryCache
 
clearMemory() - Method in interface com.bumptech.glide.resize.cache.MemoryCache
Evict all items from the memory cache.
clearMemory() - Method in class com.bumptech.glide.resize.cache.MemoryCacheAdapter
 
clearMemory() - Method in class com.bumptech.glide.resize.ImageManager
 
close() - Method in class com.bumptech.glide.resize.RecyclableBufferedInputStream
Closes this stream.
com.bumptech.glide - package com.bumptech.glide
 
com.bumptech.glide.loader.image - package com.bumptech.glide.loader.image
 
com.bumptech.glide.loader.model - package com.bumptech.glide.loader.model
 
com.bumptech.glide.loader.stream - package com.bumptech.glide.loader.stream
 
com.bumptech.glide.loader.transformation - package com.bumptech.glide.loader.transformation
 
com.bumptech.glide.presenter - package com.bumptech.glide.presenter
 
com.bumptech.glide.presenter.target - package com.bumptech.glide.presenter.target
 
com.bumptech.glide.resize - package com.bumptech.glide.resize
 
com.bumptech.glide.resize.bitmap_recycle - package com.bumptech.glide.resize.bitmap_recycle
 
com.bumptech.glide.resize.cache - package com.bumptech.glide.resize.cache
 
com.bumptech.glide.resize.load - package com.bumptech.glide.resize.load
 
com.bumptech.glide.util - package com.bumptech.glide.util
 
com.bumptech.glide.volley - package com.bumptech.glide.volley
 
contains(String) - Method in class com.bumptech.glide.resize.cache.LruMemoryCache
 
contains(String) - Method in interface com.bumptech.glide.resize.cache.MemoryCache
Tell if cache contains key
contains(String) - Method in class com.bumptech.glide.resize.cache.MemoryCacheAdapter
 
count - Variable in class com.bumptech.glide.resize.RecyclableBufferedInputStream
The total number of bytes inside the byte array buf.

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