Searched refs:SetItemMinWidth (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 | 36 void SetItemMinWidth(const Dimension& minWidth) override; 73 static void SetItemMinWidth(FrameNode* frameNode, const Dimension& minWidth);
|
H A D | water_flow_model.h | 45 virtual void SetItemMinWidth(const Dimension& minWidth) = 0;
|
H A D | water_flow_model_ng.cpp | 120 void WaterFlowModelNG::SetItemMinWidth(const Dimension& minWidth) in SetItemMinWidth() function in OHOS::Ace::NG::WaterFlowModelNG 450 void WaterFlowModelNG::SetItemMinWidth(FrameNode* frameNode, const Dimension& minWidth) in SetItemMinWidth() 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 | 34 void SetItemMinWidth(const Dimension& minWidth) override;
|
H A D | water_flow_model_impl.cpp | 71 void WaterFlowModelImpl::SetItemMinWidth(const Dimension& minWidth) in SetItemMinWidth() function in OHOS::Ace::Framework::WaterFlowModelImpl
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | water_flow_modifier.cpp | 125 void SetItemMinWidth(ArkUINodeHandle node, ArkUI_Float32 value, ArkUI_Int32 unit, ArkUI_CharPtr cal… in SetItemMinWidth() function 136 WaterFlowModelNG::SetItemMinWidth(frameNode, minWidthDimension); in SetItemMinWidth() 663 … ResetColumnsGap, SetRowsGap, ResetRowsGap, SetItemMinWidth, ResetItemMinWidth, SetItemMaxWidth, in GetWaterFlowModifier() 684 … ResetColumnsGap, SetRowsGap, ResetRowsGap, SetItemMinWidth, ResetItemMinWidth, SetItemMaxWidth, in GetCJUIWaterFlowModifier()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/waterflow/ |
H A D | water_flow_regular_test.cpp | 283 model.SetItemMinWidth(AceType::RawPtr(frameNode_), Dimension(300.f));
|
H A D | water_flow_test_ng.cpp | 276 model.SetItemMinWidth(Dimension(10)); 454 model.SetItemMinWidth(Dimension(10)); 526 model.SetItemMinWidth(Dimension(10));
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_water_flow.cpp | 319 WaterFlowModel::GetInstance()->SetItemMinWidth(minWidth); in SetItemConstraintSize()
|