Searched refs:mainHeight (Results 1 – 2 of 2) sorted by relevance
39 val mainHeight = BATTERY_HEIGHT * 5 regex40 val fullHeight = BatterySpecs.getFullBatteryHeight(mainHeight, displayShield = true)68 val mainHeight = BatterySpecs.getMainBatteryHeight(89f, displayShield = false) regex70 assertThat(mainHeight).isEqualTo(89f)77 val mainHeight = BatterySpecs.getMainBatteryHeight(fullHeight, displayShield = true) regex81 assertThat(mainHeight).isWithin(.0001f).of(expectedHeight)
102 val mainHeight = BatterySpecs.getMainBatteryHeight(b.height().toFloat(), displayShield) regex108 /* bottom= */ b.top + mainHeight.toInt()