Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/month/
DMonthWeekEventsView.java142 protected int mEventHeight; field in MonthWeekEventsView
427 mEventHeight = (int) (mEventPaint.descent() - mEventPaint.ascent() + 0.5f); in initView()
480 + " descent=" + mEventPaint.descent() + " int height=" + mEventHeight in initView()
843 int eventRequiredSpace = mEventHeight; in drawEvent()
884 r.bottom = y + mEventHeight + BORDER_SPACE * 2 - STROKE_WIDTH_ADJ; in drawEvent()
929 y += mEventHeight; in drawEvent()