Home | History | Annotate | Download | only in agenda

Lines Matching refs:TYPE_DAY

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));
416 rowInfo.add(new RowInfo(TYPE_DAY, currentDay));
435 // mType is either a day header (TYPE_DAY) or an event (TYPE_MEETING)
439 final int mPosition; // cursor position (not used for TYPE_DAY)
534 if (row.mType == TYPE_DAY) {
623 if (row.mType == TYPE_DAY) {