Home | History | Annotate | Download | only in calendar

Lines Matching full:day

92     public int startDay;       // start Julian day
93 public int endDay; // end Julian day
114 // hour in the Day and Week view.
193 // The earlier start day and time comes first
206 // Sort all-day events before normal events.
283 // Widen the time range that we query by one day on each end
284 // so that we can catch all-day events. All-day events are
399 * are displayed in separate columns in the week view and day view. For
400 * all-day events, these rectangles are displayed in separate rows along
413 // Compute the column positions separately for the all-day events
426 // Process all-day events separately
433 Log.i("Cal", "event start,end day: " + e.startDay + "," + e.endDay
448 Log.i("Cal", " removing: start,end day: " + e.startDay + "," + e.endDay