Searched defs:flexGrow (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/flex/ |
H A D | flex_item_component.h | 31 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() 67 void SetFlexGrow(double flexGrow) in SetFlexGrow()
|
H A D | render_flex_item.h | 68 void SetFlexGrow(double flexGrow) in SetFlexGrow()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-universal-attributes-flex-layout.md | 26 ## flexGrow section
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-universal-attributes-flex-layout.md | 26 ## flexGrow section
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/ |
H A D | wrap_layout_algorithm.cpp | 650 auto flexGrow = flexItemProperty->GetFlexGrow().value_or(0.0f); in GetFlexItemProperties() local
|
H A D | flex_layout_algorithm.cpp | 591 float flexGrow = 0.0f; in UpdateFlexProperties() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/ |
H A D | style.h | 110 double flexGrow = 0.0; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/ |
H A D | layout_property.cpp | 1149 void LayoutProperty::UpdateFlexGrow(float flexGrow) in UpdateFlexGrow()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | arkComponent.js | 3968 flexGrow(value) { method in ArkComponent 10216 flexGrow(value) { method in ArkSpanComponent 25618 flexGrow(value) { method in ArkXComponentComponent
|