Searched refs:animateToday (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/
H A DDayFragment.java173 private void goTo(Time goToTime, boolean ignoreTime, boolean animateToday) { argument
187 currentView.setSelected(goToTime, ignoreTime, animateToday);
203 next.setSelected(goToTime, ignoreTime, animateToday);
H A DDayView.java1007 public void setSelected(Time time, boolean ignoreTime, boolean animateToday) { argument
1067 if (animateToday) {
/packages/apps/Calendar/src/com/android/calendar/month/
H A DMonthByWeekFragment.java437 boolean animateToday = (event.extraLong & CalendarController.EXTRA_GOTO_TODAY) != 0;
439 if (animateToday) {
445 ((MonthByWeekAdapter) mAdapter).animateToday();
H A DMonthByWeekAdapter.java96 public void animateToday() { method in class:MonthByWeekAdapter

Completed in 74 milliseconds