Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/month/
DMonthWeekEventsView.java97 private static int EVENT_SQUARE_BORDER = 2; field in MonthWeekEventsView
376 EVENT_SQUARE_BORDER *= mScale; in initView()
432 mEventExtrasPaint.setStrokeWidth(EVENT_SQUARE_BORDER); in initView()
444 mEventDeclinedExtrasPaint.setStrokeWidth(EVENT_SQUARE_BORDER); in initView()
472 mEventSquarePaint.setStrokeWidth(EVENT_SQUARE_BORDER); in initView()
840 final int BORDER_SPACE = EVENT_SQUARE_BORDER + 1; // want a 1-pixel gap inside border in drawEvent()
841 final int STROKE_WIDTH_ADJ = EVENT_SQUARE_BORDER / 2; // adjust bounds for stroke width in drawEvent()