Searched refs:GetLayoutWeight (Results 1 - 9 of 9) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_layout/ |
H A D | linear_layout_utils.cpp | 74 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 D | inspector_node.h | 106 virtual int32_t GetLayoutWeight() const = 0;
|
H A D | inspector_composed_element.h | 119 int32_t GetLayoutWeight() const override;
|
H A D | inspector_composed_element.cpp | 122 { "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 D | flex_layout_algorithm.cpp | 258 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 D | view_abstract.h | 739 static float GetLayoutWeight(FrameNode* frameNode);
|
H A D | view_abstract.cpp | 4758 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 D | node_common_modifier.cpp | 2914 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 D | style_modifier.cpp | 3224 const ArkUI_AttributeItem* GetLayoutWeight(ArkUI_NodeHandle node) in GetLayoutWeight() function 12839 GetLayoutWeight, in GetCommonAttribute()
|
Completed in 54 milliseconds