Files
frameworks_base/packages/SystemUI/src
Gus Prevas 5ecd2b8e14 Moves snapViewIfNeeded() call to listener on NSSL.
This change removes the logic from NotificationEntryManager which snaps
an updated notification's view back into place and replaces it with a
NotificationEntryListener defined by the NotificationStackScrollLayout.
This allows us to remove a method from the NotificationListContainer
interface and gets us halfway to breaking the dependency from
NotificationEntryManager on NotificationListContainer.

Test: atest SystemUITests, manual
Change-Id: I744ece3fa660454d9725aa553ffebcfe8846a303
2019-01-07 09:41:11 -05:00
..