Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tip/
H A Drender_tip.cpp49 Size maxLayoutSize = GetLayoutParam().GetMaxSize(); in PerformLayout() local
50 if (maxLayoutSize.IsValid()) { in PerformLayout()
51 innerLayout.SetMaxSize(maxLayoutSize); in PerformLayout()
57 AdaptChildPadding(layoutSize, maxLayoutSize); in PerformLayout()
66 SetLayoutSize(maxLayoutSize); in PerformLayout()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/padding/
H A Drender_padding.cpp47 Size maxLayoutSize = GetLayoutParam().GetMaxSize() - layoutSize; in PerformLayout() local
49 if (maxLayoutSize.IsValid()) { in PerformLayout()
51 innerLayout.SetMaxSize(maxLayoutSize); in PerformLayout()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/transform/
H A Drender_transform.cpp413 Size maxLayoutSize = GetLayoutParam().GetMaxSize(); in PerformLayout() local
414 if (!(maxLayoutSize < Size())) { in PerformLayout()
415 innerLayout.SetMaxSize(maxLayoutSize); in PerformLayout()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/
H A Drender_water_flow.cpp389 auto maxLayoutSize = GetLayoutParam().GetMaxSize(); in InitialFlowProp() local
390 if (!maxLayoutSize.IsValid() || maxLayoutSize.IsEmpty()) { in InitialFlowProp()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list.cpp1289 auto maxLayoutSize = GetLayoutParam().GetMaxSize(); in ApplyLayoutParam() local
1290 if (!maxLayoutSize.IsValid() || maxLayoutSize.IsEmpty()) { in ApplyLayoutParam()
1297 auto maxMainSize = GetMainSize(maxLayoutSize); in ApplyLayoutParam()
1321 fixedCrossSize_ = !NearEqual(GetCrossSize(maxLayoutSize), Size::INFINITE_SIZE); in ApplyLayoutParam()