Home
last modified time | relevance | path

Searched refs:windowGlobalRect (Results 1 – 5 of 5) 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() local
181 sheetMaxHeight = windowGlobalRect.Height() - SHEET_SPLIT_STATUS_BAR.ConvertToPx()- in Measure()
319 auto windowGlobalRect = pipelineContext->GetDisplayWindowRectInfo(); in CheckPlacementBottom() local
321 windowGlobalRect.Width() - WINDOW_EDGE_SPACE.ConvertToPx(), in CheckPlacementBottom()
331 auto windowGlobalRect = pipelineContext->GetDisplayWindowRectInfo(); in CheckPlacementBottomLeft() local
339 auto windowGlobalRect = pipelineContext->GetDisplayWindowRectInfo(); in CheckPlacementBottomRight() local
342windowGlobalRect.Width() - WINDOW_EDGE_SPACE.ConvertToPx(), targetOffset.GetX() + targetSize.Width… in CheckPlacementBottomRight()
376 auto windowGlobalRect = pipelineContext->GetDisplayWindowRectInfo(); in GetOffsetWithBottomRight() local
383 sheetOffset.SetX(windowGlobalRect.Width() - WINDOW_EDGE_SPACE.ConvertToPx() - sheetWidth_); in GetOffsetWithBottomRight()
511 auto windowGlobalRect = pipelineContext->GetDisplayWindowRectInfo(); in SheetInSplitWindow() local
[all …]
H A Dsheet_presentation_pattern.cpp130 auto windowGlobalRect = pipelineContext->GetDisplayWindowRectInfo(); in GetSheetTopSafeArea() local
135 !NearEqual(windowGlobalRect.Height(), deviceHeight)) { in GetSheetTopSafeArea()
169 auto windowGlobalRect = pipelineContext->GetDisplayWindowRectInfo(); in InitPageHeight() local
172 !NearEqual(windowGlobalRect.Height(), deviceHeight)) { in InitPageHeight()
1576 auto windowGlobalRect = pipelineContext->GetDisplayWindowRectInfo(); in GetSheetType() local
1578 windowGlobalRect.ToString().c_str()); in GetSheetType()
1580 if ((windowGlobalRect.Width() < SHEET_DEVICE_WIDTH_BREAKPOINT.ConvertToPx()) || in GetSheetType()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_view.cpp527 auto windowGlobalRect = pipelineContext->GetDisplayWindowRectInfo(); in GetPopupMaxWidthAndHeight() local
532 auto maxHeight = windowGlobalRect.Height(); in GetPopupMaxWidthAndHeight()
H A Dbubble_layout_algorithm.cpp353 auto windowGlobalRect = pipelineContext->GetDisplayWindowRectInfo(); in GetPopupMaxWidthAndHeight() local
358 auto maxHeight = windowGlobalRect.Height(); in GetPopupMaxWidthAndHeight()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/
H A Doverlay_manager_test_ng.cpp2584 auto windowGlobalRect = pipelineContext->GetDisplayWindowRectInfo(); variable
2585 windowGlobalRect.SetSize(Size(200, 300));