Home
last modified time | relevance | path

Searched refs:verticalThumbDrawable (Results 1 – 2 of 2) sorted by relevance

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DFastScroller.java134 FastScroller(RecyclerView recyclerView, StateListDrawable verticalThumbDrawable, in FastScroller() argument
138 mVerticalThumbDrawable = verticalThumbDrawable; in FastScroller()
142 mVerticalThumbWidth = Math.max(defaultWidth, verticalThumbDrawable.getIntrinsicWidth()); in FastScroller()
DRecyclerView.java611 StateListDrawable verticalThumbDrawable = (StateListDrawable) a in RecyclerView() local
619 initFastScroller(verticalThumbDrawable, verticalTrackDrawable, in RecyclerView()
10847 void initFastScroller(StateListDrawable verticalThumbDrawable, in initFastScroller() argument
10850 if (verticalThumbDrawable == null || verticalTrackDrawable == null in initFastScroller()
10857 new FastScroller(this, verticalThumbDrawable, verticalTrackDrawable, in initFastScroller()