Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/
DDayView.kt2486 var totalLineHeight = 0 in drawEventText() variable
2490 totalLineHeight = if (lineBottom <= height) { in drawEventText()
2499 if (totalLineHeight == 0 || rect.top > bottom || rect.top + totalLineHeight + 2 < top) { in drawEventText()
2506 val padding = if (center) (rect.bottom - rect.top - totalLineHeight) / 2 else 0 in drawEventText()
2511 rect.bottom = totalLineHeight in drawEventText()