Home
last modified time | relevance | path

Searched refs:GetLayoutWeight (Results 1 - 9 of 9) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_layout/
H A Dlinear_layout_utils.cpp74 if (magicItemProperty.GetLayoutWeight().value_or(-1) > 0) { in TravelChildrenFlexProps()
75 linearMeasureProperty.totalFlexWeight += magicItemProperty.GetLayoutWeight().value(); in TravelChildrenFlexProps()
162 child->GetLayoutProperty()->GetMagicItemProperty().GetLayoutWeight().value() / in Measure()
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector_node.h106 virtual int32_t GetLayoutWeight() const = 0;
H A Dinspector_composed_element.h119 int32_t GetLayoutWeight() const override;
H A Dinspector_composed_element.cpp122 { "layoutWeight", [](const InspectorNode& inspector) { return inspector.GetLayoutWeight(); } },
556 int32_t InspectorComposedElement::GetLayoutWeight() const in GetLayoutWeight() function in OHOS::Ace::V2::InspectorComposedElement
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/
H A Dflex_layout_algorithm.cpp258 childLayoutWeight = childMagicItemProperty.GetLayoutWeight().value_or(0.0f); in TravelChildrenFlexProps()
330 childLayoutWeight = childMagicItemProperty.GetLayoutWeight().value_or(0.0f); in MeasureAndCleanMagicNodes()
383 childLayoutWeight = childMagicItemProperty.GetLayoutWeight().value_or(0.0f); in MeasureAndCleanMagicNodes()
425 childLayoutWeight = childMagicItemProperty.GetLayoutWeight().value_or(0.0f); in MeasureAndCleanMagicNodes()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract.h739 static float GetLayoutWeight(FrameNode* frameNode);
H A Dview_abstract.cpp4758 float ViewAbstract::GetLayoutWeight(FrameNode* frameNode) in GetLayoutWeight() function in OHOS::Ace::NG::ViewAbstract
4766 return magicItemProperty.GetLayoutWeight().value_or(layoutWeight); in GetLayoutWeight()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp2914 ArkUI_Float32 GetLayoutWeight(ArkUINodeHandle node) in GetLayoutWeight() function
2918 return ViewAbstract::GetLayoutWeight(frameNode); in GetLayoutWeight()
6250 GetOutlineWidthFloat, GetDisplayPriority, SetAlignRulesWidthType, GetLayoutWeight, GetScale, GetRotate, in GetCommonModifier()
6324 GetOutlineWidthFloat, GetDisplayPriority, SetAlignRulesWidthType, GetLayoutWeight, GetScale, GetRotate, in GetCJUICommonModifier()
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp3224 const ArkUI_AttributeItem* GetLayoutWeight(ArkUI_NodeHandle node) in GetLayoutWeight() function
12839 GetLayoutWeight, in GetCommonAttribute()

Completed in 54 milliseconds