/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/ |
H A D | sheet_presentation_layout_algorithm.cpp | 180 auto windowGlobalRect = pipelineContext->GetDisplayWindowRectInfo(); in Measure() 319 auto windowGlobalRect = pipelineContext->GetDisplayWindowRectInfo(); in CheckPlacementBottom() 331 auto windowGlobalRect = pipelineContext->GetDisplayWindowRectInfo(); in CheckPlacementBottomLeft() 339 auto windowGlobalRect = pipelineContext->GetDisplayWindowRectInfo(); in CheckPlacementBottomRight() 376 auto windowGlobalRect = pipelineContext->GetDisplayWindowRectInfo(); in GetOffsetWithBottomRight() 511 auto windowGlobalRect = pipelineContext->GetDisplayWindowRectInfo(); in SheetInSplitWindow()
|
H A D | sheet_presentation_pattern.cpp | 130 auto windowGlobalRect = pipelineContext->GetDisplayWindowRectInfo(); in GetSheetTopSafeArea() 169 auto windowGlobalRect = pipelineContext->GetDisplayWindowRectInfo(); in InitPageHeight() 1576 auto windowGlobalRect = pipelineContext->GetDisplayWindowRectInfo(); in GetSheetType() 1642 rootWidth = pipelineContext->GetDisplayWindowRectInfo().Width(); in GetSheetTypeWithAuto()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/ |
H A D | toast_pattern.cpp | 68 wrapperRect_ = pipelineContext->GetDisplayWindowRectInfo(); in InitWrapperRect() 73 wrapperRect_ = pipelineContext->GetDisplayWindowRectInfo(); in InitWrapperRect() 138 auto subwindowOffset = nodeContext->GetDisplayWindowRectInfo().GetOffset(); in OnDirtyLayoutWrapperSwap() 144 …OffsetT<Dimension> displayWindowOffset = { Dimension(context->GetDisplayWindowRectInfo().GetOffset… in OnDirtyLayoutWrapperSwap() 145 … subwindowOffset.GetX()), Dimension(context->GetDisplayWindowRectInfo().GetOffset().GetY() - in OnDirtyLayoutWrapperSwap() 488 deviceHeight = nodeContext->GetDisplayWindowRectInfo().Height(); in GetTextMaxHeight() 525 deviceWidth = nodeContext->GetDisplayWindowRectInfo().Width(); in GetTextMaxWidth()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/popup/ |
H A D | popup_element_v2.cpp | 73 targetOffset_ + context->GetDisplayWindowRectInfo().GetOffset()); in HandleDeclarativePerformBuild()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid_layout/ |
H A D | grid_container_utils.cpp | 53 windowWidth = pipeline->GetDisplayWindowRectInfo().GetSize().Width(); in ProcessGridSizeType()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ability_component/ |
H A D | ability_component_pattern.cpp | 132 Rect rect = pipeline->GetDisplayWindowRectInfo(); in UpdateWindowRect()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/ |
H A D | bubble_view.cpp | 62 … auto displayWindowOffset = OffsetF(pipelineContext->GetDisplayWindowRectInfo().GetOffset().GetX(), in GetDisplayWindowRectOffset() 63 pipelineContext->GetDisplayWindowRectInfo().GetOffset().GetY()); in GetDisplayWindowRectOffset() 527 auto windowGlobalRect = pipelineContext->GetDisplayWindowRectInfo(); in GetPopupMaxWidthAndHeight()
|
H A D | bubble_layout_algorithm.cpp | 353 auto windowGlobalRect = pipelineContext->GetDisplayWindowRectInfo(); in GetPopupMaxWidthAndHeight() 1098 … auto displayWindowOffset = OffsetF(pipelineContext->GetDisplayWindowRectInfo().GetOffset().GetX(), in InitTargetSizeAndPosition() 1099 pipelineContext->GetDisplayWindowRectInfo().GetOffset().GetY()); in InitTargetSizeAndPosition()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | view_abstract_model_ng.cpp | 277 auto windowRect = pipelineContext->GetDisplayWindowRectInfo(); in BindContextMenu() 323 auto windowRect = pipelineContext->GetDisplayWindowRectInfo(); in BindContextMenu()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/ |
H A D | security_component_handler.cpp | 58 auto windowOffset = pipelineContext->GetDisplayWindowRectInfo().GetOffset(); in GetDisplayOffset() 71 auto rect = pipelineContext->GetDisplayWindowRectInfo(); in GetWindowRect()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/ |
H A D | sheet_coverage_test_ng.cpp | 845 …EXPECT_TRUE(pipelineContext->GetDisplayWindowRectInfo().Width() >= SHEET_DEVICE_WIDTH_BREAKPOINT.C… 871 …EXPECT_FALSE(pipelineContext->GetDisplayWindowRectInfo().Width() >= SHEET_DEVICE_WIDTH_BREAKPOINT.…
|
H A D | overlay_manager_test_ng.cpp | 2584 auto windowGlobalRect = pipelineContext->GetDisplayWindowRectInfo();
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | mmi_event_convertor.cpp | 621 auto displayWindowRect = pipelineContext->GetDisplayWindowRectInfo(); in CalculatePointerEvent()
|
H A D | ace_container.cpp | 1830 1, "DisplayWindowRect: " + pipelineContext_->GetDisplayWindowRectInfo().ToString()); in OnDumpInfo()
|
H A D | ui_content_impl.cpp | 2602 pipelineContext->GetDisplayWindowRectInfo().ToString().c_str()); in UpdateViewportConfigWithAnimation()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/ |
H A D | pipeline_base.h | 1078 const Rect& GetDisplayWindowRectInfo() const in GetDisplayWindowRectInfo() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_delegate.cpp | 6199 auto windowOffset = context->GetDisplayWindowRectInfo().GetOffset(); in UpdateScreenOffSet() 6211 auto windowOffset = context->GetDisplayWindowRectInfo().GetOffset(); in UpdateScreenOffSet() 6222 auto windowOffset = context->GetDisplayWindowRectInfo().GetOffset(); in UpdateScreenOffSet()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/ |
H A D | drag_drop_manager.cpp | 141 const Rect rect = pipeline->GetDisplayWindowRectInfo(); in CreateDragWindow()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/ |
H A D | render_text_field.cpp | 434 auto windowOffset = context->GetDisplayWindowRectInfo().GetOffset(); in UpdateCaretInfoToController()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/ |
H A D | menu_layout_algorithm.cpp | 2703 auto rect = pipelineContext->GetDisplayWindowRectInfo(); in GetMenuWindowRectInfo()
|