package defpackage;

import android.view.WindowInsets;

/* JADX INFO: renamed from: ʿᵼˀ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public class C0487 extends AbstractC2235 {

    /* JADX INFO: renamed from: ˊᵙᵾᵲ, reason: contains not printable characters */
    public C2031 f2589;

    public C0487(C2813 c2813, WindowInsets windowInsets) {
        super(c2813, windowInsets);
        this.f2589 = null;
    }

    @Override // defpackage.C4727
    /* JADX INFO: renamed from: ʽˈˋ, reason: contains not printable characters */
    public C2813 mo1951() {
        return C2813.m6792(this.f8851.consumeStableInsets(), null);
    }

    @Override // defpackage.C4727
    /* JADX INFO: renamed from: ˌᴵ */
    public void mo1060(C2031 c2031) {
        this.f2589 = c2031;
    }

    @Override // defpackage.C4727
    /* JADX INFO: renamed from: ːˏᵟᵯ, reason: contains not printable characters */
    public C2813 mo1952() {
        return C2813.m6792(this.f8851.consumeSystemWindowInsets(), null);
    }

    @Override // defpackage.C4727
    /* JADX INFO: renamed from: ᵱʡˏ, reason: contains not printable characters */
    public boolean mo1953() {
        return this.f8851.isConsumed();
    }

    @Override // defpackage.C4727
    /* JADX INFO: renamed from: ᵱᵽʡᵚ, reason: contains not printable characters */
    public final C2031 mo1954() {
        if (this.f2589 == null) {
            WindowInsets windowInsets = this.f8851;
            this.f2589 = C2031.m5447(windowInsets.getStableInsetLeft(), windowInsets.getStableInsetTop(), windowInsets.getStableInsetRight(), windowInsets.getStableInsetBottom());
        }
        return this.f2589;
    }
}
