Searched refs:mThumbPaint (Results 1 – 1 of 1) sorted by relevance
103 private final Paint mThumbPaint; field in RecyclerViewFastScroller158 mThumbPaint = new Paint(); in RecyclerViewFastScroller()159 mThumbPaint.setAntiAlias(true); in RecyclerViewFastScroller()160 mThumbPaint.setColor(Themes.getColorAccent(context)); in RecyclerViewFastScroller()161 mThumbPaint.setStyle(Paint.Style.FILL); in RecyclerViewFastScroller()185 new FastScrollThumbDrawable(mThumbPaint, Utilities.isRtl(getResources()))); in setPopupView()370 canvas.drawRoundRect(mThumbBounds, r, r, mThumbPaint); in onDraw()