Home
last modified time | relevance | path

Searched refs:SetListScrollBar (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dlist_modifier.cpp223 void SetListScrollBar(NodeHandle node, int32_t barState) in SetListScrollBar() function
227 ListModelNG::SetListScrollBar(frameNode, barState); in SetListScrollBar()
234 ListModelNG::SetListScrollBar(frameNode, DEFAULT_SCROLL_BAR); in ResetListScrollBar()
366 …ResetListFriction, SetListNestedScroll, ResetListNestedScroll, SetListScrollBar, ResetListScrollBa… in GetListModifier()
H A Dnode_list_modifier.cpp313 void SetListScrollBar(ArkUINodeHandle node, ArkUI_Int32 barState) in SetListScrollBar() function
317 ListModelNG::SetListScrollBar(frameNode, barState); in SetListScrollBar()
324 ListModelNG::SetListScrollBar(frameNode, DEFAULT_SCROLL_BAR); in ResetListScrollBar()
709 …etListNestedScroll, SetListNestedScroll, ResetListNestedScroll, GetListScrollBar, SetListScrollBar, in GetListModifier()
739 …etListNestedScroll, SetListNestedScroll, ResetListNestedScroll, GetListScrollBar, SetListScrollBar, in GetCJUIListModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_list_bridge.h49 static ArkUINativeModuleValue SetListScrollBar(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_list_bridge.cpp467 ArkUINativeModuleValue ListBridge::SetListScrollBar(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetListScrollBar() function in OHOS::Ace::NG::ListBridge
H A Darkts_native_api_impl_bridge.cpp4979 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), ListBridge::SetListScrollBar)); in RegisterListAttributes()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_model_ng.h99 static void SetListScrollBar(FrameNode* frameNode, int32_t barState);
H A Dlist_model_ng.cpp593 void ListModelNG::SetListScrollBar(FrameNode* frameNode, int32_t barState) in SetListScrollBar() function in OHOS::Ace::NG::ListModelNG
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/list/
H A Dlist_attr_test_ng.cpp182 model.SetListScrollBar(AceType::RawPtr(frameNode_), 3);
195 model.SetListScrollBar(AceType::RawPtr(frameNode_), 2);
200 model.SetListScrollBar(AceType::RawPtr(frameNode_), -1);