Index

C O R U 
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.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(Fragment, ListPreloader.PreloadModelProvider<T>, ListPreloader.PreloadSizeProvider<T>, int) - Constructor for class com.bumptech.glide.integration.recyclerview.RecyclerViewPreloader
Deprecated.
Use constructor RecyclerViewPreloader(Fragment, PreloadModelProvider, PreloadSizeProvider) instead.
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
 
C O R U 
All Classes and Interfaces|All Packages|Constant Field Values