Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_list_modifier.cpp306 ArkUI_Int32 GetListScrollBar(ArkUINodeHandle node) in GetListScrollBar() function
310 return ListModelNG::GetListScrollBar(frameNode); in GetListScrollBar()
709 …GetListNestedScroll, SetListNestedScroll, ResetListNestedScroll, GetListScrollBar, SetListScrollBa… in GetListModifier()
739 …GetListNestedScroll, SetListNestedScroll, ResetListNestedScroll, GetListScrollBar, SetListScrollBa… in GetCJUIListModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_model_ng.h98 static int32_t GetListScrollBar(FrameNode* frameNode);
H A Dlist_model_ng.cpp587 int32_t ListModelNG::GetListScrollBar(FrameNode* frameNode) in GetListScrollBar() function in OHOS::Ace::NG::ListModelNG