Home | History | Annotate | Download | only in agenda

Lines Matching defs:startDay

310             int startDay = cursor.getInt(AgendaWindowAdapter.INDEX_START_DAY);
321 startDay = Math.max(startDay, dayAdapterInfo.start);
324 long adapterStartTime = tempTime.setJulianDay(startDay);
327 if (startDay != prevStartDay) {
330 rowInfo.add(new RowInfo(TYPE_DAY, startDay));
336 for (int currentDay = prevStartDay + 1; currentDay <= startDay; currentDay++) {
370 rowInfo.add(new RowInfo(TYPE_DAY, startDay));
373 prevStartDay = startDay;
382 if (endDay > startDay) {
388 rowInfo.add(new RowInfo(TYPE_MEETING, startDay, position, id, startTime,
392 rowInfo.add(new RowInfo(TYPE_MEETING, startDay, position, id, startTime, endTime,