HomeSort by relevance Sort by last modified time
    Searched refs:countingTimerView (Results 1 - 2 of 2) sorted by null

  /packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerFragment.java 203 final CountingTimerView countingTimerView = (CountingTimerView)
205 countingTimerView.registerVirtualButtonAction(new Runnable() {
224 countingTimerView.registerStopTextView(stop);
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
StopwatchFragment.java 37 import com.android.deskclock.timer.CountingTimerView;
52 private CountingTimerView mTimeText;
309 final CountingTimerView countingTimerView = (CountingTimerView)
311 countingTimerView.registerVirtualButtonAction(new Runnable() {
317 countingTimerView.registerStopTextView(mCenterButton);
318 countingTimerView.setVirtualButtonEnabled(true);
321 mTimeText = (CountingTimerView)v.findViewById(R.id.stopwatch_time_text);
    [all...]

Completed in 116 milliseconds