Home
last modified time | relevance | path

Searched refs:mThumbPaint (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/views/
DRecyclerViewFastScroller.java89 private final Paint mThumbPaint; field in RecyclerViewFastScroller
134 mThumbPaint = new Paint(); in RecyclerViewFastScroller()
135 mThumbPaint.setAntiAlias(true); in RecyclerViewFastScroller()
136 mThumbPaint.setColor(Themes.getColorAccent(context)); in RecyclerViewFastScroller()
137 mThumbPaint.setStyle(Paint.Style.FILL); in RecyclerViewFastScroller()
176 new FastScrollThumbDrawable(mThumbPaint, Utilities.isRtl(getResources()))); in setRecyclerView()
315 canvas.drawRoundRect(mThumbBounds, r, r, mThumbPaint); in onDraw()