Home | History | Annotate | Download | only in calendar

Lines Matching full:day

143     // drawables for day backgrounds.
163 * The first Julian day of the current month.
306 // Launch the Day/Agenda view when the finger lifts up,
324 // Highlight the selected day.
330 // Highlight the selected day.
355 // launch the Day view when he lifts his finger. Also, turn
563 // Get the Julian day for the date at row 0, column 0.
564 int day = mFirstJulianDay - columnDay1;
578 drawBox(day, weekNum, row, column, canvas, p, r, isLandscape);
579 day += 1;
585 boolean inCurrentMonth = (day - mFirstJulianDay < 31);
614 // Compute the day number from the row and column. If the row and
682 * @param day The Julian day.
691 private void drawBox(int day, int weekNum, int row, int column, Canvas canvas, Paint p,
756 //Places events for that day
757 drawEvents(day, canvas, r, p, false /*draw bb background*/);
759 updateEventDetails(day);
770 //Places events for that day
771 drawEvents(day, canvas, r, p, !isToday /*draw bb background*/);
831 //bolds the day if there's an event that day
832 p.setFakeBoldText(eventDay[day-mFirstJulianDay]);
834 /*Drawing of day number is done here
835 *easy to find tags draw number draw day*/
843 ///Create and draw the event busybits for this day
845 // The top of the busybits section lines up with the top of the day number
1102 // We didn't find any events for this day