/ohos5.0/foundation/arkui/ace_engine/test/mock/core/pipeline/ |
H A D | mock_pipeline_context.h | 37 MOCK_CONST_METHOD0(GetSafeAreaWithoutProcess, SafeAreaInsets());
|
H A D | mock_pipeline_context.cpp | 557 SafeAreaInsets PipelineContext::GetSafeAreaWithoutProcess() const in GetSafeAreaWithoutProcess() function in OHOS::Ace::NG::PipelineContext
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/ |
H A D | toast_pattern.cpp | 66 …safeArea ? safeArea->bottom_.Length() : safeAreaManager->GetSafeAreaWithoutProcess().bottom_.Lengt… in InitWrapperRect() 499 … auto bottom = safeAreaManager ? safeAreaManager->GetSafeAreaWithoutProcess().bottom_.Length() : 0; in GetTextMaxHeight() 500 auto top = safeAreaManager ? safeAreaManager->GetSafeAreaWithoutProcess().top_.Length() : 0; in GetTextMaxHeight()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/safe_area/ |
H A D | safe_area_manager.h | 205 SafeAreaInsets GetSafeAreaWithoutProcess() const;
|
H A D | safe_area_manager.cpp | 237 SafeAreaInsets SafeAreaManager::GetSafeAreaWithoutProcess() const in GetSafeAreaWithoutProcess() function in OHOS::Ace::NG::SafeAreaManager
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/manager/ |
H A D | safe_area_manager_test_ng.cpp | 354 res = safeAreaManager_->GetSafeAreaWithoutProcess();
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/ |
H A D | overlay_test_update.cpp | 1705 …safeArea ? safeArea->bottom_.Length() : safeAreaManager->GetSafeAreaWithoutProcess().bottom_.Lengt… 1765 …safeArea ? safeArea->bottom_.Length() : safeAreaManager->GetSafeAreaWithoutProcess().bottom_.Lengt…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/ |
H A D | select_overlay_layout_algorithm.cpp | 646 auto safeAreaBottom = safeAreaManager->GetSafeAreaWithoutProcess().bottom_.start; in NewMenuAvoidStrategy()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/ |
H A D | menu_layout_algorithm.cpp | 373 auto safeAreaInsets = safeAreaManager->GetSafeAreaWithoutProcess(); in InitializeParam() 477 auto safeAreaInsets = safeAreaManager->GetSafeAreaWithoutProcess(); in InitWrapperRect() 502 auto safeAreaInsets = safeAreaManager->GetSafeAreaWithoutProcess(); in GetBottomBySafeAreaManager()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/ |
H A D | pipeline_context.h | 366 virtual SafeAreaInsets GetSafeAreaWithoutProcess() const;
|
H A D | pipeline_context.cpp | 1662 PipelineBase::SafeAreaInsets PipelineContext::GetSafeAreaWithoutProcess() const in GetSafeAreaWithoutProcess() function in OHOS::Ace::NG::PipelineContext 1664 return safeAreaManager_->GetSafeAreaWithoutProcess(); in GetSafeAreaWithoutProcess()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/ |
H A D | dialog_layout_algorithm.cpp | 907 safeAreaInsets_ = context->GetSafeAreaWithoutProcess(); in UpdateSafeArea()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | navigation_title_util.cpp | 944 auto safeArea = pipelineContext->GetSafeAreaWithoutProcess(); in CalculateTitlebarOffset()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/ |
H A D | bubble_layout_algorithm.cpp | 587 top_ = safeAreaManager->GetSafeAreaWithoutProcess().top_.Length(); in InitProps() 588 bottom_ = safeAreaManager->GetSafeAreaWithoutProcess().bottom_.Length(); in InitProps()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/ |
H A D | sheet_presentation_pattern.cpp | 126 auto safeAreaInsets = pipelineContext->GetSafeAreaWithoutProcess(); in GetSheetTopSafeArea() 148 auto safeAreaInsets = pipelineContext->GetSafeAreaWithoutProcess(); in InitPageHeight()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_render_context.cpp | 5073 auto safeAreaInsets = context->GetSafeAreaWithoutProcess();
|