Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/battery/
H A DBatterySpecsTest.kt86 val mainWidth = BatterySpecs.getMainBatteryWidth(2345f, displayShield = false)
95 val mainWidth = BatterySpecs.getMainBatteryWidth(fullWidth, displayShield = true)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/battery/
H A DBatterySpecs.kt102 fun getMainBatteryWidth(fullBatteryWidth: Float, displayShield: Boolean): Float { regex
H A DAccessorizedBatteryDrawable.kt101 val mainWidth = BatterySpecs.getMainBatteryWidth(b.width().toFloat(), displayShield)