Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DCalendarViewLegacyDelegate.java204 private int mCurrentMonthDisplayed = -1; field in CalendarViewLegacyDelegate
900 if (mCurrentMonthDisplayed == 11 && month == 0) { in onScroll()
902 } else if (mCurrentMonthDisplayed == 0 && month == 11) { in onScroll()
905 monthDiff = month - mCurrentMonthDisplayed; in onScroll()
931 mCurrentMonthDisplayed = calendar.get(Calendar.MONTH); in setMonthDisplayed()
932 mAdapter.setFocusMonth(mCurrentMonthDisplayed); in setMonthDisplayed()