Searched defs:fullHeight (Results 1 – 5 of 5) sorted by relevance
32 val fullHeight = BatterySpecs.getFullBatteryHeight(56f, displayShield = false) in getFullBatteryHeight_shieldFalse_returnsMainHeight() constant40 val fullHeight = BatterySpecs.getFullBatteryHeight(mainHeight, displayShield = true) in getFullBatteryHeight_shieldTrue_returnsMainHeightPlusShield() constant75 val fullHeight = BATTERY_HEIGHT_WITH_SHIELD * 7.7f in getMainBatteryHeight_shieldTrue_returnsNotFullHeight() constant
325 val fullHeight = constraints.maxHeight.toFloat() in ModalBottomSheetLayout() constant
99 val fullHeight: Int = nsslController.height in <lambda>() constant
148 val fullHeight = ambientState.layoutMaxHeight + marginBottom - ambientState.stackY in <lambda>() constant
586 float fullHeight = ambientState.getLayoutMaxHeight() + mMarginBottom local