HomeSort by relevance Sort by last modified time
    Searched refs:DayView (Results 1 - 3 of 3) sorted by null

  /packages/apps/Calendar/src/com/android/calendar/
DayFragment.java 108 ((DayView) mViewSwitcher.getCurrentView()).updateTitle();
115 DayView view = new DayView(getActivity(), CalendarController
130 DayView view = (DayView) mViewSwitcher.getCurrentView();
134 view = (DayView) mViewSwitcher.getNextView();
152 DayView view = (DayView) mViewSwitcher.getCurrentView();
154 view = (DayView) mViewSwitcher.getNextView();
160 ((DayView) mViewSwitcher.getNextView()).stopEventsAnimation()
    [all...]
EventGeometry.java 73 endTime = DayView.MINUTES_PER_DAY;
DayView.java 94 public class DayView extends View implements View.OnCreateContextMenuListener,
97 private static String TAG = "DayView";
216 DayView.this.invalidate();
227 DayView.this.getWidth() / 2, mClickedYLocation,
231 DayView.this.invalidate();
255 .ofInt(DayView.this, "animateTodayAlpha", 255, 0);
652 public DayView(Context context, CalendarController controller,
    [all...]

Completed in 1065 milliseconds