Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Dcalendar_element.h26 class CalendarElement : public ComposedElement, public FocusGroup {
27 DECLARE_ACE_TYPE(CalendarElement, ComposedElement, FocusGroup);
30 explicit CalendarElement(const ComposeId& id) : ComposedElement(id) {} in CalendarElement() function
31 ~CalendarElement() override = default;
H A Dcalendar_element.cpp31 void CalendarElement::PerformBuild() in PerformBuild()
93 void CalendarElement::RegisterChangeEndListener( in RegisterChangeEndListener()
140 void CalendarElement::BuildCardCalendar(const RefPtr<CalendarComponent>& calendar, const RefPtr<Ele… in BuildCardCalendar()
214 void CalendarElement::UpdateAttr(const RefPtr<CalendarComponent>& calendar) in UpdateAttr()
251 void CalendarElement::SetArrowImage(const RefPtr<Element>& element, bool isLeft) in SetArrowImage()
266 RefPtr<TextElement> CalendarElement::GetTextElement(const RefPtr<Element>& flex) in GetTextElement()
H A Dcalendar_component.cpp349 return AceType::MakeRefPtr<CalendarElement>(GetId()); in CreateElement()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dcalendar_composed_element.cpp199 auto node = GetInspectorNode(CalendarElement::TypeId()); in GetRenderCalendar()