HomeSort by relevance Sort by last modified time
    Searched refs:SCROLL_HYST_WEEKS (Results 1 - 3 of 3) sorted by null

  /packages/apps/Calendar/src/com/android/calendar/month/
SimpleDayPickerFragment.java 62 protected static final int SCROLL_HYST_WEEKS = 2;
515 child = (SimpleWeekView) view.getChildAt(SCROLL_HYST_WEEKS + offset);
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
DayPickerView.java 51 protected static final int SCROLL_HYST_WEEKS = 2;
  /frameworks/base/core/java/android/widget/
CalendarViewLegacyDelegate.java 73 private static final int SCROLL_HYST_WEEKS = 2;
863 child = (WeekView) view.getChildAt(SCROLL_HYST_WEEKS + offset);
    [all...]

Completed in 2010 milliseconds