Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
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.kt50 private val mRemainderColor: Int constant
72 mRemainderColor = Color.WHITE
101 mPaint.color = mRemainderColor in onDraw()