Searched refs:mHundredthsTimeText (Results 1 – 1 of 1) sorted by relevance
111 private TextView mHundredthsTimeText; field in StopwatchFragment147 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()