Home
last modified time | relevance | path

Searched refs:ScreenRotate (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/msdp/device_status/services/interaction/drag/src/
H A Ddisplay_change_event_listener.cpp78 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 Ddrag_manager.cpp1614 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 Ddrag_drawing.cpp2722 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 Ddisplay_change_event_listener.h38 void ScreenRotate(Rosen::Rotation rotation, Rosen::Rotation lastRotation);
H A Ddrag_manager.h94 int32_t ScreenRotate(Rosen::Rotation rotation, Rosen::Rotation lastRotation) override;
H A Ddrag_drawing.h269 void ScreenRotate(Rosen::Rotation rotation, Rosen::Rotation lastRotation);
/ohos5.0/base/msdp/device_status/intention/prototype/include/
H A Di_drag_manager.h75 virtual int32_t ScreenRotate(Rosen::Rotation rotation, Rosen::Rotation lastRotation) = 0;