Home
last modified time | relevance | path

Searched defs:stopY (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/
DDayView.kt1890 val stopY = (HOUR_GAP + 24 * (mCellHeight + HOUR_GAP)).toFloat() in drawGridBackground() constant
2111 val stopY = startY + mAlldayHeight + ALLDAY_TOP_MARGIN in drawAllDayEvents() constant