Searched refs:ScreenRotate (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/msdp/device_status/services/interaction/drag/src/ |
H A D | display_change_event_listener.cpp | 78 ScreenRotate(currentRotation, lastRotation_); in OnChange() 97 void DisplayChangeEventListener::ScreenRotate(Rosen::Rotation rotation, Rosen::Rotation lastRotatio… in ScreenRotate() function in OHOS::Msdp::DeviceStatus::DisplayChangeEventListener 101 return this->context_->GetDragManager().ScreenRotate(rotation, lastRotation); in ScreenRotate()
|
H A D | drag_manager.cpp | 1614 int32_t DragManager::ScreenRotate(Rosen::Rotation rotation, Rosen::Rotation lastRotation) in ScreenRotate() function in OHOS::Msdp::DeviceStatus::DragManager 1624 dragDrawing_.ScreenRotate(rotation, lastRotation); in ScreenRotate()
|
H A D | drag_drawing.cpp | 2722 void DragDrawing::ScreenRotate(Rosen::Rotation rotation, Rosen::Rotation lastRotation) in ScreenRotate() function in OHOS::Msdp::DeviceStatus::DragDrawing
|
/ohos5.0/base/msdp/device_status/services/interaction/drag/include/ |
H A D | display_change_event_listener.h | 38 void ScreenRotate(Rosen::Rotation rotation, Rosen::Rotation lastRotation);
|
H A D | drag_manager.h | 94 int32_t ScreenRotate(Rosen::Rotation rotation, Rosen::Rotation lastRotation) override;
|
H A D | drag_drawing.h | 269 void ScreenRotate(Rosen::Rotation rotation, Rosen::Rotation lastRotation);
|
/ohos5.0/base/msdp/device_status/intention/prototype/include/ |
H A D | i_drag_manager.h | 75 virtual int32_t ScreenRotate(Rosen::Rotation rotation, Rosen::Rotation lastRotation) = 0;
|