Loading quickstep/src/com/android/launcher3/QuickstepAppTransitionManagerImpl.java +22 −24 Original line number Diff line number Diff line Loading @@ -802,7 +802,6 @@ public abstract class QuickstepAppTransitionManagerImpl extends LauncherAppTrans } private void addCujInstrumentation(Animator anim, int cuj, String transition) { if (Trace.isEnabled()) { anim.addListener(new AnimationSuccessListener() { @Override public void onAnimationStart(Animator animation) { Loading @@ -829,7 +828,6 @@ public abstract class QuickstepAppTransitionManagerImpl extends LauncherAppTrans } }); } } /** * Remote animation runner for animation from the app to Launcher, including recents. Loading Loading
quickstep/src/com/android/launcher3/QuickstepAppTransitionManagerImpl.java +22 −24 Original line number Diff line number Diff line Loading @@ -802,7 +802,6 @@ public abstract class QuickstepAppTransitionManagerImpl extends LauncherAppTrans } private void addCujInstrumentation(Animator anim, int cuj, String transition) { if (Trace.isEnabled()) { anim.addListener(new AnimationSuccessListener() { @Override public void onAnimationStart(Animator animation) { Loading @@ -829,7 +828,6 @@ public abstract class QuickstepAppTransitionManagerImpl extends LauncherAppTrans } }); } } /** * Remote animation runner for animation from the app to Launcher, including recents. Loading