Loading core/java/android/view/RemoteAnimationTarget.java +6 −2 Original line number Diff line number Diff line Loading @@ -246,8 +246,12 @@ public class RemoteAnimationTarget implements Parcelable { position.writeToProto(proto, POSITION); sourceContainerBounds.writeToProto(proto, SOURCE_CONTAINER_BOUNDS); windowConfiguration.writeToProto(proto, WINDOW_CONFIGURATION); if (startLeash != null) { startLeash.writeToProto(proto, START_LEASH); } if (startBounds != null) { startBounds.writeToProto(proto, START_BOUNDS); } proto.end(token); } Loading Loading
core/java/android/view/RemoteAnimationTarget.java +6 −2 Original line number Diff line number Diff line Loading @@ -246,8 +246,12 @@ public class RemoteAnimationTarget implements Parcelable { position.writeToProto(proto, POSITION); sourceContainerBounds.writeToProto(proto, SOURCE_CONTAINER_BOUNDS); windowConfiguration.writeToProto(proto, WINDOW_CONFIGURATION); if (startLeash != null) { startLeash.writeToProto(proto, START_LEASH); } if (startBounds != null) { startBounds.writeToProto(proto, START_BOUNDS); } proto.end(token); } Loading