| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Introduce NotifBindPipeline (2/2) | Kevin Han | 2020-02-05 | 1 | -7/+0 |
| | | | | | | | | | | | | | | | | | | | Hook up NotifBindPipeline classes to ExpandableNotificationRow's API, deprecating some API. Eventually we should remove the ENR middle man fully and have the clients directly call NotifBindPipeline API so we can also deprecate ENR's bind-related API. This also moves NotificationTestHelper to the notification.row package since it should really be there considering its job of inflating rows for tests and allows our new class constructors to remain package-private. Bug: 145749521 Test: atest SystemUITests Test: smoke test w/ Notify test apk Test: "Group Hun Cancel" test in Notify test apk Change-Id: I1e5ea68006c69332b7e5ae3e274d1deabeba6a70 | ||||
| * | Fixed memory leak with the inflater | Selim Cinek | 2017-05-25 | 1 | -0/+32 |
| Because min priority children could be removed from their parents after the removal, a new inflation task would be started, leading to the view being instantly readded again. This lead to memory leaks. It also fixes a bug where the inflation would not inflate enough views that could lead to crashes / wrong layouts. Finally there was a indexing error when handling removal of group summaries. Test: runtest -x packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/NotificationInflaterTest.java Change-Id: Iac242946bd30060967ee7877560d40e63f39f996 Fixes: 62067645 | |||||
