package d;

import android.window.BackEvent;

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

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

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

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

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

    public b(BackEvent backEvent) {
        a aVar = a.f11255a;
        float fD = aVar.d(backEvent);
        float fE = aVar.e(backEvent);
        float fB = aVar.b(backEvent);
        int iC = aVar.c(backEvent);
        this.f11256a = fD;
        this.f11257b = fE;
        this.f11258c = fB;
        this.f11259d = iC;
    }

    public final String toString() {
        return "BackEventCompat{touchX=" + this.f11256a + ", touchY=" + this.f11257b + ", progress=" + this.f11258c + ", swipeEdge=" + this.f11259d + '}';
    }
}
