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.java111 private TextView mHundredthsTimeText; field in StopwatchFragment
147 mHundredthsTimeText = (TextView) v.findViewById(R.id.stopwatch_hundredths_text); in onCreateView()
148 mStopwatchTextController = new StopwatchTextController(mMainTimeText, mHundredthsTimeText); in onCreateView()
165 mHundredthsTimeText.setTextColor(timeTextColor); in onCreateView()
340 mHundredthsTimeText.setAlpha(1f); in doReset()
552 mHundredthsTimeText.setAlpha(0f); in run()
555 mHundredthsTimeText.setAlpha(1f); in run()