Home | History | Annotate | Download | only in calendar

Lines Matching full:day

203                     // If there are any multiple-day events that span the empty
204 // range of days, then create day headers and events for
205 // those multiple-day events.
219 // If this is the first event for the day, then
220 // insert a day header.
229 // If the day header was not added for the start day, then
252 // There are no more cursor events but we might still have multiple-day
253 // events left. So create day headers and events for those.
268 // If this is the first event for the day, then
269 // insert a day header.
282 // mType is either a day header (TYPE_DAY) or an event (TYPE_MEETING)
285 // If mType is TYPE_DAY, then mData is the Julian day. Otherwise
306 * Searches for the day that matches the given Time object and returns the
307 * list position of that day. If there are no events for that day, then it
308 * finds the nearest day (before or after) that has events and returns the
309 * list position for that day.
338 // We didn't find an exact match so take the nearest day that had
344 * Finds the Julian day containing the event at the given position.
347 * @return the Julian day containing that event
368 * day headers as well as events. The cursor contains only events.