Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/
H A Dcontainer_modal_pattern.h157 int32_t GetContainerModalTitleHeight();
H A Dcontainer_modal_pattern.cpp603 int32_t ContainerModalPattern::GetContainerModalTitleHeight() in GetContainerModalTitleHeight() function in OHOS::Ace::NG::ContainerModalPattern
/foundation/window/window_manager/test/common/mock/
H A Dmock_uicontent.h100 MOCK_METHOD0(GetContainerModalTitleHeight, int());
/foundation/arkui/ace_engine/test/unittest/core/pattern/container_modal/
H A Dcontainer_modal_test_ng.cpp561 * @tc.desc: Test SetContainerModalHeight and GetContainerModalTitleHeight.
574 EXPECT_EQ(pattern_->GetContainerModalTitleHeight(), 0); in HWTEST_F()
577 EXPECT_EQ(pattern_->GetContainerModalTitleHeight(), 0); in HWTEST_F()
580 EXPECT_EQ(pattern_->GetContainerModalTitleHeight(), height2); in HWTEST_F()
583 EXPECT_EQ(pattern_->GetContainerModalTitleHeight(), height2); in HWTEST_F()
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_ui_content.h96 MOCK_METHOD0(GetContainerModalTitleHeight, int());
/foundation/arkui/ace_engine/test/mock/interfaces/
H A Dmock_uicontent.h101 MOCK_METHOD0(GetContainerModalTitleHeight, int());
/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Dui_content.h304 virtual int32_t GetContainerModalTitleHeight() in GetContainerModalTitleHeight() function in OHOS::OHOS::Ace::UIContent
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.h292 int32_t GetContainerModalTitleHeight() override;
H A Dui_content_impl.cpp3704 int32_t UIContentImpl::GetContainerModalTitleHeight() in GetContainerModalTitleHeight() function in OHOS::Ace::UIContentImpl
3709 return pipeline->GetContainerModalTitleHeight(); in GetContainerModalTitleHeight()
/foundation/arkui/ace_engine/test/unittest/core/pipeline/
H A Dpipeline_context_test_ng_new.cpp1456 pipeline->GetContainerModalTitleHeight(); in HWTEST_F()
1458 pipeline->GetContainerModalTitleHeight(); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
H A Dcalendar_picker_pattern.cpp1090 auto titleHeight = containerPattern->GetContainerModalTitleHeight(); in CalculateDialogOffset()
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.h763 int32_t GetContainerModalTitleHeight();
H A Dpipeline_context.cpp4985 int32_t PipelineContext::GetContainerModalTitleHeight() in GetContainerModalTitleHeight() function in OHOS::Ace::NG::PipelineContext
4995 return containerPattern->GetContainerModalTitleHeight(); in GetContainerModalTitleHeight()
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_session_impl_test2.cpp983 EXPECT_CALL(*uiContent, GetContainerModalTitleHeight()).WillRepeatedly(Return(-1)); in HWTEST_F()
/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp1968 height = uiContent->GetContainerModalTitleHeight(); in GetDecorHeight()

Completed in 37 milliseconds