Searched refs:MAX_CELL_HEIGHT (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/
H A DDayView.java123 private static int MAX_CELL_HEIGHT = 150; field in class:DayView
714 MAX_CELL_HEIGHT *= mScale;
4152 // gesture can bump the mCellHeight beyond MAX_CELL_HEIGHT
4156 } else if (mCellHeight > MAX_CELL_HEIGHT) {
4158 mCellHeight = MAX_CELL_HEIGHT;
4159 mCellHeightBeforeScaleGesture = MAX_CELL_HEIGHT;

Completed in 54 milliseconds