Searched refs:mTrackPaint (Results 1 – 1 of 1) sorted by relevance
128 private final Paint mTrackPaint; field in RecyclerViewFastScroller178 mTrackPaint = new Paint(); in RecyclerViewFastScroller()179 mTrackPaint.setColor(Themes.getAttrColor(context, android.R.attr.textColorPrimary)); in RecyclerViewFastScroller()180 mTrackPaint.setAlpha(MAX_TRACK_ALPHA); in RecyclerViewFastScroller()415 mWidth, mWidth, mTrackPaint); in onDraw()