Home
last modified time | relevance | path

Searched refs:AnimationInterface (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Danimation_pub.cpp28 const char* GetAnimationInterfaceName(AnimationInterface interfaceName) in GetAnimationInterfaceName()
30 if (interfaceName < AnimationInterface::ANIMATION in GetAnimationInterfaceName()
31 || interfaceName > AnimationInterface::KEYFRAME_ANIMATE_TO) { in GetAnimationInterfaceName()
H A Danimation_pub.h96 enum class AnimationInterface : int32_t { enum
103 const char* GetAnimationInterfaceName(AnimationInterface interfaceName);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_animate.cpp70 AnimationInterface interface, const std::optional<int32_t>& cnt) in PrintNodeAnimationInfo()
75 if (interface == AnimationInterface::KEYFRAME_ANIMATE_TO) { in PrintNodeAnimationInfo()
95 const AnimationOption& option, AnimationInterface interface) in FlushDirtyNodesWhenExist()
137 …option, immediately ? AnimationInterface::ANIMATE_TO_IMMEDIATELY : AnimationInterface::ANIMATE_TO,… in AnimateToInner()
166 immediately ? AnimationInterface::ANIMATE_TO_IMMEDIATELY : AnimationInterface::ANIMATE_TO); in AnimateToInner()
256 FlushDirtyNodesWhenExist(pipelineContext, option, AnimationInterface::KEYFRAME_ANIMATE_TO); in StartKeyframeAnimation()
315 PrintNodeAnimationInfo(option, AnimationInterface::KEYFRAME_ANIMATE_TO, std::nullopt); in KeyframeAnimateTo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_context.cpp99 void PrintAnimationInfo(const AnimationOption& option, AnimationInterface interface, const std::opt… in PrintAnimationInfo()
104 if (interface == AnimationInterface::KEYFRAME_ANIMATE_TO) { in PrintAnimationInfo()
185 … const AnimationOption& option, const std::optional<int32_t>& count, AnimationInterface interface) in FlushDirtyNodesWhenExist()
219 …option, immediately ? AnimationInterface::ANIMATE_TO_IMMEDIATELY : AnimationInterface::ANIMATE_TO,… in StartAnimationForStageMode()
240 immediately ? AnimationInterface::ANIMATE_TO_IMMEDIATELY : AnimationInterface::ANIMATE_TO); in StartAnimationForStageMode()
262 …option, immediately ? AnimationInterface::ANIMATE_TO_IMMEDIATELY : AnimationInterface::ANIMATE_TO,… in StartAnimateToForFaMode()
445 AnimationInterface::KEYFRAME_ANIMATE_TO); in StartKeyframeAnimation()
620 PrintAnimationInfo(option, AnimationInterface::ANIMATION, std::nullopt); in JSAnimation()
791 … PrintAnimationInfo(overallAnimationOption, AnimationInterface::KEYFRAME_ANIMATE_TO, std::nullopt); in JSKeyframeAnimateTo()