Searched refs:totalLineHeight (Results 1 – 1 of 1) sorted by relevance
2486 var totalLineHeight = 0 in drawEventText() variable2490 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()