Home | History | Annotate | Download | only in calendar

Lines Matching refs:DayView

95 public class DayView extends View implements View.OnCreateContextMenuListener,
98 private static String TAG = "DayView";
216 .ofInt(DayView.this, "animateTodayAlpha", 255, 0);
604 public DayView(Context context, CalendarController controller,
1290 private void initView(DayView view) {
1541 DayView view = (DayView) mViewSwitcher.getNextView();
1719 DayView view = (DayView) mViewSwitcher.getCurrentView();
1721 view = (DayView) mViewSwitcher.getNextView();
1806 DayView view = (DayView) mViewSwitcher.getCurrentView();
1809 view = (DayView) mViewSwitcher.getCurrentView();
2092 DayView nextView = (DayView) mViewSwitcher.getNextView();
3924 DayView view = (DayView) mViewSwitcher.getNextView();
4047 if (DEBUG) Log.e(TAG, "ACTION_MOVE Cnt=" + ev.getPointerCount() + DayView.this);
4609 DayView.this.doSingleTapUp(ev);
4616 DayView.this.doLongPress(ev);
4629 DayView.this.doScroll(e1, e2, distanceX, distanceY);
4644 DayView.this.doFling(e1, e2, velocityX, velocityY);
4651 DayView.this.doDown(ev);