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

/packages/apps/Calendar/src/com/android/calendar/
H A DDayView.java469 private int mGridAreaHeight = -1; field in class:DayView
1019 if (!ignoreTime && mGridAreaHeight != -1) {
1026 lastHour = (mGridAreaHeight - mFirstHourOffset) / (mCellHeight + HOUR_GAP)
1036 * (mCellHeight + HOUR_GAP) - mGridAreaHeight);
1042 + (mCellHeight + HOUR_GAP) + " lh " + lastHour + " gh " + mGridAreaHeight
1307 mGridAreaHeight = height - mFirstCell;
1319 mNumHours = mGridAreaHeight / (mCellHeight + HOUR_GAP);
1327 mMaxViewStartY = HOUR_GAP + 24 * (mCellHeight + HOUR_GAP) - mGridAreaHeight;
4197 mMaxViewStartY = HOUR_GAP + 24 * (mCellHeight + HOUR_GAP) - mGridAreaHeight;

Completed in 16 milliseconds