Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/notifications/ui/composable/
DNotifications.kt199 val stackHeight = remember { mutableIntStateOf(0) } in NotificationScrollingStack() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DAmbientState.java257 public void setStackHeight(float stackHeight) { in setStackHeight()
DStackScrollAlgorithm.java570 final float stackHeight = ambientState.getStackHeight() - shelfHeight - scrimPadding; in getExpansionFractionWithoutShelf() local