Skip to content
Commit 8271c272 authored by Kevin Han's avatar Kevin Han
Browse files

Move a bunch of row setters into an init method.

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: I730096a6c8313a82226116a6c88c729bf450f7b5
parent 8b696832
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment