Searched refs:SetItemMaxHeight (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/ |
H A D | water_flow_model_ng.h | 39 void SetItemMaxHeight(const Dimension& maxHeight) override; 76 static void SetItemMaxHeight(FrameNode* frameNode, const Dimension& maxHeight);
|
H A D | water_flow_model.h | 48 virtual void SetItemMaxHeight(const Dimension& maxHeight) = 0;
|
H A D | water_flow_model_ng.cpp | 156 void WaterFlowModelNG::SetItemMaxHeight(const Dimension& maxHeight) in SetItemMaxHeight() function in OHOS::Ace::NG::WaterFlowModelNG 474 void WaterFlowModelNG::SetItemMaxHeight(FrameNode* frameNode, const Dimension& maxHeight) in SetItemMaxHeight() function in OHOS::Ace::NG::WaterFlowModelNG
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | water_flow_model_impl.h | 37 void SetItemMaxHeight(const Dimension& maxHeight) override;
|
H A D | water_flow_model_impl.cpp | 86 void WaterFlowModelImpl::SetItemMaxHeight(const Dimension& maxHeight) in SetItemMaxHeight() function in OHOS::Ace::Framework::WaterFlowModelImpl
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | water_flow_modifier.cpp | 173 void SetItemMaxHeight(ArkUINodeHandle node, ArkUI_Float32 value, ArkUI_Int32 unit, ArkUI_CharPtr ca… in SetItemMaxHeight() function 184 WaterFlowModelNG::SetItemMaxHeight(frameNode, maxHeightDimension); in SetItemMaxHeight() 664 … ResetItemMaxWidth, SetItemMinHeight, ResetItemMinHeight, SetItemMaxHeight, ResetItemMaxHeight, in GetWaterFlowModifier() 685 … ResetItemMaxWidth, SetItemMinHeight, ResetItemMinHeight, SetItemMaxHeight, ResetItemMaxHeight, in GetCJUIWaterFlowModifier()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/waterflow/ |
H A D | water_flow_regular_test.cpp | 301 model.SetItemMaxHeight(AceType::RawPtr(frameNode_), Dimension(250.f));
|
H A D | water_flow_test_ng.cpp | 279 model.SetItemMaxHeight(Dimension(500)); 457 model.SetItemMaxHeight(Dimension(500)); 529 model.SetItemMaxHeight(Dimension(300));
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_water_flow.cpp | 337 WaterFlowModel::GetInstance()->SetItemMaxHeight(maxHeight); in SetItemConstraintSize()
|