Searched refs:RowInfo (Results 1 – 3 of 3) sorted by relevance
49 private ArrayList<RowInfo> mRowInfo;105 RowInfo row = mRowInfo.get(i); in getHeaderPosition()138 RowInfo row = mRowInfo.get(position); in getItem()151 RowInfo row = mRowInfo.get(position); in getItemId()183 RowInfo row = mRowInfo.get(position); in getView()300 ArrayList<RowInfo> rowInfo = new ArrayList<RowInfo>(); in calculateDays()330 rowInfo.add(new RowInfo(TYPE_DAY, startDay)); in calculateDays()351 rowInfo.add(new RowInfo(TYPE_DAY, currentDay)); in calculateDays()359 rowInfo.add(new RowInfo(TYPE_MEETING, currentDay, info.mPosition, in calculateDays()370 rowInfo.add(new RowInfo(TYPE_DAY, startDay)); in calculateDays()[all …]
48 static class RowInfo { class in CalendarAppWidgetModel64 RowInfo(int type, int index) { in RowInfo() method in CalendarAppWidgetModel.RowInfo243 final List<RowInfo> mRowInfos;258 mRowInfos = new ArrayList<RowInfo>(50); in CalendarAppWidgetModel()265 final ArrayList<LinkedList<RowInfo>> mBuckets = in buildFromCursor()266 new ArrayList<LinkedList<RowInfo>>(CalendarAppWidgetService.MAX_DAYS); in buildFromCursor()268 mBuckets.add(new LinkedList<RowInfo>()); in buildFromCursor()320 LinkedList<RowInfo> bucket = mBuckets.get(day - mTodayJulianDay); in buildFromCursor()321 RowInfo rowInfo = new RowInfo(RowInfo.TYPE_MEETING, i); in buildFromCursor()332 for (LinkedList<RowInfo> bucket : mBuckets) { in buildFromCursor()[all …]
46 import com.android.calendar.widget.CalendarAppWidgetModel.RowInfo;232 RowInfo rowInfo = mModel.mRowInfos.get(position);233 if (rowInfo.mType == RowInfo.TYPE_DAY) {346 RowInfo rowInfo = mModel.mRowInfos.get(position);347 if (rowInfo.mType == RowInfo.TYPE_DAY) {