Home
last modified time | relevance | path

Searched refs:GetNeedSlide (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dcalendar_composed_element.cpp30 …{ "needSlide", [](const CalendarComposedElement& inspector) { return inspector.GetNeedSlide(); } }, in __anonf1513b160302()
71 std::string CalendarComposedElement::GetNeedSlide() const in GetNeedSlide() function in OHOS::Ace::V2::CalendarComposedElement
74 auto needSlide = renderCalendar ? renderCalendar->GetNeedSlide() : false; in GetNeedSlide()
H A Dcalendar_composed_element.h36 std::string GetNeedSlide() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Drender_calendar.h62 bool GetNeedSlide() const in GetNeedSlide() function