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.java3567 int totalLineHeight = 0; in drawEventText() local
3572 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()