Searched defs:AgendaItem (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/agenda/
H A DAgendaWindowAdapter.java298 * The begin and end times of an AgendaItem should always be in local time, even if the event
301 static class AgendaItem { class in class:AgendaWindowAdapter
577 public AgendaItem getAgendaItemByPosition(final int positionInListView) {
589 public AgendaItem getAgendaItemByPosition(final int positionInListView,
614 AgendaItem item = buildAgendaItemFromCursor(info.cursor, cursorPosition, isDayHeader);
624 private AgendaItem buildAgendaItemFromCursor(final Cursor cursor, int cursorPosition,
631 AgendaItem agendaItem = new AgendaItem();
664 private void sendViewEvent(AgendaItem item, long selectedTime) {
718 AgendaItem ite
[all...]

Completed in 1046 milliseconds