Searched refs:GetConstrainedSize (Results 1 – 2 of 2) sorted by relevance
342 … Size layoutSize = GetConstrainedSize(GetMainAxisValue(GetLayoutParam().GetMaxSize(), direction_)); in PerformLayoutInWeightMode()440 layoutSize = GetConstrainedSize(maxMainSize); in PerformLayoutInIndexMode()442 layoutSize = GetConstrainedSize(allocatedSize_); in PerformLayoutInIndexMode()638 Size layoutSize = (mainAxisSize == MainAxisSize::MIN) ? GetConstrainedSize(allocatedSize_) in DetermineSelfSize()639 : useViewPort ? GetConstrainedSize(mainViewPort) in DetermineSelfSize()640 : GetConstrainedSize(maxMainSize); in DetermineSelfSize()642 layoutSize = GetConstrainedSize(mainViewPort); in DetermineSelfSize()1074 Size RenderFlex::GetConstrainedSize(double mainSize) in GetConstrainedSize() function in OHOS::Ace::RenderFlex
198 Size GetConstrainedSize(double mainSize);