Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/timer/
DTimerListItem.java31 CountingTimerView mTimerText;
50 mTimerText = (CountingTimerView)findViewById(R.id.timer_time_text); in onFinishInflate()
113 mTimerText = (CountingTimerView)findViewById(R.id.timer_time_text); in setTime()
DCountingTimerView.java36 public class CountingTimerView extends View { class
80 CountingTimerView.this.showTime(mVisible);
232 public CountingTimerView(Context context) { in CountingTimerView() method in CountingTimerView
236 public CountingTimerView(Context context, AttributeSet attrs) { in CountingTimerView() method in CountingTimerView
DTimerFragment.java202 final CountingTimerView countingTimerView = (CountingTimerView) in getView()
845 CountingTimerView countingTimerView = (CountingTimerView)
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchFragment.java37 import com.android.deskclock.timer.CountingTimerView;
52 private CountingTimerView mTimeText;
309 final CountingTimerView countingTimerView = (CountingTimerView) in onCreateView()
321 mTimeText = (CountingTimerView)v.findViewById(R.id.stopwatch_time_text); in onCreateView()