Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Drender_calendar.cpp286 calendarController_->GoToNextMonth(1); in FocusChanged()
295 calendarController_->GoToNextMonth(onFocusDay.day); in FocusChanged()
344 calendarController_->GoToNextMonth(calendarDays_[index].day); in HandleClick()
H A Dcalendar_component.cpp68 void CalendarController::GoToNextMonth(int32_t selected) in GoToNextMonth() function in OHOS::Ace::CalendarController
157 GoToNextMonth(day); in GoTo()
H A Dcalendar_component.h43 void GoToNextMonth(int32_t selected);
H A Dcalendar_element.cpp185 pre ? controller->GoToPrevMonth(1) : controller->GoToNextMonth(1); in BuildCardCalendar()