Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DFastScroller.java135 Drawable verticalTrackDrawable, StateListDrawable horizontalThumbDrawable, in FastScroller() argument
139 mVerticalTrackDrawable = verticalTrackDrawable; in FastScroller()
143 mVerticalTrackWidth = Math.max(defaultWidth, verticalTrackDrawable.getIntrinsicWidth()); in FastScroller()
DRecyclerView.java613 Drawable verticalTrackDrawable = a in RecyclerView() local
619 initFastScroller(verticalThumbDrawable, verticalTrackDrawable, in RecyclerView()
10848 Drawable verticalTrackDrawable, StateListDrawable horizontalThumbDrawable, in initFastScroller() argument
10850 if (verticalThumbDrawable == null || verticalTrackDrawable == null in initFastScroller()
10857 new FastScroller(this, verticalThumbDrawable, verticalTrackDrawable, in initFastScroller()