Searched defs:mFirstCell (Results 1 - 1 of 1) sorted by path

/packages/apps/Calendar/src/com/android/calendar/
H A DDayView.java548 private int mFirstCell; field in class:DayView
551 /** Distance between the mFirstCell and the top of first fully visible hour. */
1266 mFirstCell = DAY_HEADER_HEIGHT;
1301 mFirstCell = DAY_HEADER_HEIGHT + allDayHeight + ALLDAY_TOP_MARGIN;
1307 mGridAreaHeight = height - mFirstCell;
1315 mExpandAllDayRect.bottom = mFirstCell - EXPAND_ALL_DAY_BOTTOM_MARGIN;
2178 dest.top = (int) (mFirstCell - yTranslate);
2282 final int y = mFirstCell - 1;
2311 r.bottom = mFirstCell - 1;
2330 r.bottom = mFirstCell
[all...]

Completed in 21 milliseconds