Searched refs:CurrentRotation90 (Results 1 - 5 of 5) sorted by relevance
/foundation/window/window_manager/dmserver/include/ |
H A D | display_cutout_controller.h | 61 void CurrentRotation90(std::vector<DMRect> resultVec, std::vector<DMRect> displayBoundingRects,
|
/foundation/window/window_manager/window_scene/screen_session_manager/include/ |
H A D | screen_cutout_controller.h | 46 void CurrentRotation90(const std::vector<DMRect>& displayBoundaryRects, std::vector<DMRect>& finalVector,
|
/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | screen_cutout_controller_test.cpp | 124 * @tc.name: CurrentRotation90 125 * @tc.desc: CurrentRotation90 func 128 HWTEST_F(ScreenCutoutControllerTest, CurrentRotation90, Function | SmallTest | Level3) in HWTEST_F() 139 controller->CurrentRotation90(displayBoundaryRects, finalVector, displayWidth); in HWTEST_F()
|
/foundation/window/window_manager/dmserver/src/ |
H A D | display_cutout_controller.cpp | 267 CurrentRotation90(resultVec, displayBoundingRects, displayHeight); in TransferBoundingRectsByRotation() 287 void DisplayCutoutController::CurrentRotation90(std::vector<DMRect> resultVec, in CurrentRotation90() function in OHOS::Rosen::DisplayCutoutController
|
/foundation/window/window_manager/window_scene/screen_session_manager/src/ |
H A D | screen_cutout_controller.cpp | 81 CurrentRotation90(displayBoundaryRects, finalVector, screenWidth); in ConvertBoundaryRectsByRotation() 98 void ScreenCutoutController::CurrentRotation90(const std::vector<DMRect>& displayBoundaryRects, in CurrentRotation90() function in OHOS::Rosen::ScreenCutoutController
|
Completed in 4 milliseconds