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

/packages/apps/DeskClock/src/com/android/deskclock/
H A DTimerSetupView.java32 public class TimerSetupView extends LinearLayout implements Button.OnClickListener, class in inherits:LinearLayout,Button.OnClickListener,Button.OnLongClickListener
46 public TimerSetupView(Context context) { method in class:TimerSetupView
50 public TimerSetupView(Context context, AttributeSet attrs) { method in class:TimerSetupView
/packages/apps/DeskClock/src/com/android/deskclock/timer/
H A DTimerFragment.java53 import com.android.deskclock.TimerSetupView;
82 private TimerSetupView mTimerSetup;
466 mTimerSetup = (TimerSetupView)v.findViewById(R.id.timer_setup);

Completed in 63 milliseconds