Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.h755 int32_t TotalDisPlayCount() const;
H A Dswiper_pattern.cpp3926 if (TotalDisPlayCount() > TotalCount() || in IsLoop()
3927 (TotalDisPlayCount() == TotalCount() && SwiperUtils::IsStretch(props) && in IsLoop()
4828 int32_t SwiperPattern::TotalDisPlayCount() const in TotalDisPlayCount() function in OHOS::Ace::NG::SwiperPattern