Skip navigation links
A C D E F G H I O P S T U 

A

ADJACENT - Static variable in annotation type com.simplecityapps.recyclerview_fastscroll.views.FastScroller.PopupPosition
 
allowThumbInactiveColor(boolean) - Method in class com.simplecityapps.recyclerview_fastscroll.views.FastScrollRecyclerView
 
animateVisibility(boolean) - Method in class com.simplecityapps.recyclerview_fastscroll.views.FastScrollPopup
Animates the visibility of the fast scroller popup.

C

cancelAutoHide() - Method in class com.simplecityapps.recyclerview_fastscroll.views.FastScroller
 
CENTER - Static variable in annotation type com.simplecityapps.recyclerview_fastscroll.views.FastScroller.PopupPosition
 
com.simplecityapps.recyclerview_fastscroll.interfaces - package com.simplecityapps.recyclerview_fastscroll.interfaces
 
com.simplecityapps.recyclerview_fastscroll.utils - package com.simplecityapps.recyclerview_fastscroll.utils
 
com.simplecityapps.recyclerview_fastscroll.views - package com.simplecityapps.recyclerview_fastscroll.views
 

D

draw(Canvas) - Method in class com.simplecityapps.recyclerview_fastscroll.views.FastScroller
 
draw(Canvas) - Method in class com.simplecityapps.recyclerview_fastscroll.views.FastScrollPopup
 
draw(Canvas) - Method in class com.simplecityapps.recyclerview_fastscroll.views.FastScrollRecyclerView
 

E

enableThumbInactiveColor(boolean) - Method in class com.simplecityapps.recyclerview_fastscroll.views.FastScroller
 

F

FastScroller - Class in com.simplecityapps.recyclerview_fastscroll.views
 
FastScroller(Context, FastScrollRecyclerView, AttributeSet) - Constructor for class com.simplecityapps.recyclerview_fastscroll.views.FastScroller
 
FastScroller.PopupPosition - Annotation Type in com.simplecityapps.recyclerview_fastscroll.views
 
FastScroller.PopupTextVerticalAlignmentMode - Annotation Type in com.simplecityapps.recyclerview_fastscroll.views
 
FastScrollPopup - Class in com.simplecityapps.recyclerview_fastscroll.views
 
FastScrollRecyclerView - Class in com.simplecityapps.recyclerview_fastscroll.views
 
FastScrollRecyclerView(Context) - Constructor for class com.simplecityapps.recyclerview_fastscroll.views.FastScrollRecyclerView
 
FastScrollRecyclerView(Context, AttributeSet) - Constructor for class com.simplecityapps.recyclerview_fastscroll.views.FastScrollRecyclerView
 
FastScrollRecyclerView(Context, AttributeSet, int) - Constructor for class com.simplecityapps.recyclerview_fastscroll.views.FastScrollRecyclerView
 
FastScrollRecyclerView.MeasurableAdapter<VH extends ViewHolder> - Interface in com.simplecityapps.recyclerview_fastscroll.views
FastScrollRecyclerView by default assumes that all items in a RecyclerView will have ItemViews with the same heights so that the total height of all views in the RecyclerView can be calculated.
FastScrollRecyclerView.ScrollPositionState - Class in com.simplecityapps.recyclerview_fastscroll.views
The current scroll state of the recycler view.
FastScrollRecyclerView.SectionedAdapter - Interface in com.simplecityapps.recyclerview_fastscroll.views
 
FONT_METRICS - Static variable in annotation type com.simplecityapps.recyclerview_fastscroll.views.FastScroller.PopupTextVerticalAlignmentMode
 

G

getAlpha() - Method in class com.simplecityapps.recyclerview_fastscroll.views.FastScrollPopup
 
getAvailableScrollBarHeight() - Method in class com.simplecityapps.recyclerview_fastscroll.views.FastScrollRecyclerView
Returns the available scroll bar height: AvailableScrollBarHeight = Total height of the visible view - thumb height
getAvailableScrollHeight(int, int) - Method in class com.simplecityapps.recyclerview_fastscroll.views.FastScrollRecyclerView
Returns the available scroll height: AvailableScrollHeight = Total height of the all items - last page height
getOffsetX() - Method in class com.simplecityapps.recyclerview_fastscroll.views.FastScroller
 
getPopupPosition() - Method in class com.simplecityapps.recyclerview_fastscroll.views.FastScrollPopup
 
getPopupTextVerticalAlignmentMode() - Method in class com.simplecityapps.recyclerview_fastscroll.views.FastScrollPopup
 
getScrollBarThumbHeight() - Method in class com.simplecityapps.recyclerview_fastscroll.views.FastScrollRecyclerView
 
getScrollBarWidth() - Method in class com.simplecityapps.recyclerview_fastscroll.views.FastScrollRecyclerView
 
