Searched refs:mCurrentMonthDisplayed (Results 1 – 1 of 1) sorted by relevance
204 private int mCurrentMonthDisplayed = -1; field in CalendarViewLegacyDelegate900 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()