/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/container_modal/ |
H A D | container_modal_test_ng.cpp | 597 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 D | container_modal_pattern.h | 158 int32_t GetContainerModalTitleHeight();
|
H A D | container_modal_pattern.cpp | 599 int32_t ContainerModalPattern::GetContainerModalTitleHeight() in GetContainerModalTitleHeight() function in OHOS::Ace::NG::ContainerModalPattern
|
/ohos5.0/foundation/window/window_manager/test/common/mock/ |
H A D | mock_uicontent.h | 100 MOCK_METHOD0(GetContainerModalTitleHeight, int());
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/ |
H A D | mock_ui_content.h | 95 MOCK_METHOD0(GetContainerModalTitleHeight, int());
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/interfaces/ |
H A D | mock_uicontent.h | 100 MOCK_METHOD0(GetContainerModalTitleHeight, int());
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/ |
H A D | ui_content.h | 306 virtual int32_t GetContainerModalTitleHeight() in GetContainerModalTitleHeight() function
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pipeline/ |
H A D | pipeline_context_test_ng_new.cpp | 1457 pipeline->GetContainerModalTitleHeight(); 1459 pipeline->GetContainerModalTitleHeight();
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ui_content_impl.h | 286 int32_t GetContainerModalTitleHeight() override;
|
H A D | ui_content_impl.cpp | 3801 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 D | pipeline_context.h | 734 int32_t GetContainerModalTitleHeight();
|
H A D | pipeline_context.cpp | 4384 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 D | calendar_picker_pattern.cpp | 1075 auto titleHeight = containerPattern->GetContainerModalTitleHeight(); in CalculateDialogOffset()
|
/ohos5.0/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_session_impl_two_test.cpp | 922 EXPECT_CALL(*uiContent, GetContainerModalTitleHeight()).WillRepeatedly(Return(-1));
|
/ohos5.0/foundation/window/window_manager/wm/src/ |
H A D | window_session_impl.cpp | 2119 height = uiContent->GetContainerModalTitleHeight(); in GetDecorHeight()
|