Searched refs:viewEndY (Results 1 – 1 of 1) sorted by relevance
2354 val viewEndY = mViewStartY + mViewHeight - DAY_HEADER_HEIGHT - mAlldayHeight in drawEvents() constant2364 if (event.bottom < mViewStartY || event.top > viewEndY) { in drawEvents()2372 val r: Rect = drawEventRect(event, canvas, p, eventTextPaint, mViewStartY, viewEndY) in drawEvents()2376 if (r.top > viewEndY || r.bottom < mViewStartY) { in drawEvents()