packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ExpandableNotificationRow.java
+23
−36
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
We have a bunch of setters for stuff that is only initialized once on a row. So let's just go ahead and move these into an initialize method so it's more readable and harder to mis-use. There are a few others that are used in tests that should probably be moved into this method or just moved out of ExpandableNotificationRow entirely. Test: builds Test: atest SystemUITests Change-Id: Ifa55ca19fa2fd1f2030caa0676e6aa3e1713f134