getSectionName(int) - Method in interface com.simplecityapps.recyclerview_fastscroll.views.FastScrollRecyclerView.SectionedAdapter
 
getThumbHeight() - Method in class com.simplecityapps.recyclerview_fastscroll.views.FastScroller
 
getViewTypeHeight(RecyclerView, VH, int) - Method in interface com.simplecityapps.recyclerview_fastscroll.views.FastScrollRecyclerView.MeasurableAdapter
Gets the height of a specific view type, including item decorations
getWidth() - Method in class com.simplecityapps.recyclerview_fastscroll.views.FastScroller
 

H

handleTouchEvent(MotionEvent, int, int, int, OnFastScrollStateChangeListener) - Method in class com.simplecityapps.recyclerview_fastscroll.views.FastScroller
Handles the touch event and determines whether to show the fast scroller (or updates it if it is already showing).

I

isDragging() - Method in class com.simplecityapps.recyclerview_fastscroll.views.FastScroller
 
isLayoutManagerReversed() - Method in class com.simplecityapps.recyclerview_fastscroll.views.FastScrollRecyclerView
 
isRtl(Resources) - Static method in class com.simplecityapps.recyclerview_fastscroll.utils.Utils
 
isVisible() - Method in class com.simplecityapps.recyclerview_fastscroll.views.FastScrollPopup
 

O

onFastScrollStart() - Method in interface com.simplecityapps.recyclerview_fastscroll.interfaces.OnFastScrollStateChangeListener
Called when fast scrolling begins
OnFastScrollStateChangeListener - Interface in com.simplecityapps.recyclerview_fastscroll.interfaces
 
onFastScrollStop() - Method in interface com.simplecityapps.recyclerview_fastscroll.interfaces.OnFastScrollStateChangeListener
Called when fast scrolling ends
onFinishInflate() - Method in class com.simplecityapps.recyclerview_fastscroll.views.FastScrollRecyclerView
 
onInterceptTouchEvent(RecyclerView, MotionEvent) - Method in class com.simplecityapps.recyclerview_fastscroll.views.FastScrollRecyclerView
We intercept the touch handling only to support fast scrolling when initiated from the scroll bar.
onRequestDisallowInterceptTouchEvent(boolean) - Method in class com.simplecityapps.recyclerview_fastscroll.views.FastScrollRecyclerView
 
onTouchEvent(RecyclerView, MotionEvent) - Method in class com.simplecityapps.recyclerview_fastscroll.views.FastScrollRecyclerView
 
onUpdateScrollbar() - Method in class com.simplecityapps.recyclerview_fastscroll.views.FastScrollRecyclerView
Updates the bounds for the scrollbar.

P

postAutoHideDelayed() - Method in class com.simplecityapps.recyclerview_fastscroll.views.FastScroller
 

S

ScrollPositionState() - Constructor for class com.simplecityapps.recyclerview_fastscroll.views.FastScrollRecyclerView.ScrollPositionState
 
scrollToPositionAtProgress(float) - Method in class com.simplecityapps.recyclerview_fastscroll.views.FastScrollRecyclerView
Maps the touch (from 0..1) to the adapter position that should be visible.
setAdapter(Adapter) - Method in class com.simplecityapps.recyclerview_fastscroll.views.FastScrollRecyclerView
 
setAlpha(float) - Method in class com.simplecityapps.recyclerview_fastscroll.views.FastScrollPopup
 
setAutoHideDelay(int) - Method in class com.simplecityapps.recyclerview_fastscroll.views.FastScroller
 
setAutoHideDelay(int) - Method in class com.simplecityapps.recyclerview_fastscroll.views.FastScrollRecyclerView
 
setAutoHideEnabled(boolean) - Method in class com.simplecityapps.recyclerview_fastscroll.views.FastScroller
 
setAutoHideEnabled(boolean) - Method in class com.simplecityapps.recyclerview_fastscroll.views.FastScrollRecyclerView
 
setBackgroundSize(int) - Method in class com.simplecityapps.recyclerview_fastscroll.views.FastScrollPopup
 
setBgColor(int) - Method in class com.simplecityapps.recyclerview_fastscroll.views.FastScrollPopup
 
setFastScrollEnabled(boolean) - Method in class com.simplecityapps.recyclerview_fastscroll.views.FastScrollRecyclerView
 
setOffset(int, int) - Method in class com.simplecityapps.recyclerview_fastscroll.views.FastScroller
 
setOffsetX(int) - Method in class com.simplecityapps.recyclerview_fastscroll.views.FastScroller
 
setOnFastScrollStateChangeListener(OnFastScrollStateChangeListener) - Method in class com.simplecityapps.recyclerview_fastscroll.views.FastScrollRecyclerView
 
setPopupBgColor(int) - Method in class com.simplecityapps.recyclerview_fastscroll.views.FastScroller
 
