36 lines
1.3 KiB
Java
36 lines
1.3 KiB
Java
package com.google.android.gms.internal.vision;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
import com.google.android.gms.common.internal.safeparcel.AbstractSafeParcelable;
|
|
import com.google.android.gms.common.internal.safeparcel.SafeParcelWriter;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public final class zzy extends AbstractSafeParcelable {
|
|
public static final Parcelable.Creator<zzy> CREATOR = new zzz();
|
|
public final int height;
|
|
public final int left;
|
|
public final int top;
|
|
public final int width;
|
|
public final float zzfb;
|
|
|
|
public zzy(int i, int i2, int i3, int i4, float f) {
|
|
this.left = i;
|
|
this.top = i2;
|
|
this.width = i3;
|
|
this.height = i4;
|
|
this.zzfb = f;
|
|
}
|
|
|
|
@Override // android.os.Parcelable
|
|
public final void writeToParcel(Parcel parcel, int i) {
|
|
int beginObjectHeader = SafeParcelWriter.beginObjectHeader(parcel);
|
|
SafeParcelWriter.writeInt(parcel, 2, this.left);
|
|
SafeParcelWriter.writeInt(parcel, 3, this.top);
|
|
SafeParcelWriter.writeInt(parcel, 4, this.width);
|
|
SafeParcelWriter.writeInt(parcel, 5, this.height);
|
|
SafeParcelWriter.writeFloat(parcel, 6, this.zzfb);
|
|
SafeParcelWriter.finishObjectHeader(parcel, beginObjectHeader);
|
|
}
|
|
}
|