Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components/declaration/swiper/
Dswiper_declaration.h50 double autoPlayInterval = DEFAULT_SWIPER_AUTOPLAY_INTERVAL; member
157 void SetAutoPlayInterval(double autoPlayInterval) in SetAutoPlayInterval()
/foundation/arkui/ace_engine/frameworks/core/components/swiper/
Dswiper_component.cpp125 void SwiperComponent::SetAutoPlayInterval(double autoPlayInterval) in SetAutoPlayInterval()
/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/swiper/
Drender_swiper_test.cpp470 double autoPlayInterval = 800; variable