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.java48 public class TimerSetupView extends LinearLayout implements View.OnClickListener, class
64 public TimerSetupView(Context context) { in TimerSetupView() method in TimerSetupView
68 public TimerSetupView(Context context, AttributeSet attrs) { in TimerSetupView() method in TimerSetupView
DTimerFragment.java80 private TimerSetupView mCreateTimerView;
115 mCreateTimerView = (TimerSetupView) view.findViewById(R.id.timer_setup); in onCreateView()