A C D F G N O S T V 
All Classes All Packages

A

attachRecyclerView(RecyclerView) - Method in class com.l4digital.fastscroll.FastScroller
Set the RecyclerView associated with this FastScroller.

C

com.l4digital.fastscroll - package com.l4digital.fastscroll
 

D

detachRecyclerView() - Method in class com.l4digital.fastscroll.FastScroller
Clears references to the attached RecyclerView and stops listening for scroll changes.
drawableId - Variable in enum com.l4digital.fastscroll.FastScroller.Size
 

F

FastScroller - Class in com.l4digital.fastscroll
A ListView-like FastScroller for the RecyclerView.
FastScroller(Context) - Constructor for class com.l4digital.fastscroll.FastScroller
 
FastScroller(Context, AttributeSet) - Constructor for class com.l4digital.fastscroll.FastScroller
 
FastScroller(Context, AttributeSet, int) - Constructor for class com.l4digital.fastscroll.FastScroller
 
FastScroller(Context, FastScroller.Size) - Constructor for class com.l4digital.fastscroll.FastScroller
 
FastScroller.FastScrollListener - Interface in com.l4digital.fastscroll
A FastScrollListener can be added to a FastScroller to receive messages when a fast scrolling event has occurred.
FastScroller.SectionIndexer - Interface in com.l4digital.fastscroll
A SectionIndexer can be added to a FastScroller to provide the text to display for the visible section while fast scrolling.
FastScroller.Size - Enum in com.l4digital.fastscroll
 
FastScrollRecyclerView - Class in com.l4digital.fastscroll
A RecyclerView that adds a FastScroller to its parent ViewGroup.
FastScrollRecyclerView(Context) - Constructor for class com.l4digital.fastscroll.FastScrollRecyclerView
 
FastScrollRecyclerView(Context, AttributeSet) - Constructor for class com.l4digital.fastscroll.FastScrollRecyclerView
 
FastScrollRecyclerView(Context, AttributeSet, int) - Constructor for class com.l4digital.fastscroll.FastScrollRecyclerView
 
FastScrollView - Class in com.l4digital.fastscroll
A layout that contains and manages a RecyclerView with a FastScroller.
FastScrollView(Context) - Constructor for class com.l4digital.fastscroll.FastScrollView
 
FastScrollView(Context, AttributeSet) - Constructor for class com.l4digital.fastscroll.FastScrollView
 
FastScrollView(Context, AttributeSet, int) - Constructor for class com.l4digital.fastscroll.FastScrollView
 
fromOrdinal(int) - Static method in enum com.l4digital.fastscroll.FastScroller.Size
 

G

getFastScroller() - Method in class com.l4digital.fastscroll.FastScrollView
Get the current FastScroller for this FastScrollView.
getRecyclerView() - Method in class com.l4digital.fastscroll.FastScrollView
Get the current RecyclerView for this FastScrollView.
getSectionText(int) - Method in interface com.l4digital.fastscroll.FastScroller.SectionIndexer
Get the text to be displayed for the visible section at the current position.

N

NORMAL - com.l4digital.fastscroll.FastScroller.Size
 

O

onAttachedToWindow() - Method in class com.l4digital.fastscroll.FastScrollRecyclerView
 
onAttachedToWindow() - Method in class com.l4digital.fastscroll.FastScrollView
 
onDetachedFromWindow() - Method in class com.l4digital.fastscroll.FastScrollRecyclerView
 
onDetachedFromWindow() - Method in class com.l4digital.fastscroll.FastScrollView
 
onFastScrollStart(FastScroller) - Method in interface com.l4digital.fastscroll.FastScroller.FastScrollListener
Called when fast scrolling begins.
onFastScrollStop(FastScroller) - Method in interface com.l4digital.fastscroll.FastScroller.FastScrollListener
Called when fast scrolling ends.
onSizeChanged(int, int, int, int) - Method in class com.l4digital.fastscroll.FastScroller
 
onTouchEvent(MotionEvent) - Method in class com.l4digital.fastscroll.FastScroller
 

S

