Searched refs:TimerSetupView (Results 1 – 2 of 2) sorted by relevance
48 public class TimerSetupView extends LinearLayout implements View.OnClickListener, class64 public TimerSetupView(Context context) { in TimerSetupView() method in TimerSetupView68 public TimerSetupView(Context context, AttributeSet attrs) { in TimerSetupView() method in TimerSetupView
80 private TimerSetupView mCreateTimerView;115 mCreateTimerView = (TimerSetupView) view.findViewById(R.id.timer_setup); in onCreateView()