Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/month/
DSimpleDayPickerFragment.java114 protected int mCurrentMonthDisplayed; field in SimpleDayPickerFragment
528 if (mCurrentMonthDisplayed == 11 && month == 0) { in updateMonthHighlight()
530 } else if (mCurrentMonthDisplayed == 0 && month == 11) { in updateMonthHighlight()
533 monthDiff = month - mCurrentMonthDisplayed; in updateMonthHighlight()
565 mCurrentMonthDisplayed = time.month;
567 mAdapter.updateFocusMonth(mCurrentMonthDisplayed);
606 mAdapter.updateFocusMonth(mCurrentMonthDisplayed);