Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DDayPickerView.java66 private int mCurrentMonthDisplayed; field in DayPickerView
291 if (mCurrentMonthDisplayed != date.get(Calendar.MONTH)) { in setMonthDisplayed()
292 mCurrentMonthDisplayed = date.get(Calendar.MONTH); in setMonthDisplayed()
DCalendarViewLegacyDelegate.java207 private int mCurrentMonthDisplayed = -1; field in CalendarViewLegacyDelegate
879 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()
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
DDayPickerView.java84 protected int mCurrentMonthDisplayed; field in DayPickerView
272 mCurrentMonthDisplayed = date.month; in setMonthDisplayed()