Home
last modified time | relevance | path

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

/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-image-effect.md338 ## systemBarEffect<sup>12+</sup>
340 systemBarEffect()
941 该示例主要演示通过systemBarEffect来实现系统导航条智能反色。
955 .systemBarEffect()
966 ![systemBarEffect](figures/systemBarEffect.png)
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-image-effect.md338 ## systemBarEffect<sup>12+</sup>
340 systemBarEffect()
894 .systemBarEffect()
906 ![systemBarEffect](figures/systemBarEffect.png)
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract_model_ng.h887 void SetSystemBarEffect(bool systemBarEffect) override in SetSystemBarEffect() argument
889 ViewAbstract::SetSystemBarEffect(systemBarEffect); in SetSystemBarEffect()
H A Dview_abstract_model.h251 virtual void SetSystemBarEffect(bool systemBarEffect) = 0;
H A Dview_abstract.h224 static void SetSystemBarEffect(bool systemBarEffect);
H A Dview_abstract.cpp2504 void ViewAbstract::SetSystemBarEffect(bool systemBarEffect) in SetSystemBarEffect() argument
2509 ACE_UPDATE_RENDER_CONTEXT(SystemBarEffect, systemBarEffect); in SetSystemBarEffect()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties.h439 void SetSystemBarEffect(bool systemBarEffect);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Drender_context.h797 virtual void OnSystemBarEffectUpdate(bool systemBarEffect) {} in OnSystemBarEffectUpdate() argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.h474 void OnSystemBarEffectUpdate(bool systemBarEffect) override;
H A Drosen_render_context.cpp4344 void RosenRenderContext::OnSystemBarEffectUpdate(bool systemBarEffect) argument
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties.cpp3475 void RSProperties::SetSystemBarEffect(bool systemBarEffect) in SetSystemBarEffect() argument
3477 systemBarEffect_ = systemBarEffect; in SetSystemBarEffect()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/export/
H A DarkComponent.d.ts238 systemBarEffect(value: null): this;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
H A DArkComponent.ts4627 systemBarEffect(): this {
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js4396 systemBarEffect() { method in ArkComponent