Searched refs:SetWaterflowFooter (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | water_flow_modifier.cpp | 565 void SetWaterflowFooter(ArkUINodeHandle node, ArkUINodeHandle footer) in SetWaterflowFooter() function 571 WaterFlowModelNG::SetWaterflowFooter(frameNode, footerNode); in SetWaterflowFooter() 578 WaterFlowModelNG::SetWaterflowFooter(frameNode, nullptr); in ResetWaterflowFooter() 673 … GetWaterFlowEnableScrollInteraction, GetWaterFlowFriction, SetScrollToIndex, SetWaterflowFooter, in GetWaterFlowModifier() 694 …GetWaterFlowFriction, SetWaterflowFooter, ResetWaterflowFooter, SetScrollToIndex, SetWaterFlowFlin… in GetCJUIWaterFlowModifier()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/ |
H A D | water_flow_model_ng.h | 115 static void SetWaterflowFooter(FrameNode* frameNode, FrameNode* footerNode);
|
H A D | water_flow_model_ng.cpp | 654 void WaterFlowModelNG::SetWaterflowFooter(FrameNode* frameNode, FrameNode* footerNode) in SetWaterflowFooter() function in OHOS::Ace::NG::WaterFlowModelNG
|