Searched refs:mCurrentMonthDisplayed (Results 1 – 3 of 3) sorted by relevance
66 private int mCurrentMonthDisplayed; field in DayPickerView291 if (mCurrentMonthDisplayed != date.get(Calendar.MONTH)) { in setMonthDisplayed()292 mCurrentMonthDisplayed = date.get(Calendar.MONTH); in setMonthDisplayed()
207 private int mCurrentMonthDisplayed = -1; field in CalendarViewLegacyDelegate879 if (mCurrentMonthDisplayed == 11 && month == 0) { in onScroll()881 } else if (mCurrentMonthDisplayed == 0 && month == 11) { in onScroll()884 monthDiff = month - mCurrentMonthDisplayed; in onScroll()910 mCurrentMonthDisplayed = calendar.get(Calendar.MONTH); in setMonthDisplayed()911 mAdapter.setFocusMonth(mCurrentMonthDisplayed); in setMonthDisplayed()
84 protected int mCurrentMonthDisplayed; field in DayPickerView272 mCurrentMonthDisplayed = date.month; in setMonthDisplayed()