Searched refs:GetLoopIndex (Results 1 – 11 of 11) sorted by relevance
216 auto oldIndex = GetLoopIndex(oldIndex_); in OnIndexChange()1453 index = GetLoopIndex(index); in UpdateItemInfoInCustomAnimation()1691 while (GetLoopIndex(targetIndex) != GetLoopIndex(currentIndex_)) { in CheckTargetIndex()1727 …auto loopIndex = usePropertyAnimation_ ? GetLoopIndex(propertyAnimationIndex_) : GetLoopIndex(curr… in ShowNext()1782 …auto loopIndex = usePropertyAnimation_ ? GetLoopIndex(propertyAnimationIndex_) : GetLoopIndex(curr… in ShowPrevious()3450 swiper->GetLoopIndex(swiper->currentIndex_), swiper->GetLoopIndex(nextIndex), info); in PlayTranslateAnimation()3480 if (GetLoopIndex(currentIndex_) == GetLoopIndex(nextIndex_)) { in OnSpringAnimationStart()3490 FireAnimationStartEvent(GetLoopIndex(currentIndex_), GetLoopIndex(nextIndex_), info); in OnSpringAnimationStart()3517 if (GetLoopIndex(currentIndex_) != GetLoopIndex(nextIndex_)) { in OnSpringAndFadeAnimationFinish()3551 if (GetLoopIndex(currentIndex_) == GetLoopIndex(nextIndex_)) { in OnFadeAnimationStart()[all …]
134 int32_t SwiperLayoutAlgorithm::GetLoopIndex(int32_t originalIndex) const in GetLoopIndex() function in OHOS::Ace::NG::SwiperLayoutAlgorithm243 int32_t startIndex = GetLoopIndex(GetStartIndex()); in Measure()244 int32_t endIndex = GetLoopIndex(GetEndIndex()); in Measure()389 measureIndexSet.insert(GetLoopIndex(pos.first)); in MeasureSwiperCustomAnimation()462 targetIndex_ = GetLoopIndex(targetIndex_.value()); in MeasureSwiper()571 auto measureIndex = GetLoopIndex(currentIndex + 1); in LayoutForwardItem()615 auto measureIndex = GetLoopIndex(currentIndex - 1); in LayoutBackwardItem()935 layoutIndexSet.insert(GetLoopIndex(pos.first)); in Layout()989 auto layoutIndex = GetLoopIndex(pos.first); in LayoutItem()1456 startIndex = GetLoopIndex(startIndex - 1); in CheckCachedItem()[all …]
109 return IsLoop() ? currentIndex_ : GetLoopIndex(currentIndex_); in GetCurrentShownIndex()126 return GetLoopIndex(currentIndex_); in GetCurrentIndex()430 int32_t GetLoopIndex(int32_t originalIndex) const;762 int32_t GetLoopIndex(int32_t index, int32_t childrenSize) const;
65 int32_t GetLoopIndex(int32_t originalIndex) const;
87 … paintMethod->SetCurrentIndex(swiperPattern->GetLoopIndex(swiperPattern->GetCurrentFirstIndex())); in SetDotIndicatorPaintMethodInfo()88 … paintMethod->SetCurrentIndexActual(swiperPattern->GetLoopIndex(swiperPattern->GetCurrentIndex())); in SetDotIndicatorPaintMethodInfo()101 mouseClickIndex_ = swiperPattern->GetLoopIndex(mouseClickIndex_.value()); in SetDotIndicatorPaintMethodInfo()
117 static int32_t GetLoopIndex(int32_t index, int32_t totalCount) in GetLoopIndex() function
888 auto animationStartIndex = swiperPattern->GetLoopIndex(swiperPattern->GetCurrentIndex()); in UpdateOverlongPaintMethod()889 auto animationEndIndex = swiperPattern->GetLoopIndex(swiperPattern->GetCurrentFirstIndex()); in UpdateOverlongPaintMethod()
1957 …EXPECT_TRUE(pattern_->GetLoopIndex(targetIndex) != pattern_->GetLoopIndex(pattern_->currentIndex_)…1958 auto currentFrameNode = pattern_->GetCurrentFrameNode(pattern_->GetLoopIndex(targetIndex));
562 int32_t GetLoopIndex(int32_t originalIndex) const;
364 targetIndex_ = GetLoopIndex(targetIndex_.value()); in BeforeCreateLayoutWrapper()3218 int32_t TabBarPattern::GetLoopIndex(int32_t originalIndex) const in GetLoopIndex() function in OHOS::Ace::NG::TabBarPattern
978 … targetSelectedIndex_ = SwiperIndicatorUtils::GetLoopIndex(targetSelectedIndex_, maxDisplayCount_); in AdjustTargetStatus()