Home
last modified time | relevance | path

Searched refs:ScreenCutoutController (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_cutout_controller_test.cpp71 sptr<ScreenCutoutController> controller = new ScreenCutoutController();
86 sptr<ScreenCutoutController> controller = new ScreenCutoutController();
98 sptr<ScreenCutoutController> controller = new ScreenCutoutController();
115 sptr<ScreenCutoutController> controller = new ScreenCutoutController();
134 sptr<ScreenCutoutController> controller = new ScreenCutoutController();
146 sptr<ScreenCutoutController> controller = new ScreenCutoutController();
169 sptr<ScreenCutoutController> controller = new ScreenCutoutController();
186 sptr<ScreenCutoutController> controller = new ScreenCutoutController();
200 sptr<ScreenCutoutController> controller = new ScreenCutoutController();
216 sptr<ScreenCutoutController> controller = new ScreenCutoutController();
[all …]
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_cutout_controller.cpp32 uint32_t ScreenCutoutController::defaultDeviceRotation_ = 0;
33 std::map<DeviceRotationValue, Rotation> ScreenCutoutController::deviceToDisplayRotationMap_;
35 sptr<CutoutInfo> ScreenCutoutController::GetScreenCutoutInfo(DisplayId displayId) in GetScreenCutoutInfo()
98 void ScreenCutoutController::CurrentRotation90(const std::vector<DMRect>& displayBoundaryRects, in CurrentRotation90()
110 void ScreenCutoutController::CurrentRotation180(const std::vector<DMRect>& displayBoundaryRects, in CurrentRotation180()
122 void ScreenCutoutController::CurrentRotation270(const std::vector<DMRect>& displayBoundaryRects, in CurrentRotation270()
153 void ScreenCutoutController::CalcWaterfallRects(DisplayId displayId) in CalcWaterfallRects()
295 bool ScreenCutoutController::IsDisplayRotationHorizontal(Rotation rotation) in IsDisplayRotationHorizontal()
312 Rotation ScreenCutoutController::GetCurrentDisplayRotation(DisplayId displayId) in GetCurrentDisplayRotation()
323 void ScreenCutoutController::ProcessRotationMapping() in ProcessRotationMapping()
[all …]
H A Dscreen_session_manager.cpp135 screenCutoutController_ = new (std::nothrow) ScreenCutoutController(); in ScreenSessionManager()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscreen_cutout_controller.h32 class ScreenCutoutController : public RefBase {
34 ScreenCutoutController() {}; in ScreenCutoutController() function
H A Dscreen_session_manager.h450 sptr<ScreenCutoutController> screenCutoutController_;