Searched refs:CurrentRotation180 (Results 1 - 5 of 5) sorted by relevance
/foundation/window/window_manager/dmserver/include/ |
H A D | display_cutout_controller.h | 63 void CurrentRotation180(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 | 48 void CurrentRotation180(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 | 149 * @tc.name: CurrentRotation180 150 * @tc.desc: CurrentRotation180 func 153 HWTEST_F(ScreenCutoutControllerTest, CurrentRotation180, Function | SmallTest | Level3) in HWTEST_F() 165 controller->CurrentRotation180(displayBoundaryRects, finalVector, displayWidth, displayHeight); in HWTEST_F()
|
/foundation/window/window_manager/dmserver/src/ |
H A D | display_cutout_controller.cpp | 271 CurrentRotation180(resultVec, displayBoundingRects, displayHeight, displayWidth); in TransferBoundingRectsByRotation() 296 void DisplayCutoutController::CurrentRotation180(std::vector<DMRect> resultVec, in CurrentRotation180() function in OHOS::Rosen::DisplayCutoutController
|
/foundation/window/window_manager/window_scene/screen_session_manager/src/ |
H A D | screen_cutout_controller.cpp | 85 CurrentRotation180(displayBoundaryRects, finalVector, screenWidth, screenHeight); in ConvertBoundaryRectsByRotation() 110 void ScreenCutoutController::CurrentRotation180(const std::vector<DMRect>& displayBoundaryRects, in CurrentRotation180() function in OHOS::Rosen::ScreenCutoutController
|
Completed in 4 milliseconds