/foundation/arkui/ace_engine/frameworks/core/components/container_modal/ |
H A D | container_modal_element.h | 34 void ShowTitle(bool isShow, bool hasDeco = true, bool needUpdate = false);
|
H A D | container_modal_element.cpp | 114 void ContainerModalElement::ShowTitle(bool isShow, bool hasDeco, bool needUpdate) in ShowTitle() argument 127 hasDeco_ = hasDeco; in ShowTitle() 128 TAG_LOGI(AceLogTag::ACE_APPBAR, "ShowTitle isShow: %{public}d, windowMode: %{public}d, hasDeco: %{public}d", in ShowTitle()
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ace_ability.h | 55 void OnModeChange(OHOS::Rosen::WindowMode mode, bool hasDeco = true) override; 99 void OnModeChange(OHOS::Rosen::WindowMode mode, bool hasDeco = true);
|
H A D | ace_ability.cpp | 176 void AceWindowListener::OnModeChange(OHOS::Rosen::WindowMode mode, bool hasDeco) in OnModeChange() argument 179 callbackOwner_->OnModeChange(mode, hasDeco); in OnModeChange() 720 void AceAbility::OnModeChange(OHOS::Rosen::WindowMode mode, bool hasDeco) in OnModeChange() argument 729 [container, mode, hasDeco]() { in OnModeChange() 732 pipelineContext->ShowContainerTitle(mode == OHOS::Rosen::WindowMode::WINDOW_MODE_FLOATING, hasDeco); in OnModeChange()
|
H A D | ui_content_impl.h | 102 void UpdateWindowMode(OHOS::Rosen::WindowMode mode, bool hasDeco = true) override; 103 void UpdateDecorVisible(bool visible, bool hasDeco) override;
|
H A D | ui_content_impl.cpp | 2638 void UIContentImpl::UpdateWindowMode(OHOS::Rosen::WindowMode mode, bool hasDeco) in UpdateWindowMode() argument 2640 LOGI("[%{public}s][%{public}s][%{public}d]: UpdateWindowMode: %{public}d, hasDeco: %{public}d", in UpdateWindowMode() 2641 bundleName_.c_str(), moduleName_.c_str(), instanceId_, mode, hasDeco); in UpdateWindowMode() 2642 UpdateDecorVisible(mode == OHOS::Rosen::WindowMode::WINDOW_MODE_FLOATING, hasDeco); in UpdateWindowMode() 2645 void UIContentImpl::UpdateDecorVisible(bool visible, bool hasDeco) in UpdateDecorVisible() argument 2647 LOGI("[%{public}s][%{public}s][%{public}d]: UpdateWindowVisible: %{public}d, hasDeco: %{public}d", in UpdateDecorVisible() 2648 bundleName_.c_str(), moduleName_.c_str(), instanceId_, visible, hasDeco); in UpdateDecorVisible() 2654 auto task = [container, visible, hasDeco]() { in UpdateDecorVisible() 2657 pipelineContext->ShowContainerTitle(visible, hasDeco); in UpdateDecorVisible()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/enhance/ |
H A D | container_modal_pattern_enhance.h | 31 void ShowTitle(bool isShow, bool hasDeco = true, bool needUpdate = false) override;
|
H A D | container_modal_pattern_enhance.cpp | 160 void ContainerModalPatternEnhance::ShowTitle(bool isShow, bool hasDeco, bool needUpdate) in ShowTitle() argument 183 isShow = isShow && hasDeco; in ShowTitle()
|
/foundation/window/window_manager/interfaces/kits/napi/extension_window/ |
H A D | js_extension_window_listener.h | 44 void OnModeChange(WindowMode mode, bool hasDeco) override;
|
H A D | js_extension_window_listener.cpp | 118 void JsExtensionWindowListener::OnModeChange(WindowMode mode, bool hasDeco)
in OnModeChange() argument
|
/foundation/window/window_manager/interfaces/kits/cj/window_runtime/ |
H A D | window_listener.h | 70 void OnModeChange(WindowMode mode, bool hasDeco) override;
|
H A D | window_listener.cpp | 65 void CjWindowListener::OnModeChange(WindowMode mode, bool hasDeco) in OnModeChange() argument
|
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/ |
H A D | mock_ui_content.h | 56 MOCK_METHOD2(UpdateWindowMode, void(OHOS::Rosen::WindowMode mode, bool hasDeco)); 58 MOCK_METHOD2(UpdateDecorVisible, void(bool visible, bool hasDeco));
|
/foundation/arkui/ace_engine/adapter/preview/entrance/ |
H A D | ui_content_impl.h | 84 void UpdateWindowMode(OHOS::Rosen::WindowMode mode, bool hasDeco = true) override {} 85 void UpdateDecorVisible(bool visible, bool hasDeco = true) override {};
|
/foundation/arkui/ace_engine/test/mock/interfaces/ |
H A D | mock_uicontent.h | 61 MOCK_METHOD2(UpdateWindowMode, void(OHOS::Rosen::WindowMode mode, bool hasDeco)); 63 MOCK_METHOD2(UpdateDecorVisible, void(bool visible, bool hasDeco));
|
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/ |
H A D | js_window_listener.h | 80 void OnModeChange(WindowMode mode, bool hasDeco) override;
|
H A D | js_window_listener.cpp | 111 void JsWindowListener::OnModeChange(WindowMode mode, bool hasDeco)
in OnModeChange() argument
|
/foundation/arkui/ace_engine/interfaces/inner_api/ace/ |
H A D | ui_content.h | 145 virtual void UpdateWindowMode(OHOS::Rosen::WindowMode mode, bool hasDeco = true) = 0; 422 virtual void UpdateDecorVisible(bool visible, bool hasDeco = true) {}; in UpdateDecorVisible()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/ |
H A D | container_modal_pattern.h | 69 virtual void ShowTitle(bool isShow, bool hasDeco = true, bool needUpdate = false);
|
H A D | container_modal_pattern.cpp | 49 void ContainerModalPattern::ShowTitle(bool isShow, bool hasDeco, bool needUpdate)
in ShowTitle() argument 72 hasDeco_ = hasDeco;
in ShowTitle() 73 TAG_LOGI(AceLogTag::ACE_APPBAR, "ShowTitle isShow: %{public}d, windowMode: %{public}d, hasDeco: %{public}d",
in ShowTitle()
|
/foundation/window/window_manager/test/common/mock/ |
H A D | mock_uicontent.h | 55 MOCK_METHOD2(UpdateWindowMode, void(OHOS::Rosen::WindowMode mode, bool hasDeco));
|
/foundation/arkui/ace_engine/frameworks/core/pipeline/ |
H A D | pipeline_context.h | 346 void ShowContainerTitle(bool isShow, bool hasDeco = true, bool needUpdate = false) override;
|
H A D | pipeline_base.h | 248 virtual void ShowContainerTitle(bool isShow, bool hasDeco = true, bool needUpdate = false) = 0;
|
/foundation/window/window_manager/wm/include/ |
H A D | window_session_impl.h | 304 void NotifyModeChange(WindowMode mode, bool hasDeco = true);
|
/foundation/arkui/ace_engine/test/mock/core/pipeline/ |
H A D | mock_pipeline_context.cpp | 374 void PipelineContext::ShowContainerTitle(bool isShow, bool hasDeco, bool needUpdate) {} in ShowContainerTitle() argument
|