Searched refs:mTrackPaint (Results 1 – 1 of 1) sorted by relevance
94 private final Paint mTrackPaint; field in RecyclerViewFastScroller130 mTrackPaint = new Paint(); in RecyclerViewFastScroller()131 mTrackPaint.setColor(Themes.getAttrColor(context, android.R.attr.textColorPrimary)); in RecyclerViewFastScroller()132 mTrackPaint.setAlpha(MAX_TRACK_ALPHA); in RecyclerViewFastScroller()308 mWidth, mWidth, mTrackPaint); in onDraw()