Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/
DDayView.java427 private static int EVENT_RECT_STROKE_WIDTH = 2; field in DayView
727 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()