Searched refs:totalLineHeight (Results 1 – 1 of 1) sorted by relevance
3567 int totalLineHeight = 0; in drawEventText() local3572 totalLineHeight = lineBottom; in drawEventText()3580 if (totalLineHeight == 0 || rect.top > bottom || rect.top + totalLineHeight + 2 < top) { in drawEventText()3587 int padding = center? (rect.bottom - rect.top - totalLineHeight) / 2 : 0; in drawEventText()3592 rect.bottom = totalLineHeight; in drawEventText()