Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Drender_flex_item.h68 void SetFlexGrow(double flexGrow) in SetFlexGrow() 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
67 void SetFlexGrow(double flexGrow) in SetFlexGrow() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/
H A Dwrap_layout_algorithm.cpp628 auto flexGrow = flexItemProperty->GetFlexGrow().value_or(0.0f); in GetFlexItemProperties() local
H A Dflex_layout_algorithm.cpp574 float flexGrow = 0.0f; in UpdateFlexProperties() local
/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Dstyle.h110 double flexGrow = 0.0; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_property.cpp1082 void LayoutProperty::UpdateFlexGrow(float flexGrow) in UpdateFlexGrow() argument

Completed in 8 milliseconds