Home
last modified time | relevance | path

Searched refs:NeedStartAutoPlay (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.h732 bool NeedStartAutoPlay() const;
H A Dswiper_pattern.cpp2371 if (NeedStartAutoPlay()) { in OnVisibleChange()
4211 if (NeedStartAutoPlay()) { in HandleVisibleChange()
4255 return IsAutoPlay() && !reachEnd && NeedStartAutoPlay() && !isIndicatorLongPress_; in NeedAutoPlay()
4587 if (NeedStartAutoPlay()) { in OnWindowShow()
4680 bool SwiperPattern::NeedStartAutoPlay() const in NeedStartAutoPlay() function in OHOS::Ace::NG::SwiperPattern