Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardRootViewModel.kt362 fun onNotificationContainerBoundsChanged(top: Float, bottom: Float, animate: Boolean = false) { in <lambda>() method
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/
DSharedNotificationContainerViewModelTest.kt826 keyguardRootViewModel.onNotificationContainerBoundsChanged(top, bottom) in <lambda>()
861 keyguardRootViewModel.onNotificationContainerBoundsChanged(top, bottom) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
DKeyguardRootViewBinder.kt451 viewModel.onNotificationContainerBoundsChanged( in <lambda>()