Home
last modified time | relevance | path

Searched refs:lastSensorDecidedRotation_ (Results 1 - 2 of 2) sorted by relevance

/foundation/window/window_manager/dmserver/src/
H A Dscreen_rotation_controller.cpp34 Rotation ScreenRotationController::lastSensorDecidedRotation_; member in OHOS::Rosen::ScreenRotationController
50 lastSensorDecidedRotation_ = currentDisplayRotation_; in Init()
133 lastSensorDecidedRotation_ = ConvertDeviceToDisplayRotation(sensorRotationConverted); in CalcTargetDisplayRotation()
134 return lastSensorDecidedRotation_; in CalcTargetDisplayRotation()
146 lastSensorDecidedRotation_ = ConvertDeviceToDisplayRotation(sensorRotationConverted); in CalcTargetDisplayRotation()
147 return lastSensorDecidedRotation_; in CalcTargetDisplayRotation()
172 lastSensorDecidedRotation_ = ConvertDeviceToDisplayRotation(sensorRotationConverted); in ProcessAutoRotationPortraitOrientation()
173 return lastSensorDecidedRotation_; in ProcessAutoRotationPortraitOrientation()
181 lastSensorDecidedRotation_ = ConvertDeviceToDisplayRotation(sensorRotationConverted); in ProcessAutoRotationLandscapeOrientation()
182 return lastSensorDecidedRotation_; in ProcessAutoRotationLandscapeOrientation()
[all...]
/foundation/window/window_manager/dmserver/include/
H A Dscreen_rotation_controller.h93 static Rotation lastSensorDecidedRotation_; member in OHOS::Rosen::ScreenRotationController

Completed in 2 milliseconds