Searched defs:deviceRotation (Results 1 – 6 of 6) sorted by relevance
22 void ScreenRotationProperty::HandleSensorEventInput(DeviceRotation deviceRotation) in HandleSensorEventInput()43 …iceRotation ScreenRotationProperty::ConvertSinglePocketOuterRotation(DeviceRotation deviceRotation) in ConvertSinglePocketOuterRotation()59 float ScreenRotationProperty::ConvertDeviceToFloat(DeviceRotation deviceRotation) in ConvertDeviceToFloat()
301 Rotation ScreenCutoutController::ConvertDeviceToDisplayRotation(DeviceRotationValue deviceRotation) in ConvertDeviceToDisplayRotation()
322 DeviceRotation deviceRotation = DeviceRotation::INVALID; variable362 DeviceRotation deviceRotation = DeviceRotation::INVALID; variable415 DeviceRotation deviceRotation = DeviceRotation::INVALID; variable
85 void ScreenRotationController::HandleSensorEventInput(DeviceRotation deviceRotation) in HandleSensorEventInput()336 Rotation ScreenRotationController::ConvertDeviceToDisplayRotation(DeviceRotation deviceRotation) in ConvertDeviceToDisplayRotation()390 bool ScreenRotationController::IsDeviceRotationVertical(DeviceRotation deviceRotation) in IsDeviceRotationVertical()396 bool ScreenRotationController::IsDeviceRotationHorizontal(DeviceRotation deviceRotation) in IsDeviceRotationHorizontal()
202 DeviceRotationValue deviceRotation; variable
1081 auto deviceRotation = static_cast<uint32_t>(displayInfo->GetDefaultDeviceRotationOffset()); in UpdateViewportConfig() local