Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.h930 …void SetIndicatorChangeIndexStatus(bool withAnimation, std::optional<int32_t> startIndex = std::nu…
H A Dswiper_pattern.cpp1841 SetIndicatorChangeIndexStatus(true); in ChangeIndex()
1849 SetIndicatorChangeIndexStatus(false); in ChangeIndex()
3050 SetIndicatorChangeIndexStatus(false, GetLoopIndex(currentIndex_)); in PlayPropertyTranslateAnimation()
5828 void SwiperPattern::SetIndicatorChangeIndexStatus(bool withAnimation, std::optional<int32_t> startI… in SetIndicatorChangeIndexStatus() function in OHOS::Ace::NG::SwiperPattern