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.kt884 mMinCellHeight = Math.max((height - DAY_HEADER_HEIGHT) / 24, MIN_EVENT_HEIGHT.toInt()) in remeasure()
885 if (mCellHeight < mMinCellHeight) { in remeasure()
886 mCellHeight = mMinCellHeight in remeasure()
3003 if (mCellHeight < mMinCellHeight) { in onScale()
3007 mCellHeight = mMinCellHeight in onScale()
3008 mCellHeightBeforeScaleGesture = mMinCellHeight in onScale()
3816 private var mMinCellHeight = 32 variable