Home
last modified time | relevance | path

Searched refs:MOVE_ANIMATION_BASE (Results 1 - 1 of 1) sorted by relevance

/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp164 constexpr int32_t MOVE_ANIMATION_BASE = 1; member
9113 if (!CheckAnimation(item, actualSize, MOVE_ANIMATION_BASE)) { in SetMoveTransition()
9122 ParseAnimation(item, actualSize, animationOption, MOVE_ANIMATION_BASE); in SetMoveTransition()
10692 const int32_t animationDurationIndex = MOVE_ANIMATION_BASE + ANIMATION_DURATION_INDEX; in GetMoveTransition()
10693 const int32_t animationCurveIndex = MOVE_ANIMATION_BASE + ANIMATION_CURVE_INDEX; in GetMoveTransition()
10694 const int32_t animationDelayIndex = MOVE_ANIMATION_BASE + ANIMATION_DELAY_INDEX; in GetMoveTransition()
10695 const int32_t animationIterationsIndex = MOVE_ANIMATION_BASE + ANIMATION_INTERATION_INDEX; in GetMoveTransition()
10696 const int32_t animationPlayModeIndex = MOVE_ANIMATION_BASE + ANIMATION_PLAY_MODE_INDEX; in GetMoveTransition()
10697 const int32_t animationTempoIndex = MOVE_ANIMATION_BASE + ANIMATION_TEMPO_INDEX; in GetMoveTransition()

Completed in 24 milliseconds