Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchFragment.kt108 private lateinit var mHundredthsTimeText: TextView in <lambda>() variable in com.android.deskclock.stopwatch.StopwatchFragment
142 mHundredthsTimeText = v.findViewById(R.id.stopwatch_hundredths_text) as TextView in <lambda>()
143 mStopwatchTextController = StopwatchTextController(mMainTimeText, mHundredthsTimeText) in <lambda>()
162 mHundredthsTimeText.setTextColor(timeTextColor) in <lambda>()
327 mHundredthsTimeText.setAlpha(1f) in <lambda>()
524 mHundredthsTimeText.setAlpha(0f) in <lambda>()
527 mHundredthsTimeText.setAlpha(1f) in <lambda>()