Home
last modified time | relevance | path

Searched refs:searchDecoration (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_search_bridge.cpp769 int32_t searchDecoration = static_cast<int32_t>(theme->GetTextStyle().GetTextDecoration()); in SetDecoration() local
771 searchDecoration = secondArg->Int32Value(vm); in SetDecoration()
779 nativeNode, searchDecoration, color.GetValue(), textDecorationStyle); in SetDecoration()