Searched refs:ScreenCutoutController (Results 1 – 5 of 5) sorted by relevance
71 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 …]
32 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 …]
135 screenCutoutController_ = new (std::nothrow) ScreenCutoutController(); in ScreenSessionManager()
32 class ScreenCutoutController : public RefBase {34 ScreenCutoutController() {}; in ScreenCutoutController() function
450 sptr<ScreenCutoutController> screenCutoutController_;