package defpackage;

import android.window.BackEvent;

/* JADX INFO: renamed from: ˎᵵᵙ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C1783 {

    /* JADX INFO: renamed from: ʽˈˋ, reason: contains not printable characters */
    public final float f7156;

    /* JADX INFO: renamed from: ːˏᵟᵯ, reason: contains not printable characters */
    public final float f7157;

    /* JADX INFO: renamed from: ᵲᵶᵳˈ, reason: contains not printable characters */
    public final float f7158;

    /* JADX INFO: renamed from: ᵷᵺʾᵖ, reason: contains not printable characters */
    public final int f7159;

    public C1783(BackEvent backEvent) {
        C3234 c3234 = C3234.f12330;
        float fM7390 = c3234.m7390(backEvent);
        float fM7388 = c3234.m7388(backEvent);
        float fM7386 = c3234.m7386(backEvent);
        int iM7387 = c3234.m7387(backEvent);
        this.f7158 = fM7390;
        this.f7156 = fM7388;
        this.f7157 = fM7386;
        this.f7159 = iM7387;
    }

    public final String toString() {
        return "BackEventCompat{touchX=" + this.f7158 + ", touchY=" + this.f7156 + ", progress=" + this.f7157 + ", swipeEdge=" + this.f7159 + '}';
    }
}
