Home
last modified time | relevance | path

Searched refs:unselectedColorArg (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.cpp214 Local<JSValueRef> unselectedColorArg = runtimeCallInfo->GetCallArgRef(INDEX_ARGUMENT_2); in SetSwitchStyle() local
227 if (unselectedColorArg->IsNull() || unselectedColorArg->IsUndefined() || in SetSwitchStyle()
228 !ArkTSUtils::ParseJsColorAlpha(vm, unselectedColorArg, unselectedColor)) { in SetSwitchStyle()