Home
last modified time | relevance | path

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

/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
DCircleView.java37 private int mDotColor; field in CircleView
52 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()
/frameworks/support/wear/src/main/java/androidx/wear/widget/drawer/
DPageIndicatorView.java69 private int mDotColor; field in PageIndicatorView
107 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()