setAdapter(RecyclerView.Adapter) - Method in class com.l4digital.fastscroll.FastScrollRecyclerView
Set a new RecyclerView.Adapter that implements FastScroller.SectionIndexer to provide child views for the RecyclerView and section text for the FastScroller.
setAdapter(RecyclerView.Adapter<VH>) - Method in class com.l4digital.fastscroll.FastScrollView
Set a new RecyclerView.Adapter that implements FastScroller.SectionIndexer to provide child views for the RecyclerView and section text for the FastScroller.
setBubbleColor(int) - Method in class com.l4digital.fastscroll.FastScroller
Set the background color of the section bubble.
setBubbleColor(int) - Method in class com.l4digital.fastscroll.FastScrollRecyclerView
Set the background color of the section bubble.
setBubbleTextColor(int) - Method in class com.l4digital.fastscroll.FastScroller
Set the text color of the section bubble.
setBubbleTextColor(int) - Method in class com.l4digital.fastscroll.FastScrollRecyclerView
Set the text color of the section bubble.
setBubbleTextSize(int) - Method in class com.l4digital.fastscroll.FastScroller
Set the scaled pixel text size of the section bubble.
setBubbleTextSize(int) - Method in class com.l4digital.fastscroll.FastScrollRecyclerView
Set the scaled pixel text size of the section bubble.
setBubbleVisible(boolean) - Method in class com.l4digital.fastscroll.FastScrollRecyclerView
Show the section bubble while scrolling.
setBubbleVisible(boolean, boolean) - Method in class com.l4digital.fastscroll.FastScroller
Show the section bubble while scrolling.
setBubbleVisible(boolean, boolean) - Method in class com.l4digital.fastscroll.FastScrollRecyclerView
Show the section bubble while scrolling.
setEnabled(boolean) - Method in class com.l4digital.fastscroll.FastScroller
Set the enabled state of this view.
setFastScrollEnabled(boolean) - Method in class com.l4digital.fastscroll.FastScrollRecyclerView
Set the enabled state of fast scrolling.
setFastScrollListener(FastScroller.FastScrollListener) - Method in class com.l4digital.fastscroll.FastScroller
Set a new FastScroller.FastScrollListener that will listen to fast scroll events.
setFastScrollListener(FastScroller.FastScrollListener) - Method in class com.l4digital.fastscroll.FastScrollRecyclerView
Set a new FastScroller.FastScrollListener that will listen to fast scroll events.
setHandleColor(int) - Method in class com.l4digital.fastscroll.FastScroller
Set the color of the scroll handle.
setHandleColor(int) - Method in class com.l4digital.fastscroll.FastScrollRecyclerView
Set the color of the scroll handle.
setHideScrollbar(boolean) - Method in class com.l4digital.fastscroll.FastScroller
Hide the scrollbar when not scrolling.
setHideScrollbar(boolean) - Method in class com.l4digital.fastscroll.FastScrollRecyclerView
Hide the scrollbar when not scrolling.
setLayoutManager(RecyclerView.LayoutManager) - Method in class com.l4digital.fastscroll.FastScrollView
Set a new RecyclerView.LayoutManager for the RecyclerView.
setLayoutParams(ViewGroup) - Method in class com.l4digital.fastscroll.FastScroller
Set the ViewGroup.LayoutParams associated with this view.
setLayoutParams(ViewGroup.LayoutParams) - Method in class com.l4digital.fastscroll.FastScroller
Set the ViewGroup.LayoutParams associated with this view.
setSectionIndexer(FastScroller.SectionIndexer) - Method in class com.l4digital.fastscroll.FastScroller
Set a new FastScroller.SectionIndexer that provides section text for this FastScroller.
setSectionIndexer(FastScroller.SectionIndexer) - Method in class com.l4digital.fastscroll.FastScrollRecyclerView
Set a new FastScroller.SectionIndexer that provides section text for the FastScroller.
setSwipeRefreshLayout(SwipeRefreshLayout) - Method in class com.l4digital.fastscroll.FastScroller
Set a SwipeRefreshLayout to disable when the RecyclerView is scrolled away from the top.
setTrackColor(int) - Method in class com.l4digital.fastscroll.FastScroller
Set the color of the scroll track.
setTrackColor(int) - Method in class com.l4digital.fastscroll.FastScrollRecyclerView
Set the color of the scroll track.
setTrackVisible(boolean) - Method in class com.l4digital.fastscroll.FastScroller
Show the scroll track while scrolling.
setTrackVisible(boolean) - Method in class com.l4digital.fastscroll.FastScrollRecyclerView
Show the scroll track while scrolling.
setVisibility(int) - Method in class com.l4digital.fastscroll.FastScrollRecyclerView
Set the visibility state of this view.
SMALL - com.l4digital.fastscroll.FastScroller.Size
 

T

textSizeId - Variable in enum com.l4digital.fastscroll.FastScroller.Size
 

V

valueOf(String) - Static method in enum com.l4digital.fastscroll.FastScroller.Size
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.l4digital.fastscroll.FastScroller.Size
Returns an array containing the constants of this enum type, in the order they are declared.
A C D F G N O S T V 
All Classes All Packages