Home
last modified time | relevance | path

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

/aosp12/packages/apps/Calendar/src/com/android/calendar/
H A DDayView.java466 private static int mMinCellHeight = 32; field in DayView
1243 mMinCellHeight = Math.max((height - DAY_HEADER_HEIGHT) / 24, (int) MIN_EVENT_HEIGHT); in remeasure()
1244 if (mCellHeight < mMinCellHeight) { in remeasure()
1245 mCellHeight = mMinCellHeight; in remeasure()
3379 if (mCellHeight < mMinCellHeight) { in onScale()
3383 mCellHeight = mMinCellHeight; in onScale()
3384 mCellHeightBeforeScaleGesture = mMinCellHeight; in onScale()