Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/
H A Dmodel_position.h37 void SetContextAndCallbacks( in SetContextAndCallbacks() function
41 pos_.SetContextAndCallbacks(context, std::forward<RenderNodeAnimationCallback>(callback)); in SetContextAndCallbacks()
H A Dmodel_light.h49 color_.SetContextAndCallbacks(context, std::forward<RenderNodeAnimationCallback>(callback)); in SetContextAndCallback()
50 … position_.SetContextAndCallbacks(context, std::forward<RenderNodeAnimationCallback>(callback)); in SetContextAndCallback()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dvec3.h44 void SetContextAndCallbacks( in SetContextAndCallbacks() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scene_viewer/
H A Drender_scene_viewer.h53 cameraPosition_.SetContextAndCallbacks( in OnAttachContext()