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.java424 private static int EVENT_RECT_STROKE_WIDTH = 2; field in DayView
717 EVENT_RECT_STROKE_WIDTH *= mScale; in DayView()
2652 p.setStrokeWidth(EVENT_RECT_STROKE_WIDTH); in drawMoreAlldayEvents()
2805 int floorHalfStroke = (int) Math.floor(EVENT_RECT_STROKE_WIDTH / 2.0f); in drawEventRect()
2806 int ceilHalfStroke = (int) Math.ceil(EVENT_RECT_STROKE_WIDTH / 2.0f); in drawEventRect()
2812 p.setStrokeWidth(EVENT_RECT_STROKE_WIDTH); in drawEventRect()