Searched refs:mDotColor (Results 1 – 2 of 2) sorted by relevance
37 private int mDotColor; field in CircleView52 mDotColor = res.getColor(R.color.numbers_text_color); in CircleView()83 mDotColor = res.getColor(R.color.light_gray); in setTheme()86 mDotColor = res.getColor(R.color.numbers_text_color); in setTheme()119 mPaint.setColor(mDotColor); in onDraw()
69 private int mDotColor; field in PageIndicatorView107 mDotColor = a.getColor(R.styleable.PageIndicatorView_wsPageIndicatorDotColor, 0); in PageIndicatorView()127 mDotPaint.setColor(mDotColor); in PageIndicatorView()157 mDotPaint, mDotPaintShadow, mDotRadius, mDotShadowRadius, mDotColor, in updateShadows()277 return mDotColor; in getDotColor()286 if (mDotColor != color) { in setDotColor()287 mDotColor = color; in setDotColor()