Home
last modified time | relevance | path

Searched defs:autoPlayInterval (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/swiper/
H A Dswiper_declaration.h50 double autoPlayInterval = DEFAULT_SWIPER_AUTOPLAY_INTERVAL; member
157 void SetAutoPlayInterval(double autoPlayInterval) in SetAutoPlayInterval()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Dswiper_component.cpp124 void SwiperComponent::SetAutoPlayInterval(double autoPlayInterval) in SetAutoPlayInterval()