Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/interfaces/native/node/
H A Danimate_impl.h120 int32_t AnimateTo(ArkUI_ContextHandle context, ArkUI_AnimateOption* option, ArkUI_ContextCallback* update,
123 int32_t KeyframeAnimateTo(ArkUI_ContextHandle context, ArkUI_KeyframeAnimateOption* option);
125 ArkUI_AnimatorHandle CreateAnimator(ArkUI_ContextHandle context, ArkUI_AnimatorOption* option);
H A Danimate_impl.cpp24 int32_t AnimateTo(ArkUI_ContextHandle context, ArkUI_AnimateOption* option, ArkUI_ContextCallback* update, in AnimateTo()
66 int32_t KeyframeAnimateTo(ArkUI_ContextHandle context, ArkUI_KeyframeAnimateOption* option) in KeyframeAnimateTo()
159 ArkUI_AnimatorHandle CreateAnimator(ArkUI_ContextHandle context, ArkUI_AnimatorOption* option) in CreateAnimator()
H A Dnode_adapter_impl.cpp205 ArkUI_ContextHandle OH_ArkUI_GetContextByNode(ArkUI_NodeHandle node) in OH_ArkUI_GetContextByNode()
H A Dnative_node_napi.cpp104 int32_t OH_ArkUI_GetContextFromNapiValue(napi_env env, napi_value value, ArkUI_ContextHandle* context) in OH_ArkUI_GetContextFromNapiValue()
/foundation/arkui/ace_engine/interfaces/native/
H A Ddrag_and_drop.h146 typedef struct ArkUI_Context* ArkUI_ContextHandle; typedef
482 int32_t OH_ArkUI_SetDragEventStrictReportWithContext(ArkUI_ContextHandle uiContext, bool enabled);
667 ArkUI_DragAction* OH_ArkUI_CreateDragActionWithContext(ArkUI_ContextHandle uiContext);
H A Dnative_animate.h94 int32_t (*animateTo)(ArkUI_ContextHandle context, ArkUI_AnimateOption* option, ArkUI_ContextCallback* update,
97 int32_t (*keyframeAnimateTo)(ArkUI_ContextHandle context, ArkUI_KeyframeAnimateOption* option);
98 ArkUI_AnimatorHandle (*createAnimator)(ArkUI_ContextHandle context, ArkUI_AnimatorOption* option);
H A Dnative_node_napi.h49 * @brief 获取ArkTS侧创建的UIContext对象映射到native侧的ArkUI_ContextHandle
53 * @param context ArkUI_ContextHandle指针。
58 int32_t OH_ArkUI_GetContextFromNapiValue(napi_env env, napi_value value, ArkUI_ContextHandle* context);
H A Dnative_node.h7463 ArkUI_ContextHandle OH_ArkUI_GetContextByNode(ArkUI_NodeHandle node);
H A Dnative_type.h101 typedef struct ArkUI_Context* ArkUI_ContextHandle; typedef
/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dnative_node_napi_test.cpp39 ArkUI_ContextHandle* context = nullptr; in HWTEST_F()
/foundation/arkui/ace_engine/interfaces/native/event/
H A Ddrag_and_drop_impl.cpp122 ArkUI_DragAction* OH_ArkUI_CreateDragActionWithContext(ArkUI_ContextHandle uiContext) in OH_ArkUI_CreateDragActionWithContext()
493 int32_t OH_ArkUI_SetDragEventStrictReportWithContext(ArkUI_ContextHandle uiContext, bool enabled) in OH_ArkUI_SetDragEventStrictReportWithContext()

Completed in 21 milliseconds