Searched refs:celsiusToFahrenheit (Results 1 – 3 of 3) sorted by relevance
161 float tempToDisplay = displayInInFahrenheit ? celsiusToFahrenheit( in updateHvacProperties()182 private float celsiusToFahrenheit(float tempC) { in celsiusToFahrenheit() method in StatusBarSensorInfoManager
239 mDisplayInFahrenheit ? celsiusToFahrenheit(mCurrentTempC) : mCurrentTempC; in updateTemperatureView()281 private float celsiusToFahrenheit(float tempC) { in celsiusToFahrenheit() method in CarUiPortraitTemperatureControlView
240 mDisplayInFahrenheit ? celsiusToFahrenheit(mCurrentTempC) : mCurrentTempC; in updateTemperatureView()278 private float celsiusToFahrenheit(float tempC) { in celsiusToFahrenheit() method in TemperatureControlView