Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.h661 void UpdateOffsetAfterPropertyAnimation(float offset);
H A Dswiper_pattern.cpp3209 void SwiperPattern::UpdateOffsetAfterPropertyAnimation(float offset) in UpdateOffsetAfterPropertyAnimation() function in OHOS::Ace::NG::SwiperPattern
3246 UpdateOffsetAfterPropertyAnimation(offset.GetMainOffset(GetDirection())); in OnPropertyTranslateAnimationFinish()
3296 UpdateOffsetAfterPropertyAnimation(currentOffset.GetMainOffset(GetDirection())); in StopPropertyTranslateAnimation()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_animation_test_ng.cpp301 pattern_->UpdateOffsetAfterPropertyAnimation(offset);