Home
last modified time | relevance | path

Searched refs:SetWindowContainerColor (Results 1 - 21 of 21) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/
H A Dcontainer_modal_pattern.h79 virtual void SetWindowContainerColor(const Color& activeColor, const Color& inactiveColor);
H A Dcontainer_modal_pattern.cpp519 void ContainerModalPattern::SetWindowContainerColor(const Color& activeColor, const Color& inactiveColor) in SetWindowContainerColor() function in OHOS::Ace::NG::ContainerModalPattern
/foundation/window/window_manager/test/common/mock/
H A Dmock_uicontent.h60 MOCK_METHOD2(SetWindowContainerColor, void(uint32_t activeColor, uint32_t inactiveColor));
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_ui_content.h63 MOCK_METHOD2(SetWindowContainerColor, void(uint32_t activeColor, uint32_t inactiveColor));
/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dui_content_impl.h93 void SetWindowContainerColor(uint32_t activeColor, uint32_t inactiveColor) override;
H A Dui_content_impl.cpp481 void UIContentImpl::SetWindowContainerColor(uint32_t activeColor, uint32_t inactiveColor) in SetWindowContainerColor() function in OHOS::Ace::UIContentImpl
483 TAG_LOGI(AceLogTag::ACE_APPBAR, "[%{public}s][%{public}s][%{public}d]: SetWindowContainerColor:" in SetWindowContainerColor()
495 pipelineContext->SetWindowContainerColor(Color(activeColor), Color(inactiveColor)); in SetWindowContainerColor()
/foundation/arkui/ace_engine/test/mock/interfaces/
H A Dmock_uicontent.h68 MOCK_METHOD2(SetWindowContainerColor, void(uint32_t activeColor, uint32_t inactiveColor));
/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Dui_content.h159 virtual void SetWindowContainerColor(uint32_t activeColor, uint32_t inactiveColor) = 0;
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_session_impl_test4.cpp1365 * @tc.desc: SetWindowContainerColor
1373 option->SetWindowName("SetWindowContainerColor"); in HWTEST_F()
1379 WMError res = window->SetWindowContainerColor(activeColor, inactiveColor); in HWTEST_F()
1386 * @tc.desc: SetWindowContainerColor
1394 option->SetWindowName("SetWindowContainerColor"); in HWTEST_F()
1400 WMError res = window->SetWindowContainerColor(activeColor, inactiveColor); in HWTEST_F()
1407 * @tc.desc: SetWindowContainerColor
1415 option->SetWindowName("SetWindowContainerColor"); in HWTEST_F()
1425 WMError res = window->SetWindowContainerColor(activeColor, inactiveColor); in HWTEST_F()
1432 * @tc.desc: SetWindowContainerColor
[all...]
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.h115 void SetWindowContainerColor(uint32_t activeColor, uint32_t inactiveColor) override;
H A Dui_content_impl.cpp2227 void UIContentImpl::SetWindowContainerColor(uint32_t activeColor, uint32_t inactiveColor) in SetWindowContainerColor() function in OHOS::Ace::UIContentImpl
2229 TAG_LOGI(AceLogTag::ACE_APPBAR, "[%{public}s][%{public}s][%{public}d]: SetWindowContainerColor:" in SetWindowContainerColor()
2241 pipelineContext->SetWindowContainerColor(Color(activeColor), Color(inactiveColor)); in SetWindowContainerColor()
/foundation/window/window_manager/previewer/include/
H A Dwindow.h340 virtual WMError SetWindowContainerColor(const std::string& activeColor, const std::string& inactiveColor) in SetWindowContainerColor() function in OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::Rosen::Window
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window.h89 static napi_value SetWindowContainerColor(napi_env env, napi_callback_info info);
H A Djs_window.cpp866 napi_value JsWindow::SetWindowContainerColor(napi_env env, napi_callback_info info) in SetWindowContainerColor() function in OHOS::Rosen::JsWindow
6329 WMError errCode = windowToken_->SetWindowContainerColor(activeColor, inactiveColor); in OnSetWindowContainerColor()
7034 BindNativeFunction(env, object, "setWindowContainerColor", moduleName, JsWindow::SetWindowContainerColor); in BindFunctions()
/foundation/window/window_manager/wm/include/
H A Dwindow_session_impl.h200 WMError SetWindowContainerColor(const std::string& activeColor, const std::string& inactiveColor) override;
/foundation/arkui/ace_engine/test/mock/core/pipeline/
H A Dmock_pipeline_context.cpp382 void PipelineContext::SetWindowContainerColor(const Color& activeColor, const Color& inactiveColor) {}; in SetWindowContainerColor() function in OHOS::OHOS::Ace::NG::PipelineContext
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.h358 virtual void SetWindowContainerColor(const Color& activeColor, const Color& inactiveColor) {} in SetWindowContainerColor() function in OHOS::OHOS::Ace::PipelineBase
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.h272 void SetWindowContainerColor(const Color& activeColor, const Color& inactiveColor) override;
H A Dpipeline_context.cpp4732 void PipelineContext::SetWindowContainerColor(const Color& activeColor, const Color& inactiveColor) in SetWindowContainerColor() function in OHOS::Ace::NG::PipelineContext
4743 containerPattern->SetWindowContainerColor(activeColor, inactiveColor); in SetWindowContainerColor()
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h1957 virtual WMError SetWindowContainerColor(const std::string& activeColor, const std::string& inactiveColor) in SetWindowContainerColor() function in OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::Rosen::Window
/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp2562 WMError WindowSessionImpl::SetWindowContainerColor(const std::string& activeColor, const std::string& inactiveColor) in SetWindowContainerColor() function in OHOS::OHOS::Rosen::WindowSessionImpl
2586 uiContent->SetWindowContainerColor(activeColorValue, inactiveColorValue); in SetWindowContainerColor()

Completed in 60 milliseconds