Home
last modified time | relevance | path

Searched refs:SetFlexWeight (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/
H A Dnavigation_container_component.cpp135 originalFlexItem->SetFlexWeight(0.0); in Build()
143 fixPart->SetFlexWeight(SECTION_INDEX_PART_WEIGHT); in Build()
147 sectionPart->SetFlexWeight(SECTION_CONTENT_PART_WEIGHT); in Build()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/container_modal/
H A Dcontainer_modal_component.cpp139 clip->SetFlexWeight(1.0); in BuildContent()
265 titleLabel_->SetFlexWeight(1.0); in BuildTitleChildren()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Drender_component.h218 void SetFlexWeight(double flexWeight) in SetFlexWeight() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_abstract_model_impl.cpp567 flex->SetFlexWeight(value); in SetLayoutWeight()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_node.cpp1373 flexItemComponent_->SetFlexWeight(flexStyle.flexWeight); in UpdateFlexItemComponent()