Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 63850017 authored by Miranda Kephart's avatar Miranda Kephart Committed by Automerger Merge Worker
Browse files

Merge "Offset ghost views by the containing view's location" into sc-v2-dev am: a7d22696

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15611765

Change-Id: I50d7925ea7d904ac746607307beb3546e93f4399
parents 5f71a42d a7d22696
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -871,6 +871,7 @@ abstract class ActivityTransitionCoordinator extends ResultReceiver {
                if (view.isAttachedToWindow()) {
                    tempMatrix.reset();
                    mSharedElementParentMatrices.get(i).invert(tempMatrix);
                    decor.transformMatrixToLocal(tempMatrix);
                    GhostView.addGhost(view, decor, tempMatrix);
                    ViewGroup parent = (ViewGroup) view.getParent();
                    if (moveWithParent && !isInTransitionGroup(parent, decor)) {