Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp731 bool CheckAnimation(const ArkUI_AttributeItem* item, int32_t size, int32_t animationIndexBase) in CheckAnimation() argument
734 const int32_t animationCurveIndex = animationIndexBase + ANIMATION_CURVE_INDEX; in CheckAnimation()
740 const int32_t playModeIndex = animationIndexBase + ANIMATION_PLAY_MODE_INDEX; in CheckAnimation()
746 const int32_t animationTempoIndex = animationIndexBase + ANIMATION_TEMPO_INDEX; in CheckAnimation()
754 const int animationIndexBase) in ParseAnimation() argument
756 const int32_t animationDurationIndex = animationIndexBase + ANIMATION_DURATION_INDEX; in ParseAnimation()
761 const int32_t animationCurveIndex = animationIndexBase + ANIMATION_CURVE_INDEX; in ParseAnimation()
767 const int32_t animationDelayIndex = animationIndexBase + ANIMATION_DELAY_INDEX; in ParseAnimation()
772 const int32_t animationIterationsIndex = animationIndexBase + ANIMATION_INTERATION_INDEX; in ParseAnimation()
777 const int32_t animationPlayModeIndex = animationIndexBase + ANIMATION_PLAY_MODE_INDEX; in ParseAnimation()
[all …]