Home
last modified time | relevance | path

Searched refs:TimerSetupView (Results 1 – 2 of 2) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/timer/
DTimerSetupView.java40 public class TimerSetupView extends LinearLayout implements Button.OnClickListener, class
70 public TimerSetupView(Context context) { in TimerSetupView() method in TimerSetupView
74 public TimerSetupView(Context context, AttributeSet attrs) { in TimerSetupView() method in TimerSetupView
DTimerFragment.java76 private TimerSetupView mCreateTimerView;
112 mCreateTimerView = (TimerSetupView) view.findViewById(R.id.timer_setup); in onCreateView()