Home
last modified time | relevance | path

Searched defs:flexShrink (Results 1 - 6 of 6) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Drender_flex_item.h78 void SetFlexShrink(double flexShrink) in SetFlexShrink() argument
H A Dflex_item_component.h31 FlexItemComponent(double flexGrow, double flexShrink, double flexBasis) in FlexItemComponent() argument
33 FlexItemComponent(double flexGrow, double flexShrink, const Dimension& flexBasis) in FlexItemComponent() argument
35 FlexItemComponent(double flexGrow, double flexShrink, double flexBasis, const RefPtr<Component>& child) in FlexItemComponent() argument
37 FlexItemComponent(double flexGrow, double flexShrink, const Dimension& flexBasis, const RefPtr<Component>& child) in FlexItemComponent() argument
72 void SetFlexShrink(double flexShrink) in SetFlexShrink() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Dstyle.h111 double flexShrink = 1.0; member
H A Ddeclaration.h394 void SetFlexShrink(double flexShrink) in SetFlexShrink() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/
H A Dflex_layout_algorithm.cpp573 float flexShrink = isLinearLayoutFeature_ ? 0.0f : 1.0f; in UpdateFlexProperties() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_property.cpp1103 void LayoutProperty::UpdateFlexShrink(float flexShrink) in UpdateFlexShrink() argument

Completed in 8 milliseconds