Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/SharedNotificationContainerViewModel.kt +3 −3 Original line number Diff line number Diff line Loading @@ -866,13 +866,13 @@ constructor( ) { isOnLockscreen, statusBarState, showAllNotifications -> (statusBarState == SHADE_LOCKED || !isOnLockscreen || showAllNotifications) to isOnLockscreen } }.dumpWhileCollecting("showUnlimitedNotificationsAndIsOnLockScreen") @Suppress("UNCHECKED_CAST") return combineTransform( showLimitedNotifications, showUnlimitedNotificationsAndIsOnLockScreen, shadeInteractor.isUserInteracting, shadeInteractor.isUserInteracting.dumpWhileCollecting("isUserInteracting"), availableHeight, interactor.notificationStackChanged, interactor.useExtraShelfSpace, Loading Loading @@ -904,7 +904,7 @@ constructor( } } .distinctUntilChanged() .dumpWhileCollecting("maxNotifications") .dumpWhileCollecting("getLockscreenDisplayConfig") } /** Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/SharedNotificationContainerViewModel.kt +3 −3 Original line number Diff line number Diff line Loading @@ -866,13 +866,13 @@ constructor( ) { isOnLockscreen, statusBarState, showAllNotifications -> (statusBarState == SHADE_LOCKED || !isOnLockscreen || showAllNotifications) to isOnLockscreen } }.dumpWhileCollecting("showUnlimitedNotificationsAndIsOnLockScreen") @Suppress("UNCHECKED_CAST") return combineTransform( showLimitedNotifications, showUnlimitedNotificationsAndIsOnLockScreen, shadeInteractor.isUserInteracting, shadeInteractor.isUserInteracting.dumpWhileCollecting("isUserInteracting"), availableHeight, interactor.notificationStackChanged, interactor.useExtraShelfSpace, Loading Loading @@ -904,7 +904,7 @@ constructor( } } .distinctUntilChanged() .dumpWhileCollecting("maxNotifications") .dumpWhileCollecting("getLockscreenDisplayConfig") } /** Loading