Home
last modified time | relevance | path

Searched refs:HandleSwiperCustomAnimation (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_animation_test_ng.cpp777 pattern_->HandleSwiperCustomAnimation(offset1);
785 pattern_->HandleSwiperCustomAnimation(offset2);
793 pattern_->HandleSwiperCustomAnimation(offset3);
843 pattern_->HandleSwiperCustomAnimation(offset1);
851 pattern_->HandleSwiperCustomAnimation(offset2);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.h683 void HandleSwiperCustomAnimation(float offset);
H A Dswiper_pattern.cpp1300 void SwiperPattern::HandleSwiperCustomAnimation(float offset) in HandleSwiperCustomAnimation() function in OHOS::Ace::NG::SwiperPattern
2409 HandleSwiperCustomAnimation(-currentDelta_); in UpdateCurrentOffset()
2431 HandleSwiperCustomAnimation(realOffset); in CheckOverScroll()
2468 HandleSwiperCustomAnimation(friction * offset); in SpringOverScroll()
2482 HandleSwiperCustomAnimation(realOffset); in FadeOverScroll()