Home
last modified time | relevance | path

Searched refs:animationEndCenterX (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_overlength_indicator_modifier_test_ng.cpp166 LinearVector<float> animationEndCenterX = { 20.f, 25.f }; variable
167 dotIndicatorModifier.animationEndCenterX_ = animationEndCenterX;
189 LinearVector<float> animationEndCenterX = { 20.f, 25.f }; variable
190 dotIndicatorModifier.animationEndCenterX_ = animationEndCenterX;
235 LinearVector<float> animationEndCenterX = { 20.f, 25.f, 30.f, 35.f, 40.f, 45.f }; variable
236 dotIndicatorModifier.animationEndCenterX_ = animationEndCenterX;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H A Doverlength_dot_indicator_modifier.h79 void SetAnimationEndCenterX(const LinearVector<float>& animationEndCenterX) in SetAnimationEndCenterX() argument
81 animationEndCenterX_ = animationEndCenterX; in SetAnimationEndCenterX()