Home
last modified time | relevance | path

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

/frameworks/base/packages/CarSystemUI/src/com/android/systemui/statusbar/hvac/
DTemperatureColorStore.java93 TemperatureColorValue bottomValue = sTemperatureColorValues[0]; in getColorForTemperature() local
94 if (temperature <= bottomValue.getTemperature()) { in getColorForTemperature()
95 return bottomValue.getColor(); in getColorForTemperature()