Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/
H A Dcontainer_modal_pattern.h157 void SetContainerModalTitleHeight(int32_t height);
H A Dcontainer_modal_pattern.cpp583 void ContainerModalPattern::SetContainerModalTitleHeight(int32_t height) in SetContainerModalTitleHeight() function in OHOS::Ace::NG::ContainerModalPattern
/ohos5.0/foundation/window/window_manager/test/common/mock/
H A Dmock_uicontent.h99 MOCK_METHOD1(SetContainerModalTitleHeight, void(int height));
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_ui_content.h94 MOCK_METHOD1(SetContainerModalTitleHeight, void(int height));
/ohos5.0/foundation/arkui/ace_engine/test/mock/interfaces/
H A Dmock_uicontent.h99 MOCK_METHOD1(SetContainerModalTitleHeight, void(int height));
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/container_modal/
H A Dcontainer_modal_test_ng.cpp596 pattern_->SetContainerModalTitleHeight(height1);
602 pattern_->SetContainerModalTitleHeight(height2);
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Dui_content.h304 virtual void SetContainerModalTitleHeight(int height) {} in SetContainerModalTitleHeight() function
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pipeline/
H A Dpipeline_context_test_ng_new.cpp1453 pipeline->SetContainerModalTitleHeight(0);
1464 pipeline->SetContainerModalTitleHeight(0);
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.h285 void SetContainerModalTitleHeight(int32_t height) override;
H A Dui_content_impl.cpp3783 void UIContentImpl::SetContainerModalTitleHeight(int32_t height) in SetContainerModalTitleHeight() function in OHOS::Ace::UIContentImpl
3791 pipeline->SetContainerModalTitleHeight(height); in SetContainerModalTitleHeight()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.h733 void SetContainerModalTitleHeight(int32_t height);
H A Dpipeline_context.cpp4371 void PipelineContext::SetContainerModalTitleHeight(int32_t height) in SetContainerModalTitleHeight() function in OHOS::Ace::NG::PipelineContext
4381 containerPattern->SetContainerModalTitleHeight(height); in SetContainerModalTitleHeight()
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp2098 uiContent->SetContainerModalTitleHeight(decorHeightWithPx); in SetDecorHeight()