Home
last modified time | relevance | path

Searched defs:flexShrink (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Dflex_item_component.h31 FlexItemComponent(double flexGrow, double flexShrink, double flexBasis) in FlexItemComponent()
33 FlexItemComponent(double flexGrow, double flexShrink, const Dimension& flexBasis) in FlexItemComponent()
35 …FlexItemComponent(double flexGrow, double flexShrink, double flexBasis, const RefPtr<Component>& c… in FlexItemComponent()
37 …FlexItemComponent(double flexGrow, double flexShrink, const Dimension& flexBasis, const RefPtr<Com… in FlexItemComponent()
72 void SetFlexShrink(double flexShrink) in SetFlexShrink()
H A Drender_flex_item.h78 void SetFlexShrink(double flexShrink) in SetFlexShrink()
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-flex-layout.md44 ## flexShrink section
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-flex-layout.md44 ## flexShrink section
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Ddeclaration.h394 void SetFlexShrink(double flexShrink) in SetFlexShrink()
H A Dstyle.h111 double flexShrink = 1.0; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/
H A Dflex_layout_algorithm.cpp590 float flexShrink = isLinearLayoutFeature_ ? 0.0f : 1.0f; in UpdateFlexProperties() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_property.cpp1170 void LayoutProperty::UpdateFlexShrink(float flexShrink) in UpdateFlexShrink()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js3972 flexShrink(value) { method in ArkComponent
10219 flexShrink(value) { method in ArkSpanComponent
25621 flexShrink(value) { method in ArkXComponentComponent