Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/month/
DMonthWeekEventsView.java143 protected int mEventAscentHeight; field in MonthWeekEventsView
426 mEventAscentHeight = (int) (-mEventPaint.ascent() + 0.5f); in initView()
481 + " int ascent=" + mEventAscentHeight); in initView()
886 textY = y + mEventAscentHeight + BORDER_SPACE; in drawEvent()
891 r.bottom = y + mEventAscentHeight; in drawEvent()
894 textY = y + mEventAscentHeight; in drawEvent()