- ScrollProgressCalculator - Interface in xyz.danoz.recyclerviewfastscroller.calculation.progress
-
Assists in calculating the amount of scroll progress for a RecyclerView
- scrollTo(float, boolean) - Method in class xyz.danoz.recyclerviewfastscroller.AbsRecyclerViewFastScroller
-
- scrollTo(float, boolean) - Method in interface xyz.danoz.recyclerviewfastscroller.RecyclerViewScroller
-
Indicate to the scroller that it should scroll to a certain amount of scroll progress
- SectionIndicator<T> - Interface in xyz.danoz.recyclerviewfastscroller.sectionindicator
-
An indicator for which section a RecyclerView is currently in.
- SectionTitleIndicator<T> - Class in xyz.danoz.recyclerviewfastscroller.sectionindicator.title
-
Popup view that gets shown when fast scrolling
- SectionTitleIndicator(Context) - Constructor for class xyz.danoz.recyclerviewfastscroller.sectionindicator.title.SectionTitleIndicator
-
- SectionTitleIndicator(Context, AttributeSet) - Constructor for class xyz.danoz.recyclerviewfastscroller.sectionindicator.title.SectionTitleIndicator
-
- SectionTitleIndicator(Context, AttributeSet, int) - Constructor for class xyz.danoz.recyclerviewfastscroller.sectionindicator.title.SectionTitleIndicator
-
- setBarBackground(Drawable) - Method in class xyz.danoz.recyclerviewfastscroller.AbsRecyclerViewFastScroller
-
Provides the ability to programmatically set the background drawable of the fast scroller's bar
- setBarColor(int) - Method in class xyz.danoz.recyclerviewfastscroller.AbsRecyclerViewFastScroller
-
Provides the ability to programmatically set the color of the fast scroller's bar
- setHandleBackground(Drawable) - Method in class xyz.danoz.recyclerviewfastscroller.AbsRecyclerViewFastScroller
-
Provides the ability to programmatically set the background drawable of the fast scroller's handle
- setHandleColor(int) - Method in class xyz.danoz.recyclerviewfastscroller.AbsRecyclerViewFastScroller
-
Provides the ability to programmatically set the color of the fast scroller's handle
- setIndicatorBackgroundColor(int) - Method in class xyz.danoz.recyclerviewfastscroller.sectionindicator.title.SectionTitleIndicator
-
An enhanced method for setting the background color of the indicator that has knowledge of the indicator's
layout in instances where calling View.setBackgroundColor(int) won't do.
- setIndicatorTextColor(int) - Method in class xyz.danoz.recyclerviewfastscroller.sectionindicator.title.SectionTitleIndicator
-
Allows user to programmatically set the text color of the indicator
- setProgress(float) - Method in class xyz.danoz.recyclerviewfastscroller.sectionindicator.AbsSectionIndicator
-
- setProgress(float) - Method in interface xyz.danoz.recyclerviewfastscroller.sectionindicator.SectionIndicator
-
Sets the progress of the indicator
- setRecyclerView(RecyclerView) - Method in class xyz.danoz.recyclerviewfastscroller.AbsRecyclerViewFastScroller
-
- setRecyclerView(RecyclerView) - Method in interface xyz.danoz.recyclerviewfastscroller.RecyclerViewScroller
-
What good is a RecyclerViewScroller without a RecyclerView?!
- setSection(T) - Method in class xyz.danoz.recyclerviewfastscroller.sectionindicator.AbsSectionIndicator
-
- setSection(T) - Method in interface xyz.danoz.recyclerviewfastscroller.sectionindicator.SectionIndicator
-
Allows the setting of section types in the indicator.
- setSectionIndicator(SectionIndicator) - Method in class xyz.danoz.recyclerviewfastscroller.AbsRecyclerViewFastScroller
-
- setTitleText(String) - Method in class xyz.danoz.recyclerviewfastscroller.sectionindicator.title.SectionTitleIndicator
-
Set the text for the section title popup