Home
last modified time | relevance | path

Searched refs:argColor (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_water_flow_bridge.cpp478 Local<JSValueRef> argColor = runtimeCallInfo->GetCallArgRef(NUM_1); in SetScrollBarColor() local
481 … if (!ArkTSUtils::ParseJsString(vm, argColor, color) || argColor->IsUndefined() || color.empty()) { in SetScrollBarColor()
H A Darkts_native_list_bridge.cpp530 Local<JSValueRef> argColor = runtimeCallInfo->GetCallArgRef(LIST_ARG_INDEX_1); in SetListScrollBarColor() local
533 … if (!ArkTSUtils::ParseJsString(vm, argColor, color) || argColor->IsUndefined() || color.empty()) { in SetListScrollBarColor()