Home
last modified time | relevance | path

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

/aosp12/packages/apps/Calendar/src/com/android/calendar/month/
H A DSimpleDayPickerFragment.java62 protected static final int SCROLL_HYST_WEEKS = 2; field in SimpleDayPickerFragment
512 child = (SimpleWeekView) view.getChildAt(SCROLL_HYST_WEEKS + offset); in updateMonthHighlight()
/aosp12/frameworks/base/core/java/android/widget/
H A DCalendarViewLegacyDelegate.java70 private static final int SCROLL_HYST_WEEKS = 2; field in CalendarViewLegacyDelegate
884 child = (WeekView) view.getChildAt(SCROLL_HYST_WEEKS + offset); in onScroll()