Searched refs:mThumbPaint (Results 1 – 1 of 1) sorted by relevance
89 private final Paint mThumbPaint; field in RecyclerViewFastScroller134 mThumbPaint = new Paint(); in RecyclerViewFastScroller()135 mThumbPaint.setAntiAlias(true); in RecyclerViewFastScroller()136 mThumbPaint.setColor(Themes.getColorAccent(context)); in RecyclerViewFastScroller()137 mThumbPaint.setStyle(Paint.Style.FILL); in RecyclerViewFastScroller()176 new FastScrollThumbDrawable(mThumbPaint, Utilities.isRtl(getResources()))); in setRecyclerView()315 canvas.drawRoundRect(mThumbBounds, r, r, mThumbPaint); in onDraw()