Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Drender_flex.cpp342 … 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
H A Drender_flex.h198 Size GetConstrainedSize(double mainSize);