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

/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;
2181 dest.top = (int) (mFirstCell - yTranslate);
2285 final int y = mFirstCell - 1;
2314 r.bottom = mFirstCell - 1;
2333 r.bottom = mFirstCell
[all...]

Completed in 35 milliseconds