Searched refs:mEventHeight (Results 1 – 1 of 1) sorted by relevance
142 protected int mEventHeight; field in MonthWeekEventsView427 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()