Home
last modified time | relevance | path

Searched refs:GetListNestedScroll (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_list_modifier.cpp275 void GetListNestedScroll(ArkUINodeHandle node, ArkUI_Int32 (*values)[2]) in GetListNestedScroll() function
279 NestedScrollOptions options = ListModelNG::GetListNestedScroll(frameNode); in GetListNestedScroll()
709GetListNestedScroll, SetListNestedScroll, ResetListNestedScroll, GetListScrollBar, SetListScrollBa… in GetListModifier()
739GetListNestedScroll, SetListNestedScroll, ResetListNestedScroll, GetListScrollBar, SetListScrollBa… in GetCJUIListModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_model_ng.h126 static NestedScrollOptions GetListNestedScroll(FrameNode* frameNode);
H A Dlist_model_ng.cpp578 NestedScrollOptions ListModelNG::GetListNestedScroll(FrameNode* frameNode) in GetListNestedScroll() function in OHOS::Ace::NG::ListModelNG