Merge "Add a view type check to ensure the right animation is used." into udc-dev am: 07c3491ec2
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/22433062 Change-Id: Ie0770e34f232590975f906936140da7f75c61eee Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -1789,7 +1789,8 @@ public class QuickstepTransitionManager implements OnDeviceProfileChangeListener
|
|||||||
viewToUse = v;
|
viewToUse = v;
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO(b/265134143): create a CUJ type for interaction jank monitoring.
|
// The CUJ is logged by the click handler, so we don't log it inside the animation
|
||||||
|
// library.
|
||||||
ActivityLaunchAnimator.Controller controllerDelegate =
|
ActivityLaunchAnimator.Controller controllerDelegate =
|
||||||
ActivityLaunchAnimator.Controller.fromView(viewToUse, null /* cujType */);
|
ActivityLaunchAnimator.Controller.fromView(viewToUse, null /* cujType */);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user