/ohos5.0/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 | 177 void AceWindowListener::OnModeChange(OHOS::Rosen::WindowMode mode, bool hasDeco) in OnModeChange() argument 180 callbackOwner_->OnModeChange(mode, hasDeco); in OnModeChange() 715 void AceAbility::OnModeChange(OHOS::Rosen::WindowMode mode, bool hasDeco) in OnModeChange() argument 724 [container, mode, hasDeco]() { in OnModeChange() 727 …ipelineContext->ShowContainerTitle(mode == OHOS::Rosen::WindowMode::WINDOW_MODE_FLOATING, hasDeco); in OnModeChange()
|
H A D | ui_content_impl.h | 106 void UpdateWindowMode(OHOS::Rosen::WindowMode mode, bool hasDeco = true) override; 107 void UpdateDecorVisible(bool visible, bool hasDeco) override;
|
H A D | ui_content_impl.cpp | 2687 void UIContentImpl::UpdateWindowMode(OHOS::Rosen::WindowMode mode, bool hasDeco) in UpdateWindowMode() argument 2690 bundleName_.c_str(), moduleName_.c_str(), instanceId_, mode, hasDeco); in UpdateWindowMode() 2692 UpdateDecorVisible(mode == OHOS::Rosen::WindowMode::WINDOW_MODE_FLOATING, hasDeco); in UpdateWindowMode() 2711 void UIContentImpl::UpdateDecorVisible(bool visible, bool hasDeco) in UpdateDecorVisible() argument 2715 bundleName_.c_str(), moduleName_.c_str(), instanceId_, visible, hasDeco); in UpdateDecorVisible() 2721 auto task = [container, visible, hasDeco]() { in UpdateDecorVisible() 2724 pipelineContext->ShowContainerTitle(visible, hasDeco); in UpdateDecorVisible()
|
/ohos5.0/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()
|
/ohos5.0/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));
|
/ohos5.0/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));
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/enhance/ |
H A D | container_modal_pattern_enhance.h | 32 void ShowTitle(bool isShow, bool hasDeco = true, bool needUpdate = false) override;
|
H A D | container_modal_pattern_enhance.cpp | 52 void ContainerModalPatternEnhance::ShowTitle(bool isShow, bool hasDeco, bool needUpdate) in ShowTitle() argument 75 isShow = isShow && hasDeco; in ShowTitle()
|
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/extension_window/ |
H A D | js_extension_window_listener.h | 47 void OnModeChange(WindowMode mode, bool hasDeco) override;
|
H A D | js_extension_window_listener.cpp | 153 void JsExtensionWindowListener::OnModeChange(WindowMode mode, bool hasDeco) in OnModeChange() argument
|
/ohos5.0/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 {};
|
/ohos5.0/foundation/window/window_manager/interfaces/kits/cj/window_runtime/ |
H A D | window_listener.cpp | 65 void CjWindowListener::OnModeChange(WindowMode mode, bool hasDeco) in OnModeChange() argument
|
H A D | window_listener.h | 72 void OnModeChange(WindowMode mode, bool hasDeco) override;
|
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/ |
H A D | js_window_listener.h | 82 void OnModeChange(WindowMode mode, bool hasDeco) override;
|
H A D | js_window_listener.cpp | 105 void JsWindowListener::OnModeChange(WindowMode mode, bool hasDeco) in OnModeChange() argument
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/ |
H A D | ui_content.h | 146 virtual void UpdateWindowMode(OHOS::Rosen::WindowMode mode, bool hasDeco = true) = 0; 418 virtual void UpdateDecorVisible(bool visible, bool hasDeco = true) {};
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/ |
H A D | container_modal_pattern.h | 67 virtual void ShowTitle(bool isShow, bool hasDeco = true, bool needUpdate = false);
|
H A D | container_modal_pattern.cpp | 55 void ContainerModalPattern::ShowTitle(bool isShow, bool hasDeco, bool needUpdate) in ShowTitle() argument 78 hasDeco_ = hasDeco; in ShowTitle()
|
/ohos5.0/foundation/window/window_manager/test/common/mock/ |
H A D | mock_uicontent.h | 56 MOCK_METHOD2(UpdateWindowMode, void(OHOS::Rosen::WindowMode mode, bool hasDeco));
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/pipeline/ |
H A D | mock_pipeline_context.cpp | 232 void PipelineContext::ShowContainerTitle(bool isShow, bool hasDeco, bool needUpdate) {} in ShowContainerTitle() argument
|
/ohos5.0/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;
|
/ohos5.0/foundation/window/window_manager/wm/include/ |
H A D | window_impl.h | 379 void NotifyModeChange(WindowMode mode, bool hasDeco = true);
|
H A D | window_session_impl.h | 308 void NotifyModeChange(WindowMode mode, bool hasDeco = true);
|