Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/
DEventGeometry.kt48 val cellMinuteHeight = mMinuteHeight in computeEventRect() constant
78 event.top += (startTime * cellMinuteHeight).toInt() in computeEventRect()
81 event.bottom += (endTime * cellMinuteHeight).toInt() in computeEventRect()