Home
last modified time | relevance | path

Searched defs:fullHeight (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/battery/
DBatterySpecsTest.kt32 val fullHeight = BatterySpecs.getFullBatteryHeight(56f, displayShield = false) in getFullBatteryHeight_shieldFalse_returnsMainHeight() constant
40 val fullHeight = BatterySpecs.getFullBatteryHeight(mainHeight, displayShield = true) in getFullBatteryHeight_shieldTrue_returnsMainHeightPlusShield() constant
75 val fullHeight = BATTERY_HEIGHT_WITH_SHIELD * 7.7f in getMainBatteryHeight_shieldTrue_returnsNotFullHeight() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DSplitShadeLockScreenOverScroller.kt99 val fullHeight: Int = nsslController.height in <lambda>() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithmTest.kt118 val fullHeight = ambientState.layoutMaxHeight + marginBottom - ambientState.stackY in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java601 float fullHeight = ambientState.getLayoutMaxHeight() + mMarginBottom local