Home
last modified time | relevance | path

Searched refs:GetContainerModalTitleHeight (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/container_modal/
H A Dcontainer_modal_test_ng.cpp597 EXPECT_EQ(pattern_->GetContainerModalTitleHeight(), 0);
600 EXPECT_EQ(pattern_->GetContainerModalTitleHeight(), 0);
603 EXPECT_EQ(pattern_->GetContainerModalTitleHeight(), height2);
606 EXPECT_EQ(pattern_->GetContainerModalTitleHeight(), height2);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/
H A Dcontainer_modal_pattern.h158 int32_t GetContainerModalTitleHeight();
H A Dcontainer_modal_pattern.cpp599 int32_t ContainerModalPattern::GetContainerModalTitleHeight() in GetContainerModalTitleHeight() function in OHOS::Ace::NG::ContainerModalPattern
/ohos5.0/foundation/window/window_manager/test/common/mock/
H A Dmock_uicontent.h100 MOCK_METHOD0(GetContainerModalTitleHeight, int());
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_ui_content.h95 MOCK_METHOD0(GetContainerModalTitleHeight, int());
/ohos5.0/foundation/arkui/ace_engine/test/mock/interfaces/
H A Dmock_uicontent.h100 MOCK_METHOD0(GetContainerModalTitleHeight, int());
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Dui_content.h306 virtual int32_t GetContainerModalTitleHeight() in GetContainerModalTitleHeight() function
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pipeline/
H A Dpipeline_context_test_ng_new.cpp1457 pipeline->GetContainerModalTitleHeight();
1459 pipeline->GetContainerModalTitleHeight();
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.h286 int32_t GetContainerModalTitleHeight() override;
H A Dui_content_impl.cpp3801 int32_t UIContentImpl::GetContainerModalTitleHeight() in GetContainerModalTitleHeight() function in OHOS::Ace::UIContentImpl
3806 return pipeline->GetContainerModalTitleHeight(); in GetContainerModalTitleHeight()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.h734 int32_t GetContainerModalTitleHeight();
H A Dpipeline_context.cpp4384 int32_t PipelineContext::GetContainerModalTitleHeight() in GetContainerModalTitleHeight() function in OHOS::Ace::NG::PipelineContext
4394 return containerPattern->GetContainerModalTitleHeight(); in GetContainerModalTitleHeight()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
H A Dcalendar_picker_pattern.cpp1075 auto titleHeight = containerPattern->GetContainerModalTitleHeight(); in CalculateDialogOffset()
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_session_impl_two_test.cpp922 EXPECT_CALL(*uiContent, GetContainerModalTitleHeight()).WillRepeatedly(Return(-1));
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp2119 height = uiContent->GetContainerModalTitleHeight(); in GetDecorHeight()