Lines Matching full:cell
1342 // change and that changes the cell height. When we switch dates,
1344 // be too large for the new view if the cell height is smaller.
2098 // Compute the layout relation between each event before measuring cell
2099 // width, as the cell width should be adjusted along with the relation.
2103 // minimum cell height implicitly expands the cell height of A and it should look like
2104 // (1:00pm - 1:15pm) after the cell height adjustment.
2370 int cell = mFirstJulianDay;
2380 for (int day = 0; day < mNumDays; day++, cell++) {
2403 drawDayHeader(dayNames[dayOfWeek], day, cell, canvas, p);
2458 int cell = mFirstJulianDay;
2462 for (int day = 0; day < mNumDays; day++, cell++) {
2465 drawEvents(cell, day, HOUR_GAP, canvas, p);
2467 if (cell == mTodayJulianDay) {
2547 private void drawDayHeader(String dayStr, int day, int cell, Canvas canvas, Paint p) {