ViewPreloadSizeProvider
open class ViewPreloadSizeProvider<T> : ListPreloader.PreloadSizeProvider<T> , SizeReadyCallback
Content copied to clipboard
A com.bumptech.glide.ListPreloader.PreloadSizeProvider that will extract the preload size from a given android.view.View.
Parameters
<T>
The type of the model the size should be provided for.
Constructors
Link copied to clipboard
Constructor that does nothing by default and requires users to call setView when a View is available to registerComponents the dimensions returned by this class.
Link copied to clipboard
Constructor that will extract the preload size from a given android.view.