Home | History | Annotate | Download | only in calendar

Lines Matching refs:todayOrTomorrow

1423                 int todayOrTomorrow = isTodayOrTomorrow(context.getResources(),
1425 if (TODAY == todayOrTomorrow) {
1427 } else if (TOMORROW == todayOrTomorrow) {
1445 int todayOrTomorrow = isTodayOrTomorrow(context.getResources(), startMillis,
1447 if (TODAY == todayOrTomorrow) {
1451 } else if (TOMORROW == todayOrTomorrow) {