Home
last modified time | relevance | path

Searched refs:canStretch_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Dflex_item_component.h84 return canStretch_; in GetStretchFlag()
89 canStretch_ = canStretch; in SetStretchFlag()
210 bool canStretch_ = true; // Set this flag to tell Flex whether this child can be stretched. variable
H A Drender_flex_item.h108 return canStretch_; in GetStretchFlag()
202 bool canStretch_ = true; variable
H A Drender_flex_item.cpp47 canStretch_ = flexItem->GetStretchFlag(); in Update()
99 canStretch_ = true; in ClearRenderObject()