Searched refs:ceilHalfStroke (Results 1 – 1 of 1) sorted by relevance
2426 val ceilHalfStroke = Math.ceil(EVENT_RECT_STROKE_WIDTH.toDouble() / 2.0).toInt() in drawEventRect() constant2429 event.bottom.toInt() - EVENT_RECT_BOTTOM_MARGIN - ceilHalfStroke, in drawEventRect()2433 r.right -= ceilHalfStroke in drawEventRect()