Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/month/
DMonthWeekEventsView.java91 private static int MIN_WEEK_WIDTH = 50; field in MonthWeekEventsView
270 if (unsortedEvents == null || mWidth <= MIN_WEEK_WIDTH || getContext() == null) { in createDna()