Home
last modified time | relevance | path

Searched refs:GetFlexGrow (Results 1 - 14 of 14) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Drender_flex_item.cpp43 if (flexItem->GetFlexGrow() >= 0.0) { in Update()
44 flexGrow_ = flexItem->GetFlexGrow(); in Update()
H A Dflex_item_component.h52 double GetFlexGrow() const in GetFlexGrow() function in OHOS::Ace::FlexItemComponent
H A Drender_flex.cpp420 if (flexItem && GreatNotEqual(flexItem->GetFlexGrow(), 0.0)) { in PerformLayoutInIndexMode()
421 flexItemProperties.totalGrow += flexItem->GetFlexGrow(); in PerformLayoutInIndexMode()
472 if (GreatNotEqual(flexItem->GetFlexGrow(), 0.0)) { in RelayoutForStretchFlexNode()
475 : spacePerFlex * flexItem->GetFlexGrow(); in RelayoutForStretchFlexNode()
596 getFlex = [](const RefPtr<RenderFlexItem>& item) { return item->GetFlexGrow(); }; in ResizeItems()
767 double itemGrow = flexItem->GetFlexGrow(); in LayoutFlexItem()
H A Drender_flex_item.h63 double GetFlexGrow() const in GetFlexGrow() function in OHOS::Ace::final
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/
H A Dflex_layout_algorithm.cpp464 if (flexItemProperty && GreatNotEqual(flexItemProperty->GetFlexGrow().value_or(0.0f), 0.0f)) { in MeasureAndCleanMagicNodes()
465 flexItemProperties.totalGrow += flexItemProperty->GetFlexGrow().value_or(0.0f); in MeasureAndCleanMagicNodes()
478 if (flexItemProperty && GreatNotEqual(flexItemProperty->GetFlexGrow().value_or(0.0f), 0.0f)) { in MeasureAndCleanMagicNodes()
479 flexItemProperties.totalGrow -= flexItemProperty->GetFlexGrow().value_or(0.0f); in MeasureAndCleanMagicNodes()
577 flexGrow = flexItemProperty->GetFlexGrow().value_or(flexGrow); in UpdateFlexProperties()
726 ret = flexItemProperty->GetFlexGrow().value_or(ret); in CheckIsGrowOrShrink()
H A Dwrap_layout_algorithm.cpp628 auto flexGrow = flexItemProperty->GetFlexGrow().value_or(0.0f); in GetFlexItemProperties()
649 float itemFlex = flexItemProperty->GetFlexGrow().value_or(0.0f); in CalcFlexGrowLayout()
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector_node.h124 virtual double GetFlexGrow() const = 0;
H A Dinspector_composed_element.h137 double GetFlexGrow() const override;
H A Dinspector_composed_element.cpp71 { "flexGrow", [](const InspectorNode& inspector) { return inspector.GetFlexGrow(); } },
773 double InspectorComposedElement::GetFlexGrow() const in GetFlexGrow() function in OHOS::Ace::V2::InspectorComposedElement
777 return render->GetFlexGrow(); in GetFlexGrow()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract.h705 static float GetFlexGrow(FrameNode* frameNode);
H A Dview_abstract.cpp4097 float ViewAbstract::GetFlexGrow(FrameNode* frameNode) in GetFlexGrow() function in OHOS::Ace::NG::ViewAbstract
4104 auto getValue = property->GetFlexGrow(); in GetFlexGrow()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp5326 ArkUI_Float32 GetFlexGrow(ArkUINodeHandle node) in GetFlexGrow() function
5330 return ViewAbstract::GetFlexGrow(frameNode); in GetFlexGrow()
6251 GetBrightness, GetSaturate, GetBackgroundImagePosition, GetFlexGrow, GetFlexShrink, GetFlexBasis, in GetCommonModifier()
6325 GetBrightness, GetSaturate, GetBackgroundImagePosition, GetFlexGrow, GetFlexShrink, GetFlexBasis, in GetCJUICommonModifier()
/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dview_abstract_test_ng.cpp748 ViewAbstract::GetFlexGrow(AceType::RawPtr(FRAME_NODE_REGISTER)); in HWTEST_F()
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp2926 const ArkUI_AttributeItem* GetFlexGrow(ArkUI_NodeHandle node) in GetFlexGrow() function
12830 GetFlexGrow, in GetCommonAttribute()

Completed in 60 milliseconds