Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_paint_property.h28 struct SwiperAnimationStyle { struct
69 ACE_DEFINE_PROPERTY_GROUP(SwiperAnimationStyle, SwiperAnimationStyle);
70 … ACE_DEFINE_PROPERTY_ITEM_WITH_GROUP(SwiperAnimationStyle, AutoPlay, bool, PROPERTY_UPDATE_RENDER);
71 …ACE_DEFINE_PROPERTY_ITEM_WITH_GROUP(SwiperAnimationStyle, AutoPlayInterval, int32_t, PROPERTY_UPDA…
72 …ACE_DEFINE_PROPERTY_ITEM_WITH_GROUP(SwiperAnimationStyle, Duration, int32_t, PROPERTY_UPDATE_RENDE…
73 …ACE_DEFINE_PROPERTY_ITEM_WITH_GROUP(SwiperAnimationStyle, Curve, RefPtr<Curve>, PROPERTY_UPDATE_RE…
H A Dswiper_paint_property.cpp23 const int32_t SwiperAnimationStyle::DEFAULT_INTERVAL = 3000;
24 const int32_t SwiperAnimationStyle::DEFAULT_DURATION = 400;
35 …std::to_string(GetAutoPlayInterval().value_or(SwiperAnimationStyle::DEFAULT_INTERVAL)).c_str(), fi… in ToJsonValue()
37 … std::to_string(GetDuration().value_or(SwiperAnimationStyle::DEFAULT_DURATION)).c_str(), filter); in ToJsonValue()
H A Dswiper_model_ng.cpp696 uint32_t value = SwiperAnimationStyle::DEFAULT_DURATION; in GetDuration()
710 int value = SwiperAnimationStyle::DEFAULT_INTERVAL; in GetAutoPlayInterval()