Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Drender_flex.cpp378 } else if (flexItem->GetStretchFlag()) { in RelayoutForStretchMagicNode()
477 } else if (crossAxisAlign_ == FlexAlign::STRETCH && flexItem->GetStretchFlag()) { in RelayoutForStretchFlexNode()
543 if (flexItem && !flexItem->GetStretchFlag()) { in PerformLayoutInItemMode()
794 … (flexItem->GetStretchFlag()) && (relativeNodes_.size() > 1)); in RedoLayoutFlexItem()
798 …>MustStretch() || ((GetSelfAlign(flexItem) == FlexAlign::STRETCH) && (flexItem->GetStretchFlag())); in RedoLayoutFlexItem()
838 isStretch = (crossAxisAlign_ == FlexAlign::STRETCH) && (flexItem->GetStretchFlag()); in LayoutInfinityChild()
H A Dflex_item_component.h82 bool GetStretchFlag() const in GetStretchFlag() function
H A Drender_flex_item.h106 bool GetStretchFlag() const in GetStretchFlag() function
H A Drender_flex_item.cpp47 canStretch_ = flexItem->GetStretchFlag(); in Update()