package N1;

import androidx.recyclerview.widget.StaggeredGridLayoutManager;
import java.util.Arrays;

/* JADX INFO: loaded from: classes.dex */
public final class x0 {

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

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

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

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

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

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

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    public final /* synthetic */ StaggeredGridLayoutManager f4695g;

    public x0(StaggeredGridLayoutManager staggeredGridLayoutManager) {
        this.f4695g = staggeredGridLayoutManager;
        a();
    }

    public final void a() {
        this.f4689a = -1;
        this.f4690b = Integer.MIN_VALUE;
        this.f4691c = false;
        this.f4692d = false;
        this.f4693e = false;
        int[] iArr = this.f4694f;
        if (iArr != null) {
            Arrays.fill(iArr, -1);
        }
    }
}
