Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Drender_flex_item.cpp37 if (flexItem->GetFlexShrink() >= 0.0) { in Update()
38 flexShrink_ = flexItem->GetFlexShrink(); in Update()
H A Dflex_component_v2.cpp30 if (flexItem->GetFlexShrink() < 0) { in ChangeShrinkValueInFlexComponent()
H A Dflex_item_component.h57 double GetFlexShrink() const in GetFlexShrink() function in OHOS::Ace::FlexItemComponent
H A Drender_flex_item.h73 double GetFlexShrink() const in GetFlexShrink() function in OHOS::Ace::final
H A Drender_flex.cpp600 getFlex = [](const RefPtr<RenderFlexItem>& item) { return item->GetFlexShrink(); }; in ResizeItems()
766 double itemShrink = flexItem->GetFlexShrink(); in LayoutFlexItem()
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector_node.h125 virtual double GetFlexShrink() const = 0;
H A Dinspector_composed_element.h138 double GetFlexShrink() const override;
H A Dinspector_composed_element.cpp72 { "flexShrink", [](const InspectorNode& inspector) { return inspector.GetFlexShrink(); } },
782 double InspectorComposedElement::GetFlexShrink() const in GetFlexShrink() function in OHOS::Ace::V2::InspectorComposedElement
786 return render->GetFlexShrink(); in GetFlexShrink()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/
H A Dflex_layout_algorithm.cpp576 flexShrink = flexItemProperty->GetFlexShrink().value_or(flexShrink); in UpdateFlexProperties()
743 ret = flexItemProperty->GetFlexShrink().value_or(ret); in CheckIsGrowOrShrink()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract.h706 static float GetFlexShrink(FrameNode* frameNode);
H A Dview_abstract.cpp4111 float ViewAbstract::GetFlexShrink(FrameNode* frameNode) in GetFlexShrink() function in OHOS::Ace::NG::ViewAbstract
4118 auto getValue = property->GetFlexShrink(); in GetFlexShrink()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp5333 ArkUI_Float32 GetFlexShrink(ArkUINodeHandle node) in GetFlexShrink() function
5337 return ViewAbstract::GetFlexShrink(frameNode); in GetFlexShrink()
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.cpp749 ViewAbstract::GetFlexShrink(AceType::RawPtr(FRAME_NODE_REGISTER)); in HWTEST_F()
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp2952 const ArkUI_AttributeItem* GetFlexShrink(ArkUI_NodeHandle node) in GetFlexShrink() function
12831 GetFlexShrink, in GetCommonAttribute()

Completed in 62 milliseconds