package io.flutter.view;

import android.view.View;

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

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final View f28427a;

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

    public l(View view, int i10) {
        this.f28427a = view;
        this.f28428b = i10;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof l)) {
            return false;
        }
        l lVar = (l) obj;
        return this.f28428b == lVar.f28428b && this.f28427a.equals(lVar.f28427a);
    }

    public final int hashCode() {
        return ((this.f28427a.hashCode() + 31) * 31) + this.f28428b;
    }
}
