Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_toggle_bridge.cpp215 Local<JSValueRef> pointColorArg = runtimeCallInfo->GetCallArgRef(INDEX_ARGUMENT_3); in SetSwitchStyle() local
234 if (pointColorArg->IsNull() || pointColorArg->IsUndefined() || in SetSwitchStyle()
235 !ArkTSUtils::ParseJsColorAlpha(vm, pointColorArg, pointColor)) { in SetSwitchStyle()