Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.h931 void SetIndicatorJumpIndex(std::optional<int32_t> jumpIndex);
H A Dswiper_pattern.cpp522 SetIndicatorJumpIndex(jumpIndex_); in BeforeCreateLayoutWrapper()
683 swiper->SetIndicatorJumpIndex(currentIndex); in InitSurfaceChangedCallback()
997 SetIndicatorJumpIndex(jumpIndex_); in OnDirtyLayoutWrapperSwap()
5845 void SwiperPattern::SetIndicatorJumpIndex(std::optional<int32_t> jumpIndex) in SetIndicatorJumpIndex() function in OHOS::Ace::NG::SwiperPattern