Searched refs:MoveParams (Results 1 – 5 of 5) sorted by relevance
63 struct MoveParams { struct70 constexpr static MoveParams FromProgress(float progress) noexcept in FromProgress() argument72 MoveParams params; in FromProgress()77 … constexpr static MoveParams FromProgress(float progress, AnimationTargetState state) noexcept in FromProgress() argument79 MoveParams params; in FromProgress()90 virtual bool Move(const MoveParams& move) = 0;
121 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()
181 constexpr IAnimationInternal::MoveParams TransformChild(const StaggeredAnimationState::AnimationSeg… in TransformChild()185 IAnimationInternal::MoveParams params; in TransformChild()
125 StepStatus Move(const IAnimationInternal::MoveParams& move); in META_BEGIN_NAMESPACE()
101 bool Move(const IAnimationInternal::MoveParams& move) override in META_BEGIN_NAMESPACE()