Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dswiper_composed_element.cpp50 void SwiperComposedElement::Dump() in Dump()
104 std::string SwiperComposedElement::GetAutoPlay() const in GetAutoPlay()
111 std::string SwiperComposedElement::GetInterval() const in GetInterval()
118 std::string SwiperComposedElement::GetIndicator() const in GetIndicator()
125 std::string SwiperComposedElement::GetLoop() const in GetLoop()
132 std::string SwiperComposedElement::GetDuration() const in GetDuration()
139 std::string SwiperComposedElement::GetVertical() const in GetVertical()
163 std::string SwiperComposedElement::GetCurve() const in GetCurve()
183 std::string SwiperComposedElement::GetColor() const in GetColor()
252 int32_t SwiperComposedElement::GetCachedCount() const in GetCachedCount()
[all …]
H A Dswiper_composed_element.h26 class ACE_EXPORT SwiperComposedElement : public InspectorComposedElement {
27 DECLARE_ACE_TYPE(SwiperComposedElement, InspectorComposedElement) in DECLARE_ACE_TYPE() argument
30 explicit SwiperComposedElement(const ComposeId& id) : InspectorComposedElement(id) {} in DECLARE_ACE_TYPE()
31 ~SwiperComposedElement() override = default;
H A Dinspector_composed_component.cpp119 …NT_TAG, [](const std::string& id) { return AceType::MakeRefPtr<V2::SwiperComposedElement>(id); } }, in __anona4bda69c0802()