Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
DThemedBatteryDrawable.kt264 var thresh: Int in <lambda>() variable
268 thresh = colorLevels[i] in <lambda>()
270 if (level <= thresh) { in <lambda>()
DBatteryMeterDrawableBase.java281 int thresh, color = 0; in getColorForLevel() local
283 thresh = mColors[i]; in getColorForLevel()
285 if (percent <= thresh) { in getColorForLevel()
/frameworks/native/services/surfaceflinger/tests/
DLayerTrustedPresentationListener_test.cpp48 TrustedPresentationThresholds thresh() { in thresh() function
61 thresholds = thresh(); in SetUp()