Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/
DStopwatchTextController.kt29 private val mHundredthsTextView: TextView constant in com.android.deskclock.StopwatchTextController
49 mHundredthsTextView.text = UiDataModel.uiDataModel.getFormattedNumber(remainder / 10, 2) in setTimeString()