summaryrefslogtreecommitdiff
path: root/libs/androidfw/StringPool.cpp
diff options
context:
space:
mode:
author Jeff DeCew <jeffdq@google.com> 2022-04-28 14:35:27 +0000
committer Jeff DeCew <jeffdq@google.com> 2022-04-28 14:35:27 +0000
commitf5adb86e645f3253af956025cb0c957c97aa58e9 (patch)
tree46b235a08be74f68ede02b2241cd097a6a89fe22 /libs/androidfw/StringPool.cpp
parent44e14e72b65cb1e91af2c588cc881ab83c7862a6 (diff)
New pipeline: Separate stability rules for group pruning from group changing
Group changes for alerting children are allowed under the stability manager rules, but we were using the same method to determine if the group as a whole could be pruned, but that shouldn't actually be allowed for alerting summaries - it results in the weird unstable animation (and is a regression from S). Though I made this change more cleanly, the effective delta of this change is just a boolean logic change from: isGroupChangeAllowed = isReorderingAllowed || isEntryAlerting to: isGroupChangeAllowed = isReorderingAllowed || (isEntryAlerting && !isPruning) Fixes: 230734197 Test: atest VisualStabilityCoordinatorTest ShadeListBuilderTest Change-Id: Ib1a927de2b4cc9b614be29deaf9754c2dc79390f
Diffstat (limited to 'libs/androidfw/StringPool.cpp')
0 files changed, 0 insertions, 0 deletions