Searched refs:GoToNextMonth (Results 1 – 4 of 4) sorted by relevance
286 calendarController_->GoToNextMonth(1); in FocusChanged()295 calendarController_->GoToNextMonth(onFocusDay.day); in FocusChanged()344 calendarController_->GoToNextMonth(calendarDays_[index].day); in HandleClick()
68 void CalendarController::GoToNextMonth(int32_t selected) in GoToNextMonth() function in OHOS::Ace::CalendarController157 GoToNextMonth(day); in GoTo()
43 void GoToNextMonth(int32_t selected);
185 pre ? controller->GoToPrevMonth(1) : controller->GoToNextMonth(1); in BuildCardCalendar()