Searched refs:KeyframeAnimateTo (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_animate.h | 29 void KeyframeAnimateTo(ArkUIContext* context, ArkUIKeyframeAnimateOption* animateOption);
|
H A D | node_api.cpp | 1932 void KeyframeAnimateTo(ArkUIContext* context, ArkUIKeyframeAnimateOption* animateOption) in KeyframeAnimateTo() function 1934 ViewAnimate::KeyframeAnimateTo(context, animateOption); in KeyframeAnimateTo() 2033 KeyframeAnimateTo, in GetAnimationAPI() 2180 KeyframeAnimateTo, in GetCJUIAnimationAPI()
|
H A D | node_animate.cpp | 284 void KeyframeAnimateTo(ArkUIContext* context, ArkUIKeyframeAnimateOption* animateOption) in KeyframeAnimateTo() function
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | animate_impl.h | 123 int32_t KeyframeAnimateTo(ArkUI_ContextHandle context, ArkUI_KeyframeAnimateOption* option);
|
H A D | native_impl.cpp | 140 OHOS::Ace::AnimateModel::KeyframeAnimateTo,
|
H A D | animate_impl.cpp | 67 int32_t KeyframeAnimateTo(ArkUI_ContextHandle context, ArkUI_KeyframeAnimateOption* option) in KeyframeAnimateTo() function
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/interfaces/ |
H A D | animate_impl_test.cpp | 583 int32_t ret = KeyframeAnimateTo(nullptr, nullptr); 599 int32_t ret = KeyframeAnimateTo(&context, option);
|