Home
last modified time | relevance | path

Searched refs:CheckBoundaryRects (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_cutout_controller_test.cpp113 HWTEST_F(ScreenCutoutControllerTest, CheckBoundaryRects, Function | SmallTest | Level3)
123 controller->CheckBoundaryRects(boundaryRects, screenProperty);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscreen_cutout_controller.h44 void CheckBoundaryRects(std::vector<DMRect>& boundaryRects, ScreenProperty screenProperty);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_cutout_controller.cpp71 CheckBoundaryRects(displayBoundaryRects, screenProperty); in ConvertBoundaryRectsByRotation()
134 void ScreenCutoutController::CheckBoundaryRects(std::vector<DMRect>& boundaryRects, ScreenProperty … in CheckBoundaryRects() function in OHOS::Rosen::ScreenCutoutController