Home
last modified time | relevance | path

Searched refs:jsStatusContentColor (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.cpp778 napi_value jsStatusContentColor = nullptr; in SetWindowStatusBarContentColor() local
779 napi_get_named_property(env, jsObject, "statusBarContentColor", &jsStatusContentColor); in SetWindowStatusBarContentColor()
782 if (GetType(env, jsStatusContentColor) != napi_undefined) { in SetWindowStatusBarContentColor()