Home
last modified time | relevance | path

Searched refs:SetContainerModalTitleHeight (Results 1 - 13 of 13) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/
H A Dcontainer_modal_pattern.h156 void SetContainerModalTitleHeight(int32_t height);
H A Dcontainer_modal_pattern.cpp587 void ContainerModalPattern::SetContainerModalTitleHeight(int32_t height) in SetContainerModalTitleHeight() function in OHOS::Ace::NG::ContainerModalPattern
589 TAG_LOGI(AceLogTag::ACE_APPBAR, "ContainerModal SetContainerModalTitleHeight height=%{public}d", height); in SetContainerModalTitleHeight()
/foundation/window/window_manager/test/common/mock/
H A Dmock_uicontent.h99 MOCK_METHOD1(SetContainerModalTitleHeight, void(int height));
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_ui_content.h95 MOCK_METHOD1(SetContainerModalTitleHeight, void(int height));
/foundation/arkui/ace_engine/test/mock/interfaces/
H A Dmock_uicontent.h100 MOCK_METHOD1(SetContainerModalTitleHeight, void(int height));
/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Dui_content.h302 virtual void SetContainerModalTitleHeight(int height) {} in SetContainerModalTitleHeight() function in OHOS::OHOS::Ace::UIContent
/foundation/arkui/ace_engine/test/unittest/core/pattern/container_modal/
H A Dcontainer_modal_test_ng.cpp573 pattern_->SetContainerModalTitleHeight(height1); in HWTEST_F()
579 pattern_->SetContainerModalTitleHeight(height2); in HWTEST_F()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.h291 void SetContainerModalTitleHeight(int32_t height) override;
H A Dui_content_impl.cpp3686 void UIContentImpl::SetContainerModalTitleHeight(int32_t height) in SetContainerModalTitleHeight() function in OHOS::Ace::UIContentImpl
3694 pipeline->SetContainerModalTitleHeight(height); in SetContainerModalTitleHeight()
/foundation/arkui/ace_engine/test/unittest/core/pipeline/
H A Dpipeline_context_test_ng_new.cpp1452 pipeline->SetContainerModalTitleHeight(0); in HWTEST_F()
1463 pipeline->SetContainerModalTitleHeight(0); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.h762 void SetContainerModalTitleHeight(int32_t height);
H A Dpipeline_context.cpp4972 void PipelineContext::SetContainerModalTitleHeight(int32_t height) in SetContainerModalTitleHeight() function in OHOS::Ace::NG::PipelineContext
4982 containerPattern->SetContainerModalTitleHeight(height); in SetContainerModalTitleHeight()
/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp1949 uiContent->SetContainerModalTitleHeight(decorHeightWithPx); in SetDecorHeight()

Completed in 43 milliseconds