Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/
DDayView.java122 private static int MAX_CELL_HEIGHT = 150; field in DayView
704 MAX_CELL_HEIGHT *= mScale; in DayView()
3385 } else if (mCellHeight > MAX_CELL_HEIGHT) { in onScale()
3387 mCellHeight = MAX_CELL_HEIGHT; in onScale()
3388 mCellHeightBeforeScaleGesture = MAX_CELL_HEIGHT; in onScale()