Searched refs:unselectedColorArg (Results 1 – 1 of 1) sorted by relevance
214 Local<JSValueRef> unselectedColorArg = runtimeCallInfo->GetCallArgRef(INDEX_ARGUMENT_2); in SetSwitchStyle() local227 if (unselectedColorArg->IsNull() || unselectedColorArg->IsUndefined() || in SetSwitchStyle()228 !ArkTSUtils::ParseJsColorAlpha(vm, unselectedColorArg, unselectedColor)) { in SetSwitchStyle()