[automerger] Set correct target position for other targets am: 707c09d3e3 am: 8c7e5cb111
Change-Id: I2567e3235c149b06fbb9efd1554a5fd90f3a4168
This commit is contained in:
@@ -618,7 +618,7 @@ public class LauncherAppTransitionManagerImpl extends LauncherAppTransitionManag
|
||||
targetCrop = crop;
|
||||
alpha = mAlpha.value;
|
||||
} else {
|
||||
matrix.reset();
|
||||
matrix.setTranslate(target.position.x, target.position.y);
|
||||
alpha = 1f;
|
||||
targetCrop = target.sourceContainerBounds;
|
||||
}
|
||||
@@ -735,7 +735,7 @@ public class LauncherAppTransitionManagerImpl extends LauncherAppTransitionManag
|
||||
matrix.postTranslate(target.position.x, target.position.y);
|
||||
alpha = mAlpha.value;
|
||||
} else {
|
||||
matrix.reset();
|
||||
matrix.setTranslate(target.position.x, target.position.y);
|
||||
alpha = 1f;
|
||||
}
|
||||
params[i] = new SurfaceParams(target.leash, alpha, matrix,
|
||||
|
||||
Reference in New Issue
Block a user