/foundation/arkui/ace_engine/frameworks/core/components/flex/ |
H A D | render_flex_item.cpp | 37 if (flexItem->GetFlexShrink() >= 0.0) { in Update() 38 flexShrink_ = flexItem->GetFlexShrink(); in Update()
|
H A D | flex_component_v2.cpp | 30 if (flexItem->GetFlexShrink() < 0) { in ChangeShrinkValueInFlexComponent()
|
H A D | flex_item_component.h | 57 double GetFlexShrink() const in GetFlexShrink() function in OHOS::Ace::FlexItemComponent
|
H A D | render_flex_item.h | 73 double GetFlexShrink() const in GetFlexShrink() function in OHOS::Ace::final
|
H A D | render_flex.cpp | 600 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 D | inspector_node.h | 125 virtual double GetFlexShrink() const = 0;
|
H A D | inspector_composed_element.h | 138 double GetFlexShrink() const override;
|
H A D | inspector_composed_element.cpp | 72 { "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 D | flex_layout_algorithm.cpp | 576 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 D | view_abstract.h | 706 static float GetFlexShrink(FrameNode* frameNode);
|
H A D | view_abstract.cpp | 4111 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 D | node_common_modifier.cpp | 5333 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 D | view_abstract_test_ng.cpp | 749 ViewAbstract::GetFlexShrink(AceType::RawPtr(FRAME_NODE_REGISTER)); in HWTEST_F()
|
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 2952 const ArkUI_AttributeItem* GetFlexShrink(ArkUI_NodeHandle node) in GetFlexShrink() function 12831 GetFlexShrink, in GetCommonAttribute()
|