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

  /packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerView.java 30 public class TimerView extends LinearLayout {
41 public TimerView(Context context) {
45 public TimerView(Context context, AttributeSet attrs) {
  /packages/apps/DeskClock/src/com/android/deskclock/
TimerSetupView.java 29 import com.android.deskclock.timer.TimerView;
43 protected TimerView mEnteredTime;
66 mEnteredTime = (TimerView)findViewById(R.id.timer_time_text);
105 * To properly center the TimerView across from the dial pad, append a bottom margin that

Completed in 175 milliseconds