commit | 4dd0fb173bde07fd057bc1f9fdf89417ddaec148 | [log] [tgz] |
---|---|---|
author | vadimt <vadimt@google.com> | Wed Nov 11 19:25:09 2020 -0800 |
committer | vadimt <vadimt@google.com> | Thu Nov 12 18:42:20 2020 -0800 |
tree | ab65d49138991942407bff00f4977f90e513d49f | |
parent | 22a5a684641f5e634ff5c36e788dde39d33a1380 [diff] |
Removing blocking call during cuj_LAUNCHER_APP_LAUNCH_FROM_ICON This is a part of Blue Chip de-janking effort and is a P0 item in our CUJ list. In the last frame of the app-open animation, we have a android.view.IRemoteAnimationFinishedCallback$Stub$Proxy.onAnimationFinished call which is blocking and prone to lock contention in WindowManager. Moving the call to after the animation. Bug: 173072373 Change-Id: If5eb6469900d1892b861eda6d6b4807d90630b6b