Searched defs:fullHeight (Results 1 – 4 of 4) sorted by relevance
32 val fullHeight = BatterySpecs.getFullBatteryHeight(56f, displayShield = false) regex40 val fullHeight = BatterySpecs.getFullBatteryHeight(mainHeight, displayShield = true) regex75 val fullHeight = BATTERY_HEIGHT_WITH_SHIELD * 7.7f regex
325 val fullHeight = constraints.maxHeight.toFloat() regex
148 val fullHeight = ambientState.layoutMaxHeight + marginBottom - ambientState.stackY regex
586 float fullHeight = ambientState.getLayoutMaxHeight() + mMarginBottom local