Home
last modified time | relevance | path

Searched refs:SetIdealSurfaceOffsetX (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_controller_ng.cpp141 void XComponentControllerNG::SetIdealSurfaceOffsetX(float offsetX) in SetIdealSurfaceOffsetX() function in OHOS::Ace::NG::XComponentControllerNG
145 pattern->SetIdealSurfaceOffsetX(offsetX); in SetIdealSurfaceOffsetX()
H A Dxcomponent_controller_ng.h43 void SetIdealSurfaceOffsetX(float offsetX) override;
H A Dinner_xcomponent_controller.h62 virtual void SetIdealSurfaceOffsetX(float offsetX) {} in SetIdealSurfaceOffsetX() function
H A Dxcomponent_pattern.h303 void SetIdealSurfaceOffsetX(float offsetX);
H A Dxcomponent_pattern.cpp1521 void XComponentPattern::SetIdealSurfaceOffsetX(float offsetX) in SetIdealSurfaceOffsetX() function in OHOS::Ace::NG::XComponentPattern
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_xcomponent_controller.cpp229 xcomponentController_->SetIdealSurfaceOffsetX(static_cast<float>(offsetX.ConvertToPx())); in SetXComponentSurfaceRect()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/xcomponent/
H A Dxcomponent_property_test_ng.cpp1237 pattern->SetIdealSurfaceOffsetX(SURFACE_OFFSETX);
1269 pattern->SetIdealSurfaceOffsetX(SURFACE_OFFSETX);
H A Dxcomponent_test_ng.cpp632 xcomponentController->SetIdealSurfaceOffsetX(SURFACE_OFFSETX);