Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/battery/
H A DBatterySpecsTest.kt39 val mainHeight = BATTERY_HEIGHT * 5 regex
40 val fullHeight = BatterySpecs.getFullBatteryHeight(mainHeight, displayShield = true)
68 val mainHeight = BatterySpecs.getMainBatteryHeight(89f, displayShield = false) regex
70 assertThat(mainHeight).isEqualTo(89f)
77 val mainHeight = BatterySpecs.getMainBatteryHeight(fullHeight, displayShield = true) regex
81 assertThat(mainHeight).isWithin(.0001f).of(expectedHeight)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/battery/
H A DAccessorizedBatteryDrawable.kt102 val mainHeight = BatterySpecs.getMainBatteryHeight(b.height().toFloat(), displayShield) regex
108 /* bottom= */ b.top + mainHeight.toInt()