Home
last modified time | relevance | path

Searched defs:fullHeight (Results 1 – 7 of 7) 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/keyguard/
DWindowManagerOcclusionManager.kt277 val fullHeight = transitionContainer.height in <lambda>() constant
/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/material/
DModalBottomSheet.kt325 val fullHeight = constraints.maxHeight.toFloat() in ModalBottomSheetLayout() 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.kt282 val fullHeight = ambientState.layoutMaxHeight + marginBottom - ambientState.stackY in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DActivatableNotificationView.java541 final int fullHeight = getActualHeight(); in updateAppearRect() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java684 float fullHeight = ambientState.getLayoutMaxHeight() + mMarginBottom local