Searched refs:EVENT_RECT_STROKE_WIDTH (Results 1 – 1 of 1) sorted by relevance
427 private static int EVENT_RECT_STROKE_WIDTH = 2; field in DayView727 EVENT_RECT_STROKE_WIDTH *= mScale; in DayView()3021 p.setStrokeWidth(EVENT_RECT_STROKE_WIDTH); in drawMoreAlldayEvents()3472 int floorHalfStroke = (int) Math.floor(EVENT_RECT_STROKE_WIDTH / 2.0f); in drawEventRect()3473 int ceilHalfStroke = (int) Math.ceil(EVENT_RECT_STROKE_WIDTH / 2.0f); in drawEventRect()3479 p.setStrokeWidth(EVENT_RECT_STROKE_WIDTH); in drawEventRect()