Searched refs:SetListScrollBar (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | list_modifier.cpp | 223 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 D | node_list_modifier.cpp | 313 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 D | arkts_native_list_bridge.h | 49 static ArkUINativeModuleValue SetListScrollBar(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_list_bridge.cpp | 467 ArkUINativeModuleValue ListBridge::SetListScrollBar(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetListScrollBar() function in OHOS::Ace::NG::ListBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 4979 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 D | list_model_ng.h | 99 static void SetListScrollBar(FrameNode* frameNode, int32_t barState);
|
H A D | list_model_ng.cpp | 593 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 D | list_attr_test_ng.cpp | 182 model.SetListScrollBar(AceType::RawPtr(frameNode_), 3); 195 model.SetListScrollBar(AceType::RawPtr(frameNode_), 2); 200 model.SetListScrollBar(AceType::RawPtr(frameNode_), -1);
|