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.java123 private static int MAX_CELL_HEIGHT = 150; field in DayView
714 MAX_CELL_HEIGHT *= mScale; in DayView()
4194 } else if (mCellHeight > MAX_CELL_HEIGHT) { in onScale()
4196 mCellHeight = MAX_CELL_HEIGHT; in onScale()
4197 mCellHeightBeforeScaleGesture = MAX_CELL_HEIGHT; in onScale()