Searched refs:TYPE_DAY (Results 1 – 3 of 3) sorted by relevance
42 private static final int TYPE_DAY = 0; field in AgendaByDayAdapter106 if (row != null && row.mType == TYPE_DAY) in getHeaderPosition()139 if (row.mType == TYPE_DAY) { in getItem()152 if (row.mType == TYPE_DAY) { in getItemId()169 mRowInfo.get(position).mType : TYPE_DAY; in getItemViewType()173 return (getItemViewType(position) == TYPE_DAY); in isDayHeaderView()184 if (row.mType == TYPE_DAY) { in getView()330 rowInfo.add(new RowInfo(TYPE_DAY, startDay)); in calculateDays()351 rowInfo.add(new RowInfo(TYPE_DAY, currentDay)); in calculateDays()370 rowInfo.add(new RowInfo(TYPE_DAY, startDay)); in calculateDays()[all …]
49 static final int TYPE_DAY = 0; field in CalendarAppWidgetModel.RowInfo340 mRowInfos.add(new RowInfo(RowInfo.TYPE_DAY, dayIndex)); in buildFromCursor()
233 if (rowInfo.mType == RowInfo.TYPE_DAY) {347 if (rowInfo.mType == RowInfo.TYPE_DAY) {