Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drender_box_base.cpp465 LayoutParam selfLayout = layoutSetByParent; in AdjustSizeByAspectRatio() local
467 selfLayout = layoutSetByParent.Enforce(constraints_); in AdjustSizeByAspectRatio()
469 auto maxWidth = selfLayout.GetMaxSize().Width(); in AdjustSizeByAspectRatio()
470 auto minWidth = selfLayout.GetMinSize().Width(); in AdjustSizeByAspectRatio()
471 auto maxHeight = selfLayout.GetMaxSize().Height(); in AdjustSizeByAspectRatio()
472 auto minHeight = selfLayout.GetMinSize().Height(); in AdjustSizeByAspectRatio()