Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_image.cpp130 flexItemComponent_->SetStretchFlag(false); in PrepareSpecializedComponent()
H A Ddom_node.cpp1404 flexItemComponent_->SetStretchFlag(false); in UpdateFlexItemComponent()
1406 flexItemComponent_->SetStretchFlag(true); in UpdateFlexItemComponent()
1418 flexItemComponent_->SetStretchFlag(false); in UpdateFlexItemComponent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Dflex_item_component.h87 void SetStretchFlag(bool canStretch) in SetStretchFlag() function