package com.google.android.material.appbar;

import android.os.Parcel;
import android.os.Parcelable;

/* JADX INFO: loaded from: classes2.dex */
public final class g extends x0.b {
    public static final Parcelable.Creator<g> CREATOR = new f();

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public boolean f22194c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public boolean f22195d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public int f22196e;

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public float f22197f;

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    public boolean f22198g;

    public g(Parcel parcel, ClassLoader classLoader) {
        super(parcel, classLoader);
        this.f22194c = parcel.readByte() != 0;
        this.f22195d = parcel.readByte() != 0;
        this.f22196e = parcel.readInt();
        this.f22197f = parcel.readFloat();
        this.f22198g = parcel.readByte() != 0;
    }

    @Override // x0.b, android.os.Parcelable
    public final void writeToParcel(Parcel parcel, int i10) {
        parcel.writeParcelable(this.f34321a, i10);
        parcel.writeByte(this.f22194c ? (byte) 1 : (byte) 0);
        parcel.writeByte(this.f22195d ? (byte) 1 : (byte) 0);
        parcel.writeInt(this.f22196e);
        parcel.writeFloat(this.f22197f);
        parcel.writeByte(this.f22198g ? (byte) 1 : (byte) 0);
    }
}
