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.java32 CountingTimerView mTimerText;
55 mTimerText = (CountingTimerView) findViewById(R.id.timer_time_text); in onFinishInflate()
136 mTimerText = (CountingTimerView) findViewById(R.id.timer_time_text); in setTime()
DCountingTimerView.java42 public class CountingTimerView extends View { class
88 CountingTimerView.this.showTime(mVisible);
260 public CountingTimerView(Context context) { in CountingTimerView() method in CountingTimerView
264 public CountingTimerView(Context context, AttributeSet attrs) { in CountingTimerView() method in CountingTimerView
DTimerFullScreenFragment.java234 final CountingTimerView countingTimerView = (CountingTimerView) in getView()
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchFragment.java31 import com.android.deskclock.timer.CountingTimerView;
46 private CountingTimerView mTimeText;
294 mTimeText = (CountingTimerView)v.findViewById(R.id.stopwatch_time_text); in onCreateView()