Home
last modified time | relevance | path

Searched defs:stackHeight (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/stack/
DNotificationShelfTest.kt691 val stackHeight = 800f in updateState_withViewInShelf_showShelf() constant
727 val stackHeight = 800f in updateState_withNullLastVisibleBackgroundChild_hideShelf_withSceneContainer() constant
782 val stackHeight = 800f in updateState_withNullFirstViewInShelf_hideShelf_withSceneContainer() constant
837 val stackHeight = 800f in updateState_withCollapsedShade_hideShelf_withSceneContainer() constant
892 val stackHeight = 800f in updateState_withHiddenSectionBeforeShelf_hideShelf_withSceneContainer() constant
DStackScrollAlgorithmTest.kt555 val stackHeight = stackBottom - stackTop in <lambda>() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java260 int stackHeight = 300; in testIntrinsicStackHeight() local
363 final float stackHeight = stackCutoff - stackTop; in updateStackCutoff_updatesStackEndHeight() local
385 float stackHeight = 300f; in updateStackEndHeightAndStackHeight_maxNotificationsSet_withSceneContainer() local
483 float stackHeight = stackCutoff - stackTop; in setExpandFraction_fullyCollapsed() local
509 float stackHeight = stackCutoff - stackTop; in setExpandFraction_expanding() local
537 float stackHeight = stackCutoff - stackTop; in setExpandFraction_fullyExpanded() local
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/notifications/ui/composable/
DNotifications.kt330 val stackHeight = remember { mutableIntStateOf(0) } in ContentScope() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DAmbientState.java299 public void setInterpolatedStackHeight(float stackHeight) { in setInterpolatedStackHeight()
DStackScrollAlgorithm.java603 final float stackHeight = in getExpansionFractionWithoutShelf() local