Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DBaseRecyclerViewFastScrollBar.java53 private int mThumbActiveColor; field in BaseRecyclerViewFastScrollBar
87 mThumbActiveColor = res.getColor(R.color.container_fastscroll_thumb_active_color); in BaseRecyclerViewFastScrollBar()
261 if (mThumbActiveColor != mThumbInactiveColor) { in showActiveScrollbar()
263 mThumbPaint.getColor(), isScrolling ? mThumbActiveColor : mThumbInactiveColor); in showActiveScrollbar()