Lines Matching full:info
103 // If we have no row info, mAgendaAdapter returns the view.
170 public void changeCursor(DayAdapterInfo info) {
171 calculateDays(info);
172 mAgendaAdapter.changeCursor(info.cursor);
203 MultipleDayInfo info = iter.next();
206 if (info.mEndDay < currentDay) {
217 rowInfo.add(new RowInfo(TYPE_MEETING, info.mPosition));
252 MultipleDayInfo info = iter.next();
255 if (info.mEndDay < currentDay) {
266 rowInfo.add(new RowInfo(TYPE_MEETING, info.mPosition));
347 if (position >= len) return 0; // no row info at this position