Searched refs:sensorToDeviceRotationMap_ (Results 1 – 3 of 3) sorted by relevance
37 std::map<SensorRotation, DeviceRotation> ScreenRotationController::sensorToDeviceRotationMap_; member in OHOS::Rosen::ScreenRotationController322 if (sensorToDeviceRotationMap_.empty()) { in ConvertSensorToDeviceRotation()325 return sensorToDeviceRotationMap_.at(sensorRotation); in ConvertSensorToDeviceRotation()379 if (sensorToDeviceRotationMap_.empty()) { in ProcessRotationMapping()380 sensorToDeviceRotationMap_ = { in ProcessRotationMapping()
88 static std::map<SensorRotation, DeviceRotation> sensorToDeviceRotationMap_; variable
357 ScreenRotationController::sensorToDeviceRotationMap_.clear();