Home | History | Annotate | Download | only in calendar

Lines Matching defs:week

49     // Day view: show day of the week + full date underneath
50 // Week view: show the month + year
52 // Agenda view: show day of the week + full date underneath
66 // The current selected event's time, used to calculate the date and day of the week
188 case ViewType.WEEK:
226 case ViewType.WEEK:
304 // Used when the user selects a new day/week/month to watch
310 // Builds a string with the day of the week and the word yesterday/today/tomorrow
344 // Week: month day-day or month day - month day
385 // Calculate the start of the week, taking into account the "first day of the week"
402 // The end of the week is 6 days after the start of the week
405 // If week start and end is in 2 different months, use short months names
420 int week = Utils.getWeekNumberFromTime(mMilliTime, mContext);
421 return mContext.getResources().getQuantityString(R.plurals.weekN, week, week);