Lines Matching refs:day

192                 holder.dayView = (TextView) agendaDayView.findViewById(R.id.day);
209 // Build the text for the day of the week.
210 // Should be yesterday/today/tomorrow (if applicable) + day of the week
221 // Format should be month day
235 // Set the background of the view, it is grayed for day that are in the past and today
308 // Make sure event's start time is not before the start of the day
318 // If there are any multiple-day events that span the empty
319 // range of days, then create day headers and events for
320 // those multiple-day events.
334 // If this is the first event for the day, then
335 // insert a day header.
353 // If the day header was not added for the start day, then
379 // There are no more cursor events but we might still have multiple-day
380 // events left. So create day headers and events for those.
395 // If this is the first event for the day, then
396 // insert a day header.
417 // mType is either a day header (TYPE_DAY) or an event (TYPE_MEETING)
420 final int mDay; // Julian day
422 // This is used to mark a day header as the first day with events that is "today"
509 // 3. No event id match , time matches a all day event (midnight)
511 // 5. No event id match , all day event
571 * Returns a flag indicating if this position is the first day after "yesterday" that has
574 * @return a flag indicating if this is the "first day after yesterday"
586 * Finds the Julian day containing the event at the given position.
589 * @return the Julian day containing that event
609 * Marks the current row as the first day that has events after "yesterday".
624 * day headers as well as events. The cursor contains only events.
628 * if the position point to day header , it will give the position of the next event