Searched refs:StopwatchTextController (Results 1 – 2 of 2) sorted by relevance
31 public final class StopwatchTextController { class38 public StopwatchTextController(TextView mainTextView, TextView hundredthsTextView) { in StopwatchTextController() method in StopwatchTextController
49 import com.android.deskclock.StopwatchTextController;114 private StopwatchTextController mStopwatchTextController;148 mStopwatchTextController = new StopwatchTextController(mMainTimeText, mHundredthsTimeText); in onCreateView()