Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/
DEventGeometry.kt25 private var mMinEventHeight = 0f variable
35 mMinEventHeight = height in setMinEventHeight()
85 if (event.bottom < event.top + mMinEventHeight) { in computeEventRect()
86 event.bottom = event.top + mMinEventHeight in computeEventRect()