Searched refs:TYPE_MEETING (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/agenda/
H A DAgendaByDayAdapter.java43 private static final int TYPE_MEETING = 1; field in class:AgendaByDayAdapter
119 if (mRowInfo.get(i).mType != TYPE_MEETING) {
255 } else if (row.mType == TYPE_MEETING) {
359 rowInfo.add(new RowInfo(TYPE_MEETING, currentDay, info.mPosition,
388 rowInfo.add(new RowInfo(TYPE_MEETING, startDay, position, id, startTime,
392 rowInfo.add(new RowInfo(TYPE_MEETING, startDay, position, id, startTime, endTime,
423 rowInfo.add(new RowInfo(TYPE_MEETING, currentDay, info.mPosition,
435 // mType is either a day header (TYPE_DAY) or an event (TYPE_MEETING)
656 if (row.mType == TYPE_MEETING) {
680 return row.mType == TYPE_MEETING;
[all...]
/packages/apps/Calendar/src/com/android/calendar/widget/
H A DCalendarAppWidgetModel.java50 static final int TYPE_MEETING = 1; field in class:CalendarAppWidgetModel.RowInfo
53 * mType is either a day header (TYPE_DAY) or an event (TYPE_MEETING)
59 * Otherwise mType is TYPE_MEETING and mData is the index into event
321 RowInfo rowInfo = new RowInfo(RowInfo.TYPE_MEETING, i);

Completed in 66 milliseconds