Loading packages/SystemUI/shared/src/com/android/systemui/shared/system/RemoteTransitionCompat.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -270,7 +270,7 @@ public class RemoteTransitionCompat implements Parcelable { mOpeningLeashes.add(openingTasks.get(i).getLeash()); mOpeningLeashes.add(openingTasks.get(i).getLeash()); // We are receiving new opening tasks, so convert to onTasksAppeared. // We are receiving new opening tasks, so convert to onTasksAppeared. final RemoteAnimationTargetCompat target = new RemoteAnimationTargetCompat( final RemoteAnimationTargetCompat target = new RemoteAnimationTargetCompat( openingTasks.get(i), layer, mInfo, t); openingTasks.get(i), layer, info, t); mLeashMap.put(mOpeningLeashes.get(i), target.leash.mSurfaceControl); mLeashMap.put(mOpeningLeashes.get(i), target.leash.mSurfaceControl); t.reparent(target.leash.mSurfaceControl, mInfo.getRootLeash()); t.reparent(target.leash.mSurfaceControl, mInfo.getRootLeash()); t.setLayer(target.leash.mSurfaceControl, layer); t.setLayer(target.leash.mSurfaceControl, layer); Loading Loading
packages/SystemUI/shared/src/com/android/systemui/shared/system/RemoteTransitionCompat.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -270,7 +270,7 @@ public class RemoteTransitionCompat implements Parcelable { mOpeningLeashes.add(openingTasks.get(i).getLeash()); mOpeningLeashes.add(openingTasks.get(i).getLeash()); // We are receiving new opening tasks, so convert to onTasksAppeared. // We are receiving new opening tasks, so convert to onTasksAppeared. final RemoteAnimationTargetCompat target = new RemoteAnimationTargetCompat( final RemoteAnimationTargetCompat target = new RemoteAnimationTargetCompat( openingTasks.get(i), layer, mInfo, t); openingTasks.get(i), layer, info, t); mLeashMap.put(mOpeningLeashes.get(i), target.leash.mSurfaceControl); mLeashMap.put(mOpeningLeashes.get(i), target.leash.mSurfaceControl); t.reparent(target.leash.mSurfaceControl, mInfo.getRootLeash()); t.reparent(target.leash.mSurfaceControl, mInfo.getRootLeash()); t.setLayer(target.leash.mSurfaceControl, layer); t.setLayer(target.leash.mSurfaceControl, layer); Loading