Searched refs:mThumbActiveColor (Results 1 – 1 of 1) sorted by relevance
53 private int mThumbActiveColor; field in BaseRecyclerViewFastScrollBar87 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()