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.java103 private final Paint mThumbPaint; field in RecyclerViewFastScroller
158 mThumbPaint = new Paint(); in RecyclerViewFastScroller()
159 mThumbPaint.setAntiAlias(true); in RecyclerViewFastScroller()
160 mThumbPaint.setColor(Themes.getColorAccent(context)); in RecyclerViewFastScroller()
161 mThumbPaint.setStyle(Paint.Style.FILL); in RecyclerViewFastScroller()
185 new FastScrollThumbDrawable(mThumbPaint, Utilities.isRtl(getResources()))); in setPopupView()
370 canvas.drawRoundRect(mThumbBounds, r, r, mThumbPaint); in onDraw()