Home
last modified time | relevance | path

Searched refs:SetIdealSurfaceOffsetY (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.cpp148 void XComponentControllerNG::SetIdealSurfaceOffsetY(float offsetY) in SetIdealSurfaceOffsetY() function in OHOS::Ace::NG::XComponentControllerNG
152 pattern->SetIdealSurfaceOffsetY(offsetY); in SetIdealSurfaceOffsetY()
H A Dxcomponent_controller_ng.h45 void SetIdealSurfaceOffsetY(float offsetY) override;
H A Dinner_xcomponent_controller.h63 virtual void SetIdealSurfaceOffsetY(float offsetY) {} in SetIdealSurfaceOffsetY() function
H A Dxcomponent_pattern.h304 void SetIdealSurfaceOffsetY(float offsetY);
H A Dxcomponent_pattern.cpp1526 void XComponentPattern::SetIdealSurfaceOffsetY(float offsetY) in SetIdealSurfaceOffsetY() function in OHOS::Ace::NG::XComponentPattern
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_xcomponent_controller.cpp236 xcomponentController_->SetIdealSurfaceOffsetY(static_cast<float>(offsetY.ConvertToPx())); in SetXComponentSurfaceRect()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/xcomponent/
H A Dxcomponent_property_test_ng.cpp1238 pattern->SetIdealSurfaceOffsetY(SURFACE_OFFSETY);
1270 pattern->SetIdealSurfaceOffsetY(SURFACE_OFFSETY);
H A Dxcomponent_test_ng.cpp633 xcomponentController->SetIdealSurfaceOffsetY(SURFACE_OFFSETY);