Searched refs:floorHalfStroke (Results 1 – 1 of 1) sorted by relevance
2805 int floorHalfStroke = (int) Math.floor(EVENT_RECT_STROKE_WIDTH / 2.0f); in drawEventRect() local2807 r.top = Math.max((int) event.top + EVENT_RECT_TOP_MARGIN + floorHalfStroke, visibleTop); in drawEventRect()2810 r.left += floorHalfStroke; in drawEventRect()