Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_animate.cpp51 const std::vector<AnimationDirection> DIRECTION_LIST = { variable
217DIRECTION_LIST[option.playMode > static_cast<ArkUI_Int32>(DIRECTION_LIST.size()) ? 0 : option.play… in AnimateTo()
360DIRECTION_LIST[option->direction > static_cast<ArkUI_Int32>(DIRECTION_LIST.size()) ? 0 : option->d… in ParseAnimatorOption()
H A Dnode_common_modifier.cpp137 const std::vector<AnimationDirection> DIRECTION_LIST = { variable
6057 animationOption.SetAnimationDirection(DIRECTION_LIST[ in ParseTransition()
6058 … static_cast<ArkUI_Uint32>(animation.playMode) > DIRECTION_LIST.size() ? 0 : animation.playMode]); in ParseTransition()