Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/display/
DDisplayDeviceConfig.java3074 ThrottlingLevel thisLevel = throttlingLevels.get(i); in create() local
3076 if (thisLevel.thermalStatus <= prevLevel.thermalStatus) { in create()
3078 + "configuration. ThermalStatus " + thisLevel.thermalStatus + " <= " in create()
3083 if (thisLevel.powerQuotaMilliWatts >= prevLevel.powerQuotaMilliWatts) { in create()
3086 + thisLevel.powerQuotaMilliWatts + " >= " in create()
3091 prevLevel = thisLevel; in create()
3190 ThrottlingLevel thisLevel = throttlingLevels.get(i); in create() local
3192 if (thisLevel.thermalStatus <= prevLevel.thermalStatus) { in create()
3194 + "configuration. ThermalStatus " + thisLevel.thermalStatus + " <= " in create()
3199 if (thisLevel.brightness >= prevLevel.brightness) { in create()
[all …]