Home
last modified time | relevance | path

Searched refs:IsAutoPlay (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/swiper/
H A Dswiper_declaration.h141 bool IsAutoPlay() const in IsAutoPlay() function
392 IsAutoPlay() == swiper.IsAutoPlay() &&
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Dswiper_component.cpp102 bool SwiperComponent::IsAutoPlay() const in IsAutoPlay() function in OHOS::Ace::SwiperComponent
104 return declaration_->IsAutoPlay(); in IsAutoPlay()
H A Dswiper_component.h73 bool IsAutoPlay() const;
H A Drender_swiper.cpp249 autoPlay_ = !(context && context->IsJsCard()) && swiper->IsAutoPlay(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Dvideo_component.h145 bool IsAutoPlay() const in IsAutoPlay() function
H A Dvideo_element_v2.cpp238 videoComponent_->SetAutoPlay(videoComponent->IsAutoPlay()); in UpdateVideoComponent()
H A Dvideo_element.cpp191 isAutoPlay_ = videoComponent->IsAutoPlay(); in InitStatus()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_attr_test_ng.cpp166 EXPECT_FALSE(pattern_->IsAutoPlay());
183 EXPECT_TRUE(pattern_->IsAutoPlay());
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.h710 bool IsAutoPlay() const;
H A Dswiper_pattern.cpp414 if (IsAutoPlay()) { in OnModifyDone()
936 if (!IsAutoPlay() && config.skipMeasure && config.skipLayout) { in OnDirtyLayoutWrapperSwap()
2346 if (IsAutoPlay()) { in StopAutoPlay()
3889 bool SwiperPattern::IsAutoPlay() const in IsAutoPlay() function in OHOS::Ace::NG::SwiperPattern
4255 return IsAutoPlay() && !reachEnd && NeedStartAutoPlay() && !isIndicatorLongPress_; in NeedAutoPlay()