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

/packages/apps/Calendar/src/com/android/calendar/
H A DDayView.java471 private static int mMinCellHeight = 32; field in class:DayView
1260 mMinCellHeight = Math.max((height - DAY_HEADER_HEIGHT) / 24, (int) MIN_EVENT_HEIGHT);
1261 if (mCellHeight < mMinCellHeight) {
1262 mCellHeight = mMinCellHeight;
4188 if (mCellHeight < mMinCellHeight) {
4192 mCellHeight = mMinCellHeight;
4193 mCellHeightBeforeScaleGesture = mMinCellHeight;

Completed in 54 milliseconds