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