Home
last modified time | relevance | path

Searched refs:AdjustChildHorizontalLayout (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H A Drender_select_popup.h89 void AdjustChildHorizontalLayout(const Size& size, double& x, double& width);
H A Drender_select_popup.cpp200 void RenderSelectPopup::AdjustChildHorizontalLayout(const Size& size, double& x, double& width) in AdjustChildHorizontalLayout() function in OHOS::Ace::RenderSelectPopup
251 AdjustChildHorizontalLayout(size, x, width); in AdjustChildLayout()