Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/
Dwater_flow_component.cpp121 void WaterFlowComponent::SetMaxHeight(const Dimension& maxHeight) in SetMaxHeight() function in OHOS::Ace::V2::WaterFlowComponent
/foundation/arkui/ace_engine/frameworks/core/components/flex/
Dflex_item_component.h157 void SetMaxHeight(const Dimension& maxHeight) in SetMaxHeight() function
/foundation/arkui/ace_engine/frameworks/core/components/box/
Dbox_base_component.h204 void SetMaxHeight(const CalcDimension& maxHeight) in SetMaxHeight() function
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
Dview_abstract_model_ng.h110 void SetMaxHeight(const CalcDimension& maxHeight) override in SetMaxHeight() function
Dview_abstract.cpp186 void ViewAbstract::SetMaxHeight(const CalcLength &height) in SetMaxHeight() function in OHOS::Ace::NG::ViewAbstract
2587 void ViewAbstract::SetMaxHeight(FrameNode* frameNode, const CalcLength& maxHeight) in SetMaxHeight() function in OHOS::Ace::NG::ViewAbstract
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dview_abstract_model_impl.cpp258 void ViewAbstractModelImpl::SetMaxHeight(const CalcDimension& maxHeight) in SetMaxHeight() function in OHOS::Ace::Framework::ViewAbstractModelImpl
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
Dnode_common_modifier.cpp2291 void SetMaxHeight(ArkUINodeHandle node, const struct ArkUISizeType* maxHeight) in SetMaxHeight() function
Dcommon_modifier.cpp2272 void SetMaxHeight(NodeHandle node, const struct ArkUISizeType* maxHeight) in SetMaxHeight() function
Dapi.h337 void (*SetMaxHeight)(NodeHandle node, const struct ArkUISizeType* maxHeight); member