Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/
DDayView.java3473 int ceilHalfStroke = (int) Math.ceil(EVENT_RECT_STROKE_WIDTH / 2.0f); in drawEventRect() local
3475 r.bottom = Math.min((int) event.bottom - EVENT_RECT_BOTTOM_MARGIN - ceilHalfStroke, in drawEventRect()
3478 r.right -= ceilHalfStroke; in drawEventRect()