Home
last modified time | relevance | path

Searched refs:goTo (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/month/
DSimpleDayPickerFragment.java151 goTo(day.toMillis(true), true, true, false);
157 goTo(initialTime, false, true, true); in SimpleDayPickerFragment()
305 goTo(mSelectedDay.toMillis(true), false, false, false); in doResumeUpdates()
375 public boolean goTo(long time, boolean animate, boolean setSelected, boolean forceScroll) { in goTo() method in SimpleDayPickerFragment
DMonthByWeekFragment.java364 goTo(mSelectedDay.toMillis(true), false, true, false); in doResumeUpdates()
421 boolean delayAnimation = goTo(event.selectedTime.toMillis(true), animate, true, false); in handleEvent()
/packages/apps/Calendar/src/com/android/calendar/
DDayFragment.java168 private void goTo(Time goToTime, boolean ignoreTime, boolean animateToday) { in goTo() method in DayFragment
250 goTo(msg.selectedTime, (msg.extraLong & CalendarController.EXTRA_GOTO_DATE) != 0, in handleEvent()