Searched refs:mCurrentMonthDisplayed (Results 1 – 3 of 3) sorted by relevance
65 private int mCurrentMonthDisplayed; field in DayPickerView259 if (mCurrentMonthDisplayed != date.get(Calendar.MONTH)) { in setMonthDisplayed()260 mCurrentMonthDisplayed = date.get(Calendar.MONTH); in setMonthDisplayed()
790 private int mCurrentMonthDisplayed = -1; field in CalendarView.LegacyCalendarViewDelegate1502 if (mCurrentMonthDisplayed == 11 && month == 0) { in onScroll()1504 } else if (mCurrentMonthDisplayed == 0 && month == 11) { in onScroll()1507 monthDiff = month - mCurrentMonthDisplayed; in onScroll()1533 mCurrentMonthDisplayed = calendar.get(Calendar.MONTH); in setMonthDisplayed()1534 mAdapter.setFocusMonth(mCurrentMonthDisplayed); in setMonthDisplayed()
84 protected int mCurrentMonthDisplayed; field in DayPickerView272 mCurrentMonthDisplayed = date.month; in setMonthDisplayed()