diff options
author | Kevin Han <kevhan@google.com> | 2020-04-13 15:46:14 -0700 |
---|---|---|
committer | Kevin Han <kevhan@google.com> | 2020-04-16 14:11:22 -0700 |
commit | f69b71e9fd9dce7182ea4cb20917a3f0253a3a26 (patch) | |
tree | 3cb8921f75c80aef7e75982fecc1f32766691be2 /tools/aapt2/java/JavaClassGenerator_test.cpp | |
parent | 42aa54c1a0caff97eff4388be0ab19777af4a36f (diff) |
Remove isGroup bind param from row content binder
What the content binder implementation actually cares about is whether
it should inflate a low priority content view or not, so it doesn't
actually really need to know anything about the group state. The
actual decision making logic for that should happen outside that
class, namely in NotificationRowBinderImpl.
Due to grouping being determined after inflation, however, we also have
to recheck at a later point in the pipeline to see if we inflated the
wrong view and correct it. We put both these methods into a helper class
for now until the new pipeline is implemented.
Bug: 153602376
Fix: 153602376
Test: atest SystemUITests
Test: Add min priority group in Notify APK and see that views are more
than just their header view when unexpanded
Change-Id: Iab7a1cd31a7d4114dec829e24c65cb04dde78667
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions