Home
last modified time | relevance | path

Searched refs:SetListScrollBarColor (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_list_modifier.cpp356 void SetListScrollBarColor(ArkUINodeHandle node, ArkUI_CharPtr value) in SetListScrollBarColor() function
361 ListModelNG::SetListScrollBarColor(frameNode, value); in SetListScrollBarColor()
368 ListModelNG::SetListScrollBarColor(frameNode, "#FF000000"); in ResetListScrollBarColor()
711 …GetListScrollBarColor, SetListScrollBarColor, ResetListScrollBarColor, GetAlignListItem, SetAlignL… in GetListModifier()
741 …GetListScrollBarColor, SetListScrollBarColor, ResetListScrollBarColor, GetAlignListItem, SetAlignL… in GetCJUIListModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_list_bridge.h53 static ArkUINativeModuleValue SetListScrollBarColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_list_bridge.cpp525 ArkUINativeModuleValue ListBridge::SetListScrollBarColor(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetListScrollBarColor() function in OHOS::Ace::NG::ListBridge
H A Darkts_native_api_impl_bridge.cpp4987 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), ListBridge::SetListScrollBarColor)); in RegisterListAttributes()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_model_ng.h103 static void SetListScrollBarColor(FrameNode* frameNode, const std::string& value);
H A Dlist_model_ng.cpp630 void ListModelNG::SetListScrollBarColor(FrameNode* frameNode, const std::string& value) in SetListScrollBarColor() function in OHOS::Ace::NG::ListModelNG