OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:animateToday
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Calendar/src/com/android/calendar/
DayFragment.java
173
private void goTo(Time goToTime, boolean ignoreTime, boolean
animateToday
) {
187
currentView.setSelected(goToTime, ignoreTime,
animateToday
);
203
next.setSelected(goToTime, ignoreTime,
animateToday
);
DayView.java
[
all
...]
/packages/apps/Calendar/src/com/android/calendar/month/
MonthByWeekFragment.java
437
boolean
animateToday
= (event.extraLong & CalendarController.EXTRA_GOTO_TODAY) != 0;
439
if (
animateToday
) {
445
((MonthByWeekAdapter) mAdapter).
animateToday
();
MonthByWeekAdapter.java
96
public void
animateToday
() {
Completed in 170 milliseconds