Searched refs:animationEndIndex (Results 1 – 4 of 4) sorted by relevance
204 auto animationEndIndex = dotIndicatorModifier.CalcTargetIndexOnDrag(); variable205 EXPECT_EQ(animationEndIndex, 1);208 animationEndIndex = dotIndicatorModifier.CalcTargetIndexOnDrag();209 EXPECT_EQ(animationEndIndex, 1);213 animationEndIndex = dotIndicatorModifier.CalcTargetIndexOnDrag();214 EXPECT_EQ(animationEndIndex, 0);217 animationEndIndex = dotIndicatorModifier.CalcTargetIndexOnDrag();218 EXPECT_EQ(animationEndIndex, 1);221 animationEndIndex = dotIndicatorModifier.CalcTargetIndexOnDrag();222 EXPECT_EQ(animationEndIndex, 2);
59 void SetAnimationEndIndex(int32_t animationEndIndex) in SetAnimationEndIndex() argument61 animationEndIndex_ = animationEndIndex; in SetAnimationEndIndex()
119 void SetAnimationEndIndex(int32_t animationEndIndex) in SetAnimationEndIndex() argument121 animationEndIndex_ = animationEndIndex; in SetAnimationEndIndex()
889 auto animationEndIndex = swiperPattern->GetLoopIndex(swiperPattern->GetCurrentFirstIndex()); in UpdateOverlongPaintMethod() local909 …us = !isSwiperTouchDown && !isSwiperAnimationRunning && animationStartIndex != animationEndIndex && in UpdateOverlongPaintMethod()919 …auto loopDrag = (animationStartIndex == 0 && animationEndIndex == totalCount - 1 && turnPageRateAb… in UpdateOverlongPaintMethod()921 … (animationStartIndex == animationEndIndex && animationEndIndex == totalCount - 1 && in UpdateOverlongPaintMethod()935 overlongPaintMethod->SetAnimationEndIndex(animationEndIndex); in UpdateOverlongPaintMethod()