Searched refs:SetListScrollBarColor (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_list_modifier.cpp | 356 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 D | arkts_native_list_bridge.h | 53 static ArkUINativeModuleValue SetListScrollBarColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_list_bridge.cpp | 525 ArkUINativeModuleValue ListBridge::SetListScrollBarColor(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetListScrollBarColor() function in OHOS::Ace::NG::ListBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 4987 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 D | list_model_ng.h | 103 static void SetListScrollBarColor(FrameNode* frameNode, const std::string& value);
|
H A D | list_model_ng.cpp | 630 void ListModelNG::SetListScrollBarColor(FrameNode* frameNode, const std::string& value) in SetListScrollBarColor() function in OHOS::Ace::NG::ListModelNG
|