commit | 3f5437e14ea41aaa5f86b5e9f3e74cf9e6aefa95 | [log] [tgz] |
---|---|---|
author | Brandon Dayauon <brdayauon@google.com> | Wed May 29 11:51:19 2024 -0700 |
committer | Brandon Dayauon <brdayauon@google.com> | Wed May 29 11:51:19 2024 -0700 |
tree | c189f5df39de667802a36c447a48ff419aaaf288 | |
parent | a2bbe1c5c81919a5d9ba66dcc68009132207674f [diff] |
Remove animatorSet's duration Setting this animationDuration slows down the individual animations. This is fine as the individual animations already has the timings that will add up to spec. bug: 343493101 Test: before: https://drive.google.com/file/d/1nuS1c143HUosaVdhde3GW8Ryz04gUW7x/view?usp=sharing after: https://drive.google.com/file/d/1yNcYLqBFD0di-YISNMUpryzBhqNZdncm/view?usp=sharing Flag: None Animation tweak. Change-Id: I5f10388fdecd934801ca208a46cc6ba93094c56f
diff --git a/src/com/android/launcher3/allapps/PrivateProfileManager.java b/src/com/android/launcher3/allapps/PrivateProfileManager.java index 27340a3..75cca64 100644 --- a/src/com/android/launcher3/allapps/PrivateProfileManager.java +++ b/src/com/android/launcher3/allapps/PrivateProfileManager.java
@@ -712,7 +712,6 @@ animateCollapseAnimation()); } } - animatorSet.setDuration(EXPAND_COLLAPSE_DURATION); animatorSet.start(); }