Home
last modified time | relevance | path

Searched refs:typingArg (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_text_input_bridge.cpp1038 Local<JSValueRef> typingArg = runtimeCallInfo->GetCallArgRef(3); // 3: typing value in SetUnderlineColor() local
1046 } else if (!normalArg->IsUndefined() || !typingArg->IsUndefined() || in SetUnderlineColor()
1050 if (ArkTSUtils::ParseJsColorAlpha(vm, typingArg, typingColor)) { in SetUnderlineColor()