Home
last modified time | relevance | path

Searched refs:mRemainderColor (Results 1 – 4 of 4) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchCircleView.java52 private final int mRemainderColor; field in StopwatchCircleView
84 mRemainderColor = Color.WHITE; in StopwatchCircleView()
110 mPaint.setColor(mRemainderColor); in onDraw()
149 mPaint.setColor(mRemainderColor); in onDraw()
DStopwatchCircleView.kt54 private val mRemainderColor: Int constant
82 mRemainderColor = Color.WHITE
107 mPaint.setColor(mRemainderColor) in onDraw()
145 mPaint.setColor(mRemainderColor) in onDraw()
/packages/apps/DeskClock/src/com/android/deskclock/timer/
DTimerCircleView.java45 private final int mRemainderColor; field in TimerCircleView
74 mRemainderColor = Color.WHITE; in TimerCircleView()
104 mPaint.setColor(mRemainderColor); in onDraw()
DTimerCircleView.kt50 private val mRemainderColor: Int constant
72 mRemainderColor = Color.WHITE
101 mPaint.color = mRemainderColor in onDraw()