package androidx.recyclerview.widget;

import android.os.Parcel;
import android.os.Parcelable;
import java.util.List;

/* JADX INFO: loaded from: classes.dex */
public final class t2 implements Parcelable {
    public static final Parcelable.Creator<t2> CREATOR = new androidx.activity.result.a(14);

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

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

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

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public int[] f3899d;

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

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public int[] f3901f;

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

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

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

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

    @Override // android.os.Parcelable
    public final int describeContents() {
        return 0;
    }

    @Override // android.os.Parcelable
    public final void writeToParcel(Parcel parcel, int i10) {
        parcel.writeInt(this.f3896a);
        parcel.writeInt(this.f3897b);
        parcel.writeInt(this.f3898c);
        if (this.f3898c > 0) {
            parcel.writeIntArray(this.f3899d);
        }
        parcel.writeInt(this.f3900e);
        if (this.f3900e > 0) {
            parcel.writeIntArray(this.f3901f);
        }
        parcel.writeInt(this.f3903h ? 1 : 0);
        parcel.writeInt(this.f3904i ? 1 : 0);
        parcel.writeInt(this.f3905j ? 1 : 0);
        parcel.writeList(this.f3902g);
    }
}
