Home
last modified time | relevance | path

Searched refs:jsNavigationContentColor (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.cpp806 napi_value jsNavigationContentColor = nullptr; in SetWindowNavigationBarContentColor() local
807 napi_get_named_property(env, jsObject, "navigationBarContentColor", &jsNavigationContentColor); in SetWindowNavigationBarContentColor()
810 if (GetType(env, jsNavigationContentColor) != napi_undefined) { in SetWindowNavigationBarContentColor()