Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drender_box_base.cpp451 selfLayoutParam_.SetMaxSize(selfMax); in CalculateSelfLayoutParam()
452 selfLayoutParam_.SetMinSize(selfMin); in CalculateSelfLayoutParam()
516 double minWidth = std::max(selfLayoutParam_.GetMinSize().Width() - deflate.Width(), 0.0); in SetChildLayoutParam()
517 double minHeight = std::max(selfLayoutParam_.GetMinSize().Height() - deflate.Height(), 0.0); in SetChildLayoutParam()
523 double maxWidth = std::max(selfLayoutParam_.GetMaxSize().Width() - deflate.Width(), 0.0); in SetChildLayoutParam()
524 double maxHeight = std::max(selfLayoutParam_.GetMaxSize().Height() - deflate.Height(), 0.0); in SetChildLayoutParam()
549 Size layoutParmMax = selfLayoutParam_.GetMaxSize(); in ConvertPaddingForLayoutInBox()
567 Size selfMax = selfLayoutParam_.GetMaxSize() - margin_.GetLayoutSize(); in CalculateSelfLayoutSize()
872 selfLayoutParam_ = LayoutParam(); in ClearRenderObject()
H A Drender_box_base.h374 LayoutParam selfLayoutParam_; // include margin variable