Home
last modified time | relevance | path

Searched refs:MoveParams (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Dintf_animation_internal.h63 struct MoveParams { struct
70 constexpr static MoveParams FromProgress(float progress) noexcept in FromProgress() argument
72 MoveParams params; in FromProgress()
77 … constexpr static MoveParams FromProgress(float progress, AnimationTargetState state) noexcept in FromProgress() argument
79 MoveParams params; in FromProgress()
90 virtual bool Move(const MoveParams& move) = 0;
H A Danimation_state.cpp121 return Move(IAnimationInternal::MoveParams::FromProgress(progress)); in Step()
124 …nInternal::AnimationTargetState GetTargetState(const IAnimationInternal::MoveParams& move) noexcept in GetTargetState()
146 AnimationState::StepStatus AnimationState::Move(const IAnimationInternal::MoveParams& move) in Move()
202 Move(IAnimationInternal::MoveParams::FromProgress(position, state)); in Seek()
217 …return Move(IAnimationInternal::MoveParams::FromProgress(0.f, IAnimationInternal::AnimationTargetS… in Stop()
223 …return Move(IAnimationInternal::MoveParams::FromProgress(1.f, IAnimationInternal::AnimationTargetS… in Finish()
H A Dstaggered_animation_state.cpp181 constexpr IAnimationInternal::MoveParams TransformChild(const StaggeredAnimationState::AnimationSeg… in TransformChild()
185 IAnimationInternal::MoveParams params; in TransformChild()
H A Danimation_state.h125 StepStatus Move(const IAnimationInternal::MoveParams& move); in META_BEGIN_NAMESPACE()
H A Danimation.h101 bool Move(const IAnimationInternal::MoveParams& move) override in META_BEGIN_NAMESPACE()