Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window_utils.cpp808 napi_value jsNavigationIcon = nullptr; in SetWindowNavigationBarContentColor() local
809 napi_get_named_property(env, jsObject, "isNavigationBarLightIcon", &jsNavigationIcon); in SetWindowNavigationBarContentColor()
814 } else if (GetType(env, jsNavigationIcon) != napi_undefined) { in SetWindowNavigationBarContentColor()
816 if (!ConvertFromJsValue(env, jsNavigationIcon, isNavigationBarLightIcon)) { in SetWindowNavigationBarContentColor()