Searched refs:maxLayoutSize (Results 1 – 5 of 5) sorted by relevance
49 Size maxLayoutSize = GetLayoutParam().GetMaxSize(); in PerformLayout() local50 if (maxLayoutSize.IsValid()) { in PerformLayout()51 innerLayout.SetMaxSize(maxLayoutSize); in PerformLayout()57 AdaptChildPadding(layoutSize, maxLayoutSize); in PerformLayout()66 SetLayoutSize(maxLayoutSize); in PerformLayout()
47 Size maxLayoutSize = GetLayoutParam().GetMaxSize() - layoutSize; in PerformLayout() local49 if (maxLayoutSize.IsValid()) { in PerformLayout()51 innerLayout.SetMaxSize(maxLayoutSize); in PerformLayout()
413 Size maxLayoutSize = GetLayoutParam().GetMaxSize(); in PerformLayout() local414 if (!(maxLayoutSize < Size())) { in PerformLayout()415 innerLayout.SetMaxSize(maxLayoutSize); in PerformLayout()
389 auto maxLayoutSize = GetLayoutParam().GetMaxSize(); in InitialFlowProp() local390 if (!maxLayoutSize.IsValid() || maxLayoutSize.IsEmpty()) { in InitialFlowProp()
1289 auto maxLayoutSize = GetLayoutParam().GetMaxSize(); in ApplyLayoutParam() local1290 if (!maxLayoutSize.IsValid() || maxLayoutSize.IsEmpty()) { in ApplyLayoutParam()1297 auto maxMainSize = GetMainSize(maxLayoutSize); in ApplyLayoutParam()1321 fixedCrossSize_ = !NearEqual(GetCrossSize(maxLayoutSize), Size::INFINITE_SIZE); in ApplyLayoutParam()