Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/month/
DMonthWeekEventsView.java83 private static int SIDE_PADDING_MONTH_NUMBER = 4; field in MonthWeekEventsView
353 SIDE_PADDING_MONTH_NUMBER = resources.getInteger(R.integer.month_day_number_margin); in initView()
359 SIDE_PADDING_MONTH_NUMBER *= mScale; in initView()
712 x = computeDayLeftPosition(i - offset) - (SIDE_PADDING_MONTH_NUMBER); in drawWeekNums()
732 int xSquare = computeDayLeftPosition(day) + SIDE_PADDING_MONTH_NUMBER + 1; in drawEvents()
737 rightEdge -= SIDE_PADDING_MONTH_NUMBER + 1; in drawEvents()