Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Dcalendar_component.cpp364 auto preButton = InitCardButton(true); in BuildCardCalendarTitle()
365 auto nextButton = InitCardButton(false); in BuildCardCalendarTitle()
450 RefPtr<ButtonComponent> CalendarComponent::InitCardButton(bool isPreArrow) in InitCardButton() function in OHOS::Ace::CalendarComponent
H A Dcalendar_component.h443 RefPtr<ButtonComponent> InitCardButton(bool isPreArrow);