Home
last modified time | relevance | path

Searched refs:GetDisplayWindowRectInfo (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_presentation_layout_algorithm.cpp180 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 Dsheet_presentation_pattern.cpp130 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 Dtoast_pattern.cpp68 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 Dpopup_element_v2.cpp73 targetOffset_ + context->GetDisplayWindowRectInfo().GetOffset()); in HandleDeclarativePerformBuild()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid_layout/
H A Dgrid_container_utils.cpp53 windowWidth = pipeline->GetDisplayWindowRectInfo().GetSize().Width(); in ProcessGridSizeType()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ability_component/
H A Dability_component_pattern.cpp132 Rect rect = pipeline->GetDisplayWindowRectInfo(); in UpdateWindowRect()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_view.cpp62 … 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 Dbubble_layout_algorithm.cpp353 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 Dview_abstract_model_ng.cpp277 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 Dsecurity_component_handler.cpp58 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 Dsheet_coverage_test_ng.cpp845 …EXPECT_TRUE(pipelineContext->GetDisplayWindowRectInfo().Width() >= SHEET_DEVICE_WIDTH_BREAKPOINT.C…
871 …EXPECT_FALSE(pipelineContext->GetDisplayWindowRectInfo().Width() >= SHEET_DEVICE_WIDTH_BREAKPOINT.…
H A Doverlay_manager_test_ng.cpp2584 auto windowGlobalRect = pipelineContext->GetDisplayWindowRectInfo();
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dmmi_event_convertor.cpp621 auto displayWindowRect = pipelineContext->GetDisplayWindowRectInfo(); in CalculatePointerEvent()
H A Dace_container.cpp1830 1, "DisplayWindowRect: " + pipelineContext_->GetDisplayWindowRectInfo().ToString()); in OnDumpInfo()
H A Dui_content_impl.cpp2602 pipelineContext->GetDisplayWindowRectInfo().ToString().c_str()); in UpdateViewportConfigWithAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.h1078 const Rect& GetDisplayWindowRectInfo() const in GetDisplayWindowRectInfo() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp6199 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 Ddrag_drop_manager.cpp141 const Rect rect = pipeline->GetDisplayWindowRectInfo(); in CreateDragWindow()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.cpp434 auto windowOffset = context->GetDisplayWindowRectInfo().GetOffset(); in UpdateCaretInfoToController()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_layout_algorithm.cpp2703 auto rect = pipelineContext->GetDisplayWindowRectInfo(); in GetMenuWindowRectInfo()