Home
last modified time | relevance | path

Searched refs:MustStretch (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Dflex_item_component.h92 bool MustStretch() const in MustStretch() function
H A Drender_flex.cpp769 if (flexItem->MustStretch()) { in LayoutFlexItem()
793 …bool canItemStretch = flexItem->MustStretch() || ((GetSelfAlign(flexItem) == FlexAlign::STRETCH) && in RedoLayoutFlexItem()
798 …flexItem->MustStretch() || ((GetSelfAlign(flexItem) == FlexAlign::STRETCH) && (flexItem->GetStretc… in RedoLayoutFlexItem()
811 flexItem->MustStretch() || !useOldLayoutVersion_); in RedoLayoutFlexItem()
812 if (flexItem->MustStretch()) { in RedoLayoutFlexItem()
H A Drender_flex_item.h143 bool MustStretch() const in MustStretch() function
H A Drender_flex_item.cpp48 mustStretch_ = flexItem->MustStretch(); in Update()