HomeSort by relevance Sort by last modified time
    Searched refs:TYPE_MEETING (Results 1 - 2 of 2) sorted by null

  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaByDayAdapter.java 44 private static final int TYPE_MEETING = 1;
112 if (mRowInfo.get(i).mType != TYPE_MEETING) {
244 } else if (row.mType == TYPE_MEETING) {
348 rowInfo.add(new RowInfo(TYPE_MEETING, currentDay, info.mPosition,
366 rowInfo.add(new RowInfo(TYPE_MEETING, startDay, position, id, startTime, endTime,
408 rowInfo.add(new RowInfo(TYPE_MEETING, currentDay, info.mPosition,
420 // mType is either a day header (TYPE_DAY) or an event (TYPE_MEETING)
641 if (row.mType == TYPE_MEETING) {
665 return row.mType == TYPE_MEETING;
  /packages/apps/Calendar/src/com/android/calendar/widget/
CalendarAppWidgetModel.java 50 static final int TYPE_MEETING = 1;
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 33 milliseconds