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

/packages/apps/Calendar/src/com/android/calendar/month/
H A DSimpleDayPickerFragment.java114 protected int mCurrentMonthDisplayed; field in class:SimpleDayPickerFragment
531 if (mCurrentMonthDisplayed == 11 && month == 0) {
533 } else if (mCurrentMonthDisplayed == 0 && month == 11) {
536 monthDiff = month - mCurrentMonthDisplayed;
568 mCurrentMonthDisplayed = time.month;
570 mAdapter.updateFocusMonth(mCurrentMonthDisplayed);
633 mAdapter.updateFocusMonth(mCurrentMonthDisplayed);

Completed in 58 milliseconds