Searched refs:verticalTrackDrawable (Results 1 – 2 of 2) sorted by relevance
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/ |
D | FastScroller.java | 135 Drawable verticalTrackDrawable, StateListDrawable horizontalThumbDrawable, in FastScroller() argument 139 mVerticalTrackDrawable = verticalTrackDrawable; in FastScroller() 143 mVerticalTrackWidth = Math.max(defaultWidth, verticalTrackDrawable.getIntrinsicWidth()); in FastScroller()
|
D | RecyclerView.java | 613 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()
|