Home
last modified time | relevance | path

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

/ohos5.0/docs/en/application-dev/faqs/
H A Dfaqs-window-manager.md105 ## Why do the isStatusBarLightIcon and isNavigationBarLightIcon attributes set by calling setWindow…
111isNavigationBarLightIcon** attributes turn the font white when set to **true**. If **statusBarCont…
/ohos5.0/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
H A Dwindow_impl.h44 bool isNavigationBarLightIcon; member
H A Dwindow_utils.h80 bool isNavigationBarLightIcon; member
H A Dwindow_ffi.cpp761 cProperties.isNavigationBarLightIcon = properties.isNavigationBarLightIcon; in FFiOHOSWindowSetWindowSystemBarProperties()
H A Dwindow_impl.cpp1029 if (cProperties.isNavigationBarLightIcon) { in SetBarPropertyMap()
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-window.md63 | ohos.window | SystemBarProperties | isNavigationBarLightIcon?: boolean; | 新增 |
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window_utils.cpp815 bool isNavigationBarLightIcon; in SetWindowNavigationBarContentColor() local
816 if (!ConvertFromJsValue(env, jsNavigationIcon, isNavigationBarLightIcon)) { in SetWindowNavigationBarContentColor()
820 if (isNavigationBarLightIcon) { in SetWindowNavigationBarContentColor()
/ohos5.0/docs/zh-cn/application-dev/faqs/
H A Dfaqs-window-manager.md111 …LightIcon状态栏字体高亮属性就不生效;同理,如果设置了导航栏内容颜色navigationBarContentColor,isNavigationBarLightIcon导航栏字体高亮属性就…
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-window.md63 | ohos.window | SystemBarProperties | isNavigationBarLightIcon?: boolean; | Added|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A Djs-apis-window.md80 | isNavigationBarLightIcon<sup>7+</sup> | boolean | 否 | 导航栏图标是否为高亮状态。true表示高亮;false表示不高亮。默认值:f…
81 …ContentColor<sup>8+</sup> | string | 否 | 导航栏文字颜色。当设置此属性后, `isNavigationBarLightIcon`属性设置无效。默认…
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A Djs-apis-window.md80 | isNavigationBarLightIcon<sup>7+</sup> | boolean | No | Whether any icon on the navigation bar…
81 …he navigation bar. After this property is set, the setting of **isNavigationBarLightIcon** is inva…