Home
last modified time | relevance | path

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

/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
DDayPickerView.java51 protected static final int SCROLL_HYST_WEEKS = 2; field in DayPickerView
/frameworks/base/core/java/android/widget/
DCalendarViewLegacyDelegate.java73 private static final int SCROLL_HYST_WEEKS = 2; field in CalendarViewLegacyDelegate
863 child = (WeekView) view.getChildAt(SCROLL_HYST_WEEKS + offset); in onScroll()