Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/
DStopwatchTextController.java33 private final TextView mMainTextView; field in StopwatchTextController
39 mMainTextView = mainTextView; in StopwatchTextController()
65 final Context context = mMainTextView.getContext(); in setTimeString()
67 mMainTextView.setText(time); in setTimeString()