Home
last modified time | relevance | path

Searched refs:lastRotation_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/msdp/device_status/services/interaction/drag/src/
H A Ddisplay_change_event_listener.cpp45 if (lastRotation_ == Rosen::Rotation::ROTATION_0) { in OnChange()
49 lastRotation_ = Rosen::Rotation::ROTATION_0; in OnChange()
70 if (currentRotation == lastRotation_) { in OnChange()
78 ScreenRotate(currentRotation, lastRotation_); in OnChange()
79 lastRotation_ = currentRotation; in OnChange()
82 lastRotation_ = currentRotation; in OnChange()
/ohos5.0/base/msdp/device_status/services/interaction/drag/include/
H A Ddisplay_change_event_listener.h41 Rosen::Rotation lastRotation_ { Rosen::Rotation::ROTATION_0 };
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_display_render_node.cpp339 return !(ROSEN_EQ(boundsGeoPtr->GetRotation(), lastRotation_) && isRotationEnd); in IsRotationChanged()
356 lastRotation_ = boundsGeoPtr->GetRotation(); in UpdateRotation()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_display_render_node.h393 float lastRotation_ = 0.f; variable