commit | eae911d8f61c8eef067b08365a047e5040234b48 | [log] [tgz] |
---|---|---|
author | Evan Laird <evanlaird@google.com> | Thu Apr 26 16:05:46 2018 -0400 |
committer | Evan Laird <evanlaird@google.com> | Thu Apr 26 16:07:59 2018 -0400 |
tree | de95de42745086ffd8f39066a96b115e331e3be3 | |
parent | 72b1a7ecb9d20456af0352bfd7ef7c1c7345c526 [diff] |
Use view order when iterating icons in a slot Before, slots handed out holders in the order they were added, meaning you may try to insert the N+1th icon before the Nth Change-Id: If993cf7233989ff22633f9b026aa3627bbc72d6b Fixes: 69527817 Test: atest packages/SystemUI/tests/src/com/android/systemui/statusbar/StatusBarIconListTest.java