Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/
DStopwatchTextController.java31 public final class StopwatchTextController { class
38 public StopwatchTextController(TextView mainTextView, TextView hundredthsTextView) { in StopwatchTextController() method in StopwatchTextController
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchFragment.java49 import com.android.deskclock.StopwatchTextController;
114 private StopwatchTextController mStopwatchTextController;
148 mStopwatchTextController = new StopwatchTextController(mMainTimeText, mHundredthsTimeText); in onCreateView()