Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/animation/
H A Dgeometry_transition.cpp353 renderContext->SetSandBox(std::nullopt, true); in SyncGeometry()
355 renderContext->SetSandBox(parentPos); in SyncGeometry()
364 renderContext->SetSandBox(std::nullopt); in SyncGeometry()
510 inRenderContext->SetSandBox(parent->GetTransformRectRelativeToWindow().GetOffset()); in AnimateWithSandBox()
512 inRenderContext->SetSandBox(inNodeParentPos); in AnimateWithSandBox()
522 renderContext->SetSandBox(std::nullopt); in AnimateWithSandBox()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_test.cpp865 properties.SetSandBox(sandbox);
1279 properties.SetSandBox(parentPosition);
1298 properties.SetSandBox(parentPosition);
1301 properties.SetSandBox(parentPosition);
1320 properties.SetSandBox(parentPosition);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties.h99 void SetSandBox(const std::optional<Vector2f>& parentPosition);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.h204 void SetSandBox(std::optional<Vector2f> parentPosition);
H A Drs_node.cpp739 void RSNode::SetSandBox(std::optional<Vector2f> parentPosition) in SetSandBox() function in OHOS::Rosen::RSNode
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Drender_context.h142 virtual void SetSandBox(const std::optional<OffsetF>& parentPosition, bool force = false) {};
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.h102 void SetSandBox(const std::optional<OffsetF>& parentPosition, bool force = false) override;
H A Drosen_render_context.cpp503 void RosenRenderContext::SetSandBox(const std::optional<OffsetF>& parentPosition, bool force) in SetSandBox() function in OHOS::Ace::NG::RosenRenderContext
515 rsNode_->SetSandBox(value); in SetSandBox()
526 rsNode_->SetSandBox(std::nullopt); in SetSandBox()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_animation_supplement_test.cpp1142 node->SetSandBox(vec);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties.cpp506 void RSProperties::SetSandBox(const std::optional<Vector2f>& parentPosition) in SetSandBox() function in OHOS::Rosen::RSProperties