Searched refs:day (Results 26 - 29 of 29) sorted by relevance

12

/packages/apps/Calendar/src/com/android/calendar/month/
H A DMonthByWeekFragment.java108 Time day = (Time) msg.obj;
109 mEventDialog = new CreateEventDialogFragment(day);
180 // -1 to ensure we get all day events from any time zone
184 // +1 to ensure we get all day events from any time zone
/packages/apps/Calendar/src/com/android/calendar/agenda/
H A DAgendaWindowAdapter.java117 Instances.START_DAY, // 10 Julian start day
118 Instances.END_DAY, // 11 Julian end day
296 * event, or a header marking the specific day.
299 * is all day. buildAgendaItemFromCursor() converts each event to local time.
312 int start; // start day of the cursor's coverage
313 int end; // end day of the cursor's coverage
473 // Turn on the past/present separator if the view is a day header
474 // and it is the first day with events after yesterday.
566 int day = Time.getJulianDay(timeInMillis, tmpTime.gmtoff);
569 if (info.start <= day
[all...]
H A DAgendaByDayAdapter.java203 holder.dayView = (TextView) agendaDayView.findViewById(R.id.day);
220 // Build the text for the day of the week.
221 // Should be yesterday/today/tomorrow (if applicable) + day of the week
232 // Format should be month day
246 // Set the background of the view, it is grayed for day that are in the past and today
260 // notion of multi-day event and the start time of each instance of a multi-day event
322 // Make sure event's start time is not before the start of the day
332 // If there are any multiple-day events that span the empty
333 // range of days, then create day header
[all...]
/packages/apps/Contacts/src/com/android/contacts/model/
H A DRawContactModifier.java1221 final int day = calendar.get(Calendar.DAY_OF_MONTH);
1223 calendar.set(defaultYear, month, day,

Completed in 110 milliseconds

12