Searched refs:ceilHalfStroke (Results 1 – 1 of 1) sorted by relevance
3473 int ceilHalfStroke = (int) Math.ceil(EVENT_RECT_STROKE_WIDTH / 2.0f); in drawEventRect() local3475 r.bottom = Math.min((int) event.bottom - EVENT_RECT_BOTTOM_MARGIN - ceilHalfStroke, in drawEventRect()3478 r.right -= ceilHalfStroke; in drawEventRect()