package m6;

import android.view.View;
import d5.AbstractC0844a;

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

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

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

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

    public f(View view, View view2, int i) {
        P6.g.e(view, "view");
        this.f14676a = view;
        this.f14677b = view2;
        this.f14678c = i;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof f)) {
            return false;
        }
        f fVar = (f) obj;
        return P6.g.a(this.f14676a, fVar.f14676a) && P6.g.a(this.f14677b, fVar.f14677b) && this.f14678c == fVar.f14678c;
    }

    public final int hashCode() {
        int iHashCode = this.f14676a.hashCode() * 31;
        View view = this.f14677b;
        return ((iHashCode + (view == null ? 0 : view.hashCode())) * 31) + this.f14678c;
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("PendingAlignment(view=");
        sb.append(this.f14676a);
        sb.append(", childView=");
        sb.append(this.f14677b);
        sb.append(", sign=");
        return AbstractC0844a.n(sb, this.f14678c, ")");
    }
}
