Searched refs:GetStretchFlag (Results 1 – 4 of 4) sorted by relevance
378 } 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()
82 bool GetStretchFlag() const in GetStretchFlag() function
106 bool GetStretchFlag() const in GetStretchFlag() function
47 canStretch_ = flexItem->GetStretchFlag(); in Update()