Searched refs:mTrackPaint (Results 1 – 1 of 1) sorted by relevance
108 private final Paint mTrackPaint; field in RecyclerViewFastScroller154 mTrackPaint = new Paint(); in RecyclerViewFastScroller()155 mTrackPaint.setColor(Themes.getAttrColor(context, android.R.attr.textColorPrimary)); in RecyclerViewFastScroller()156 mTrackPaint.setAlpha(MAX_TRACK_ALPHA); in RecyclerViewFastScroller()363 mWidth, mWidth, mTrackPaint); in onDraw()