Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/battery/
H A DBatterySpecsTest.kt57 val mainWidth = BATTERY_WIDTH * 3.3f regex
59 val fullWidth = BatterySpecs.getFullBatteryWidth(mainWidth, displayShield = true)
86 val mainWidth = BatterySpecs.getMainBatteryWidth(2345f, displayShield = false) regex
88 assertThat(mainWidth).isEqualTo(2345f)
95 val mainWidth = BatterySpecs.getMainBatteryWidth(fullWidth, displayShield = true) regex
99 assertThat(mainWidth).isWithin(.0001f).of(expectedWidth)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/battery/
H A DAccessorizedBatteryDrawable.kt101 val mainWidth = BatterySpecs.getMainBatteryWidth(b.width().toFloat(), displayShield) regex
107 /* right= */ b.left + mainWidth.toInt(),