Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/battery/
H A DBatterySpecsTest.kt32 val fullHeight = BatterySpecs.getFullBatteryHeight(56f, displayShield = false) regex
40 val fullHeight = BatterySpecs.getFullBatteryHeight(mainHeight, displayShield = true) regex
75 val fullHeight = BATTERY_HEIGHT_WITH_SHIELD * 7.7f regex
/aosp14/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/material/
H A DModalBottomSheet.kt325 val fullHeight = constraints.maxHeight.toFloat() regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DStackScrollAlgorithmTest.kt148 val fullHeight = ambientState.layoutMaxHeight + marginBottom - ambientState.stackY regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DStackScrollAlgorithm.java586 float fullHeight = ambientState.getLayoutMaxHeight() + mMarginBottom local