Home
last modified time | relevance | path

Searched refs:setStackBottom (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/view/
DNotificationScrollView.kt54 fun setStackBottom(stackBottom: Float) method
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/notifications/ui/composable/
DNotifications.kt420 stackScrollView.setStackBottom(positionInWindow.y + coordinates.size.height) in NotificationPlaceholder()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java1223 public void setStackBottom(float stackBottom) {
1224 mScrollViewFields.setStackBottom(stackBottom);