Index
All Classes and Interfaces|All Packages|Constant Field Values
C
- com.bumptech.glide.integration.recyclerview - package com.bumptech.glide.integration.recyclerview
O
- onScrolled(RecyclerView, int, int) - Method in class com.bumptech.glide.integration.recyclerview.RecyclerToListViewScrollListener
- onScrolled(RecyclerView, int, int) - Method in class com.bumptech.glide.integration.recyclerview.RecyclerViewPreloader
- onScrollStateChanged(RecyclerView, int) - Method in class com.bumptech.glide.integration.recyclerview.RecyclerToListViewScrollListener
R
- RecyclerToListViewScrollListener - Class in com.bumptech.glide.integration.recyclerview
-
Converts
RecyclerView.OnScrollListenerevents toAbsListViewscroll 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
RecyclerViewso 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(Fragment, ListPreloader.PreloadModelProvider<T>, ListPreloader.PreloadSizeProvider<T>, int) - Constructor for class com.bumptech.glide.integration.recyclerview.RecyclerViewPreloader
-
Deprecated.
- 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(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.
U
- UNKNOWN_SCROLL_STATE - Static variable in class com.bumptech.glide.integration.recyclerview.RecyclerToListViewScrollListener
All Classes and Interfaces|All Packages|Constant Field Values
RecyclerViewPreloader(Fragment, PreloadModelProvider,
PreloadSizeProvider) instead.