package androidx.recyclerview.widget;

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

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

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

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

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

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

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

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

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

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

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

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

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

    /* JADX INFO: renamed from: m, reason: collision with root package name */
    public long f3712m;

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

    public final void a(int i10) {
        if ((this.f3703d & i10) != 0) {
            return;
        }
        throw new IllegalStateException("Layout state should be one of " + Integer.toBinaryString(i10) + " but it is " + Integer.toBinaryString(this.f3703d));
    }

    public final int b() {
        return this.f3706g ? this.f3701b - this.f3702c : this.f3704e;
    }

    public final String toString() {
        return "State{mTargetPosition=" + this.f3700a + ", mData=null, mItemCount=" + this.f3704e + ", mIsMeasuring=" + this.f3708i + ", mPreviousLayoutItemCount=" + this.f3701b + ", mDeletedInvisibleItemCountSincePreviousLayout=" + this.f3702c + ", mStructureChanged=" + this.f3705f + ", mInPreLayout=" + this.f3706g + ", mRunSimpleAnimations=" + this.f3709j + ", mRunPredictiveAnimations=" + this.f3710k + '}';
    }
}
