Home
last modified time | relevance | path

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

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