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

/packages/apps/DeskClock/src/com/android/deskclock/
H A DTimerSetupView.java35 public class TimerSetupView extends LinearLayout implements Button.OnClickListener, class in inherits:LinearLayout,Button.OnClickListener,Button.OnLongClickListener
70 public TimerSetupView(Context context) { method in class:TimerSetupView
74 public TimerSetupView(Context context, AttributeSet attrs) { method in class:TimerSetupView
/packages/apps/DeskClock/src/com/android/deskclock/timer/
H A DTimerFragment.java51 import com.android.deskclock.TimerSetupView;
67 private TimerSetupView mSetupView;
150 mSetupView = (TimerSetupView) view.findViewById(R.id.timer_setup);
H A DTimerFullScreenFragment.java59 import com.android.deskclock.TimerSetupView;
87 private TimerSetupView mTimerSetup;
459 mTimerSetup = (TimerSetupView) v.findViewById(R.id.timer_setup);

Completed in 97 milliseconds