Searched refs:GetCurrentMonth (Results 1 – 4 of 4) sorted by relevance
156 …calendarController_->FirstSetToday() || currentMonth_ != calendarController_->GetCurrentMonth()) && in OnDataChanged()252 calendarDays_[date.index].month != calendarController_->GetCurrentMonth()) { in OnDateSelected()341 if (calendarDays_[index].month > calendarController_->GetCurrentMonth()) { in HandleClick()345 } else if (calendarDays_[index].month < calendarController_->GetCurrentMonth()) { in HandleClick()456 …(calendarController_->FirstSetToday() && currentMonth_ == calendarController_->GetCurrentMonth()) { in OnSwiperMove()
120 auto currentDate = controller->GetCurrentMonth(); in RegisterChangeEndListener()204 auto currentDate = controller->GetCurrentMonth(); in BuildCardCalendar()
367 dateTime.year = calendarController_->GetCurrentMonth().year; in BuildCardCalendarTitle()368 dateTime.month = calendarController_->GetCurrentMonth().month; in BuildCardCalendarTitle()
143 const CalendarMonth& GetCurrentMonth() const in GetCurrentMonth() function