Home
last modified time | relevance | path

Searched defs:animateOption (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Danimate_impl.cpp33 ArkUIAnimateOption animateOption {}; in AnimateTo() local
74 ArkUIKeyframeAnimateOption animateOption {}; in KeyframeAnimateTo() local
H A Dnode_animate.cpp179 ArkUI_KeyframeAnimateOption* animateOption = new ArkUI_KeyframeAnimateOption; in OH_ArkUI_KeyframeAnimateOption_Create() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_animate.cpp247 AnimationOption& option, ArkUIKeyframeAnimateOption* animateOption) in StartKeyframeAnimation()
284 void KeyframeAnimateTo(ArkUIContext* context, ArkUIKeyframeAnimateOption* animateOption) in KeyframeAnimateTo()
H A Dnode_api.cpp1932 void KeyframeAnimateTo(ArkUIContext* context, ArkUIKeyframeAnimateOption* animateOption) in KeyframeAnimateTo()
1937 ArkUIAnimatorHandle CreateAnimator(ArkUIContext* context, ArkUIAnimatorOption* animateOption) in CreateAnimator()