Searched refs:mRemainderColor (Results 1 – 4 of 4) sorted by relevance
52 private final int mRemainderColor; field in StopwatchCircleView84 mRemainderColor = Color.WHITE; in StopwatchCircleView()110 mPaint.setColor(mRemainderColor); in onDraw()149 mPaint.setColor(mRemainderColor); in onDraw()
54 private val mRemainderColor: Int constant82 mRemainderColor = Color.WHITE107 mPaint.setColor(mRemainderColor) in onDraw()145 mPaint.setColor(mRemainderColor) in onDraw()
45 private final int mRemainderColor; field in TimerCircleView74 mRemainderColor = Color.WHITE; in TimerCircleView()104 mPaint.setColor(mRemainderColor); in onDraw()
50 private val mRemainderColor: Int constant72 mRemainderColor = Color.WHITE101 mPaint.color = mRemainderColor in onDraw()