Searched refs:propertyAnimationIndex_ (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
H A D | swiper_pattern.cpp | 509 propertyAnimationIndex_ = GetLoopIndex(propertyAnimationIndex_); in BeforeCreateLayoutWrapper() 1727 …auto loopIndex = usePropertyAnimation_ ? GetLoopIndex(propertyAnimationIndex_) : GetLoopIndex(curr… in ShowNext() 1782 …auto loopIndex = usePropertyAnimation_ ? GetLoopIndex(propertyAnimationIndex_) : GetLoopIndex(curr… in ShowPrevious() 2002 OnTranslateFinish(propertyAnimationIndex_, false, isFinishAnimation_); in OnTranslateAnimationFinish() 2026 OnTranslateFinish(propertyAnimationIndex_, false, isFinishAnimation_, true); in StopTranslateAnimation() 3172 propertyAnimationIndex_ = nextIndex; in PlayPropertyTranslateAnimation() 3247 OnTranslateFinish(propertyAnimationIndex_, false, isFinishAnimation_); in OnPropertyTranslateAnimationFinish() 3298 OnTranslateFinish(propertyAnimationIndex_, false, isFinishAnimation, true, isInterrupt); in StopPropertyTranslateAnimation() 3429 propertyAnimationIndex_ = nextIndex; in PlayTranslateAnimation()
|
H A D | swiper_helper.cpp | 371 …:GetInstance().AddDesc("propertyAnimationIndex:" + std::to_string(swiper.propertyAnimationIndex_)); in DumpInfoAddAnimationDesc()
|
H A D | swiper_pattern.h | 1069 int32_t propertyAnimationIndex_ = -1; variable
|