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

F

fetchImage(String, StreamLoader, Transformation, int, int, ImageLoader.ImageReadyCallback) - Method in interface com.bumptech.glide.loader.image.ImageLoader
Load the image at the given path represented by the given model
fetchImage(String, StreamLoader, Transformation, int, int, ImageLoader.ImageReadyCallback) - Method in class com.bumptech.glide.loader.image.ImageManagerLoader
 
FileLoader - Class in com.bumptech.glide.loader.model
A simple model loader for File
FileLoader(Context) - Constructor for class com.bumptech.glide.loader.model.FileLoader
 
FileLoader(ModelLoader<Uri>) - Constructor for class com.bumptech.glide.loader.model.FileLoader
 
FileLoader.Factory - Class in com.bumptech.glide.loader.model
 
FileLoader.Factory() - Constructor for class com.bumptech.glide.loader.model.FileLoader.Factory
 
FIT_CENTER - Static variable in class com.bumptech.glide.resize.load.Transformation
Scale the image uniformly (maintaining the image's aspect ratio) so that one of the dimensions of the image will be equal to the given dimension and the other will be less than the given dimension
fitCenter() - Method in class com.bumptech.glide.Glide.Request
Transform images using FitCenter.
FitCenter<T> - Class in com.bumptech.glide.loader.transformation
Load the image so that one dimension of the image exactly matches one of the given dimensions and the other dimension of the image is smaller than or equal to the other given dimension.
FitCenter() - Constructor for class com.bumptech.glide.loader.transformation.FitCenter
 
fitCenter(Bitmap, BitmapPool, int, int) - Static method in class com.bumptech.glide.resize.load.ImageResizer
An expensive operation to resize the given Bitmap down so that it fits within the given dimensions maintain the original proportions.
fitInSpace(Bitmap, int, int) - Static method in class com.bumptech.glide.resize.load.ImageResizer
Deprecated. 

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