Home
last modified time | relevance | path

Searched refs:GetCurrentFirstIndex (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_indicator_common_test_ng.cpp753 EXPECT_EQ(pattern_->GetCurrentFirstIndex(), 0);
790 EXPECT_EQ(pattern_->GetCurrentFirstIndex(), 0);
832 EXPECT_EQ(pattern_->GetCurrentFirstIndex(), 0);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
H A Dswiper_indicator_pattern.h87 … paintMethod->SetCurrentIndex(swiperPattern->GetLoopIndex(swiperPattern->GetCurrentFirstIndex())); in SetDotIndicatorPaintMethodInfo()
H A Dswiper_indicator_pattern.cpp462 auto currentIndex = swiperPattern->GetCurrentFirstIndex() + 1; in GetDisplayCurrentIndex()
889 auto animationEndIndex = swiperPattern->GetLoopIndex(swiperPattern->GetCurrentFirstIndex()); in UpdateOverlongPaintMethod()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.h119 int32_t GetCurrentFirstIndex() const in GetCurrentFirstIndex() function