Lines Matching refs:mScrollbar
44 protected RecyclerViewFastScroller mScrollbar; field in FastScrollRecyclerView
59 mScrollbar = scrollbar; in bindFastScrollbar()
60 mScrollbar.setRecyclerView(this); in bindFastScrollbar()
66 return mScrollbar; in getScrollbar()
81 return mScrollbar.getHeight() - getScrollBarTop() - getScrollBarMarginBottom(); in getScrollbarTrackHeight()
100 return getScrollbarTrackHeight() - mScrollbar.getThumbHeight(); in getAvailableScrollBarHeight()
114 mScrollbar.setThumbOffsetY(-1); in synchronizeScrollBarThumbOffsetToViewScroll()
125 mScrollbar.setThumbOffsetY(scrollBarY); in synchronizeScrollBarThumbOffsetToViewScroll()
136 Utilities.mapCoordInSelfToDescendant(mScrollbar, eventSource, point); in shouldContainerScroll()
138 if (mScrollbar.shouldBlockIntercept((int) point[0], (int) point[1])) { in shouldContainerScroll()
191 if (mScrollbar != null) { in scrollToTop()
192 mScrollbar.reattachThumbToScroll(); in scrollToTop()