Home
last modified time | relevance | path

Searched refs:isNavigationBarLightIcon (Results 1 - 5 of 5) sorted by relevance

/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
H A Dwindow_utils.h80 bool isNavigationBarLightIcon; member
H A Dwindow_impl.h44 bool isNavigationBarLightIcon; member
H A Dwindow_ffi.cpp761 cProperties.isNavigationBarLightIcon = properties.isNavigationBarLightIcon; in FFiOHOSWindowSetWindowSystemBarProperties()
H A Dwindow_impl.cpp1029 if (cProperties.isNavigationBarLightIcon) { in SetBarPropertyMap()
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window_utils.cpp503 napi_set_named_property(env, objValue, "isNavigationBarLightIcon", in CreateJsSystemBarPropertiesObject()
854 napi_get_named_property(env, jsObject, "isNavigationBarLightIcon", &jsNavigationIcon); in SetWindowNavigationBarContentColor()
860 bool isNavigationBarLightIcon; in SetWindowNavigationBarContentColor() local
861 if (!ConvertFromJsValue(env, jsNavigationIcon, isNavigationBarLightIcon)) { in SetWindowNavigationBarContentColor()
865 if (isNavigationBarLightIcon) { in SetWindowNavigationBarContentColor()

Completed in 8 milliseconds