Searched refs:CountingTimerView (Results 1 – 4 of 4) sorted by relevance
31 CountingTimerView mTimerText;50 mTimerText = (CountingTimerView)findViewById(R.id.timer_time_text); in onFinishInflate()113 mTimerText = (CountingTimerView)findViewById(R.id.timer_time_text); in setTime()
36 public class CountingTimerView extends View { class80 CountingTimerView.this.showTime(mVisible);232 public CountingTimerView(Context context) { in CountingTimerView() method in CountingTimerView236 public CountingTimerView(Context context, AttributeSet attrs) { in CountingTimerView() method in CountingTimerView
202 final CountingTimerView countingTimerView = (CountingTimerView) in getView()845 CountingTimerView countingTimerView = (CountingTimerView)
37 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()