Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
H A DThemedBatteryDrawable.kt264 var thresh: Int
268 thresh = colorLevels[i]
270 if (level <= thresh) {
H A DBatteryMeterDrawableBase.java280 int thresh, color = 0; in getColorForLevel() local
282 thresh = mColors[i]; in getColorForLevel()
284 if (percent <= thresh) { in getColorForLevel()