Home
last modified time | relevance | path

Searched refs:SetIdealSurfaceWidth (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.cpp127 void XComponentControllerNG::SetIdealSurfaceWidth(float surfaceWidth) in SetIdealSurfaceWidth() function in OHOS::Ace::NG::XComponentControllerNG
131 pattern->SetIdealSurfaceWidth(surfaceWidth); in SetIdealSurfaceWidth()
H A Dxcomponent_controller_ng.h39 void SetIdealSurfaceWidth(float surfaceWidth) override;
H A Dinner_xcomponent_controller.h60 virtual void SetIdealSurfaceWidth(float surfaceWidth) {} in SetIdealSurfaceWidth() function
H A Dxcomponent_pattern.h301 void SetIdealSurfaceWidth(float surfaceWidth);
H A Dxcomponent_pattern.cpp1511 void XComponentPattern::SetIdealSurfaceWidth(float surfaceWidth) in SetIdealSurfaceWidth() function in OHOS::Ace::NG::XComponentPattern
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_xcomponent_controller.cpp223 xcomponentController_->SetIdealSurfaceWidth(static_cast<float>(surfaceWidth.ConvertToPx())); in SetXComponentSurfaceRect()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/xcomponent/
H A Dxcomponent_test_ng.cpp630 xcomponentController->SetIdealSurfaceWidth(SURFACE_WIDTH);
H A Dxcomponent_property_test_ng.cpp1205 pattern->SetIdealSurfaceWidth(SURFACE_WIDTH);