Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/month/
DMonthWeekEventsView.java102 private static int TODAY_HIGHLIGHT_WIDTH = 2; field in MonthWeekEventsView
387 TODAY_HIGHLIGHT_WIDTH *= mScale; in initView()
561 r.top = DAY_SEPARATOR_INNER_WIDTH + (TODAY_HIGHLIGHT_WIDTH / 2); in drawToday()
562 r.bottom = mHeight - (int) Math.ceil(TODAY_HIGHLIGHT_WIDTH / 2.0f); in drawToday()
564 p.setStrokeWidth(TODAY_HIGHLIGHT_WIDTH); in drawToday()
565 r.left = computeDayLeftPosition(mTodayIndex) + (TODAY_HIGHLIGHT_WIDTH / 2); in drawToday()
567 - (int) Math.ceil(TODAY_HIGHLIGHT_WIDTH / 2.0f); in drawToday()