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

  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaByDayAdapter.java 42 private static final int TYPE_DAY = 0;
106 if (row != null && row.mType == TYPE_DAY)
139 if (row.mType == TYPE_DAY) {
152 if (row.mType == TYPE_DAY) {
169 mRowInfo.get(position).mType : TYPE_DAY;
173 return (getItemViewType(position) == TYPE_DAY);
184 if (row.mType == TYPE_DAY) {
330 rowInfo.add(new RowInfo(TYPE_DAY, startDay));
351 rowInfo.add(new RowInfo(TYPE_DAY, currentDay));
370 rowInfo.add(new RowInfo(TYPE_DAY, startDay))
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/widget/
CalendarAppWidgetModel.java 49 static final int TYPE_DAY = 0;
53 * mType is either a day header (TYPE_DAY) or an event (TYPE_MEETING)
58 * If mType is TYPE_DAY, then mData is the index into day infos.
340 mRowInfos.add(new RowInfo(RowInfo.TYPE_DAY, dayIndex));
CalendarAppWidgetService.java 233 if (rowInfo.mType == RowInfo.TYPE_DAY) {
347 if (rowInfo.mType == RowInfo.TYPE_DAY) {

Completed in 65 milliseconds