A C D F G N O S T V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- attachRecyclerView(RecyclerView) - Method in class com.l4digital.fastscroll.FastScroller
-
Set the
RecyclerViewassociated with thisFastScroller.
C
- com.l4digital.fastscroll - package com.l4digital.fastscroll
D
- detachRecyclerView() - Method in class com.l4digital.fastscroll.FastScroller
-
Clears references to the attached
RecyclerViewand 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
FastScrollerto receive messages when a fast scrolling event has occurred. - FastScroller.SectionIndexer - Interface in com.l4digital.fastscroll
-
A SectionIndexer can be added to a
FastScrollerto 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
RecyclerViewthat adds aFastScrollerto 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
RecyclerViewwith aFastScroller. - 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
FastScrollerfor thisFastScrollView. - getRecyclerView() - Method in class com.l4digital.fastscroll.FastScrollView
-
Get the current
RecyclerViewfor thisFastScrollView. - 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.Adapterthat implementsFastScroller.SectionIndexerto 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.Adapterthat implementsFastScroller.SectionIndexerto 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.FastScrollListenerthat will listen to fast scroll events. - setFastScrollListener(FastScroller.FastScrollListener) - Method in class com.l4digital.fastscroll.FastScrollRecyclerView
-
Set a new
FastScroller.FastScrollListenerthat 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.LayoutManagerfor the RecyclerView. - setLayoutParams(ViewGroup) - Method in class com.l4digital.fastscroll.FastScroller
-
Set the
ViewGroup.LayoutParamsassociated with this view. - setLayoutParams(ViewGroup.LayoutParams) - Method in class com.l4digital.fastscroll.FastScroller
-
Set the
ViewGroup.LayoutParamsassociated with this view. - setSectionIndexer(FastScroller.SectionIndexer) - Method in class com.l4digital.fastscroll.FastScroller
-
Set a new
FastScroller.SectionIndexerthat provides section text for thisFastScroller. - setSectionIndexer(FastScroller.SectionIndexer) - Method in class com.l4digital.fastscroll.FastScrollRecyclerView
-
Set a new
FastScroller.SectionIndexerthat provides section text for theFastScroller. - setSwipeRefreshLayout(SwipeRefreshLayout) - Method in class com.l4digital.fastscroll.FastScroller
-
Set a
SwipeRefreshLayoutto disable when theRecyclerViewis 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.
All Classes All Packages