Searched refs:mRowInfos (Results 1 – 2 of 2) sorted by relevance
223 if (mModel.mEventInfos.isEmpty() || mModel.mRowInfos.isEmpty()) {232 RowInfo rowInfo = mModel.mRowInfos.get(position);338 return Math.max(1, mModel.mRowInfos.size());343 if (mModel == null || mModel.mRowInfos.isEmpty() || position >= getCount()) {346 RowInfo rowInfo = mModel.mRowInfos.get(position);
243 final List<RowInfo> mRowInfos; field in CalendarAppWidgetModel258 mRowInfos = new ArrayList<RowInfo>(50); in CalendarAppWidgetModel()340 mRowInfos.add(new RowInfo(RowInfo.TYPE_DAY, dayIndex)); in buildFromCursor()344 mRowInfos.addAll(bucket); in buildFromCursor()