Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/battery/
DBatterySpecsTest.kt68 val mainHeight = BatterySpecs.getMainBatteryHeight(89f, displayShield = false) in getMainBatteryHeight_shieldFalse_returnsFullHeight()
77 val mainHeight = BatterySpecs.getMainBatteryHeight(fullHeight, displayShield = true) in getMainBatteryHeight_shieldTrue_returnsNotFullHeight()
/frameworks/base/packages/SystemUI/src/com/android/systemui/battery/
DBatterySpecs.kt86 fun getMainBatteryHeight(fullBatteryHeight: Float, displayShield: Boolean): Float { in getMainBatteryHeight() method
DAccessorizedBatteryDrawable.kt102 val mainHeight = BatterySpecs.getMainBatteryHeight(b.height().toFloat(), displayShield) in <lambda>()