Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.h942 std::set<int32_t> CalcVisibleIndex(float offset = 0.0f) const;
H A Dswiper_pattern.cpp1322 auto visibleIndex = CalcVisibleIndex(); in HandleSwiperCustomAnimation()
1323 auto visibleIndexWithOffset = CalcVisibleIndex(offset); in HandleSwiperCustomAnimation()
1349 std::set<int32_t> SwiperPattern::CalcVisibleIndex(float offset) const in CalcVisibleIndex() function in OHOS::Ace::NG::SwiperPattern