setPopupBgColor(int) - Method in class com.simplecityapps.recyclerview_fastscroll.views.FastScrollRecyclerView
 
setPopupPosition(int) - Method in class com.simplecityapps.recyclerview_fastscroll.views.FastScroller
 
setPopupPosition(int) - Method in class com.simplecityapps.recyclerview_fastscroll.views.FastScrollPopup
 
setPopupPosition(int) - Method in class com.simplecityapps.recyclerview_fastscroll.views.FastScrollRecyclerView
Set the FastScroll Popup position.
setPopupTextColor(int) - Method in class com.simplecityapps.recyclerview_fastscroll.views.FastScroller
 
setPopupTextColor(int) - Method in class com.simplecityapps.recyclerview_fastscroll.views.FastScrollRecyclerView
 
setPopupTextSize(int) - Method in class com.simplecityapps.recyclerview_fastscroll.views.FastScroller
 
setPopupTextSize(int) - Method in class com.simplecityapps.recyclerview_fastscroll.views.FastScrollRecyclerView
 
setPopupTextVerticalAlignmentMode(int) - Method in class com.simplecityapps.recyclerview_fastscroll.views.FastScrollPopup
 
setPopupTypeface(Typeface) - Method in class com.simplecityapps.recyclerview_fastscroll.views.FastScroller
 
setPopUpTypeface(Typeface) - Method in class com.simplecityapps.recyclerview_fastscroll.views.FastScrollRecyclerView
 
setSectionName(String) - Method in class com.simplecityapps.recyclerview_fastscroll.views.FastScrollPopup
 
setStateChangeListener(OnFastScrollStateChangeListener) - Method in class com.simplecityapps.recyclerview_fastscroll.views.FastScrollRecyclerView
Deprecated.
setTextColor(int) - Method in class com.simplecityapps.recyclerview_fastscroll.views.FastScrollPopup
 
setTextSize(int) - Method in class com.simplecityapps.recyclerview_fastscroll.views.FastScrollPopup
 
setThumbColor(int) - Method in class com.simplecityapps.recyclerview_fastscroll.views.FastScroller
 
setThumbColor(int) - Method in class com.simplecityapps.recyclerview_fastscroll.views.FastScrollRecyclerView
 
setThumbEnabled(boolean) - Method in class com.simplecityapps.recyclerview_fastscroll.views.FastScrollRecyclerView
Deprecated.
setThumbInactiveColor(int) - Method in class com.simplecityapps.recyclerview_fastscroll.views.FastScroller
 
setThumbInactiveColor(boolean) - Method in class com.simplecityapps.recyclerview_fastscroll.views.FastScroller
Deprecated.
setThumbInactiveColor(int) - Method in class com.simplecityapps.recyclerview_fastscroll.views.FastScrollRecyclerView
 
setThumbInactiveColor(boolean) - Method in class com.simplecityapps.recyclerview_fastscroll.views.FastScrollRecyclerView
Deprecated.
setThumbPosition(int, int) - Method in class com.simplecityapps.recyclerview_fastscroll.views.FastScroller
 
setTrackColor(int) - Method in class com.simplecityapps.recyclerview_fastscroll.views.FastScroller
 
setTrackColor(int) - Method in class com.simplecityapps.recyclerview_fastscroll.views.FastScrollRecyclerView
 
setTypeface(Typeface) - Method in class com.simplecityapps.recyclerview_fastscroll.views.FastScrollPopup
 
show() - Method in class com.simplecityapps.recyclerview_fastscroll.views.FastScroller
 
showScrollbar() - Method in class com.simplecityapps.recyclerview_fastscroll.views.FastScrollRecyclerView
 

T

TEXT_BOUNDS - Static variable in annotation type com.simplecityapps.recyclerview_fastscroll.views.FastScroller.PopupTextVerticalAlignmentMode
 
toPixels(Resources, float) - Static method in class com.simplecityapps.recyclerview_fastscroll.utils.Utils
Converts dp to px
toScreenPixels(Resources, float) - Static method in class com.simplecityapps.recyclerview_fastscroll.utils.Utils
Converts sp to px

U

updateFastScrollerBounds(FastScrollRecyclerView, int) - Method in class com.simplecityapps.recyclerview_fastscroll.views.FastScrollPopup
Updates the bounds for the fast scroller.
updateThumbPosition(FastScrollRecyclerView.ScrollPositionState, int) - Method in class com.simplecityapps.recyclerview_fastscroll.views.FastScrollRecyclerView
Updates the scrollbar thumb offset to match the visible scroll of the recycler view.
Utils - Class in com.simplecityapps.recyclerview_fastscroll.utils
 
Utils() - Constructor for class com.simplecityapps.recyclerview_fastscroll.utils.Utils
 
A C D E F G H I O P S T U 
Skip navigation links