Searched refs:mActiveColor (Results 1 – 1 of 1) sorted by relevance
78 private final int mActiveColor; field in PageIndicatorDots116 mActiveColor = Themes.getColorAccent(context); in PageIndicatorDots()256 mCirclePaint.setColor(i == mActivePage ? mActiveColor : mInActiveColor); in onDraw()267 mCirclePaint.setColor(mActiveColor); in onDraw()