Home
last modified time | relevance | path

Searched refs:CalcDeviceOrientation (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_session.h142 DisplayOrientation CalcDeviceOrientation(Rotation rotation) const;
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_session.cpp566 DisplayOrientation deviceOrientation = CalcDeviceOrientation(targetDeviceRotation); in UpdateToInputManager()
643 DisplayOrientation deviceOrientation = CalcDeviceOrientation(targetRotation); in UpdateRotationOrientation()
866 DisplayOrientation ScreenSession::CalcDeviceOrientation(Rotation rotation) const in CalcDeviceOrientation() function in OHOS::Rosen::ScreenSession