Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/
H A Dflex_layout_algorithm.h97 bool IsKeepMinSize(const RefPtr<LayoutWrapper>& childLayoutWrapper, float& flexSize);
H A Dflex_layout_algorithm.cpp686 if (IsKeepMinSize(childLayoutWrapper, flexSize)) { in SecondaryMeasureByProperty()
792 bool FlexLayoutAlgorithm::IsKeepMinSize(const RefPtr<LayoutWrapper>& childLayoutWrapper, float& fle… in IsKeepMinSize() function in OHOS::Ace::NG::FlexLayoutAlgorithm