- RecyclerToListViewScrollListener - Class in com.bumptech.glide.integration.recyclerview
-
Converts RecyclerView.OnScrollListener events to
AbsListView scroll events.
- RecyclerToListViewScrollListener(AbsListView.OnScrollListener) - Constructor for class com.bumptech.glide.integration.recyclerview.RecyclerToListViewScrollListener
-
- RecyclerViewPreloader<T> - Class in com.bumptech.glide.integration.recyclerview
-
Loads a few resources ahead in the direction of scrolling in any RecyclerView so that
images are in the memory cache just before the corresponding view in created in the list.
- RecyclerViewPreloader(Activity, ListPreloader.PreloadModelProvider<T>, ListPreloader.PreloadSizeProvider<T>, int) - Constructor for class com.bumptech.glide.integration.recyclerview.RecyclerViewPreloader
-
Helper constructor that accepts an Activity.
- RecyclerViewPreloader(FragmentActivity, ListPreloader.PreloadModelProvider<T>, ListPreloader.PreloadSizeProvider<T>, int) - Constructor for class com.bumptech.glide.integration.recyclerview.RecyclerViewPreloader
-
Helper constructor that accepts an FragmentActivity.
- RecyclerViewPreloader(Fragment, ListPreloader.PreloadModelProvider<T>, ListPreloader.PreloadSizeProvider<T>, int) - Constructor for class com.bumptech.glide.integration.recyclerview.RecyclerViewPreloader
-
Helper constructor that accepts an Fragment.
- RecyclerViewPreloader(Fragment, ListPreloader.PreloadModelProvider<T>, ListPreloader.PreloadSizeProvider<T>, int) - Constructor for class com.bumptech.glide.integration.recyclerview.RecyclerViewPreloader
-
- RecyclerViewPreloader(RequestManager, ListPreloader.PreloadModelProvider<T>, ListPreloader.PreloadSizeProvider<T>, int) - Constructor for class com.bumptech.glide.integration.recyclerview.RecyclerViewPreloader
-
Constructor that accepts interfaces for providing the dimensions of images to preload, the list
of models to preload for a given position, and the request to use to load images.