package androidx.fragment.app;

import android.view.View;
import androidx.lifecycle.EnumC1107p;
import androidx.lifecycle.InterfaceC1111u;
import androidx.lifecycle.InterfaceC1113w;

/* JADX INFO: renamed from: androidx.fragment.app.z, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C1068z implements InterfaceC1111u {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final /* synthetic */ G f11744a;

    public C1068z(G g6) {
        this.f11744a = g6;
    }

    @Override // androidx.lifecycle.InterfaceC1111u
    public final void a(InterfaceC1113w interfaceC1113w, EnumC1107p enumC1107p) {
        View view;
        if (enumC1107p != EnumC1107p.ON_STOP || (view = this.f11744a.mView) == null) {
            return;
        }
        view.cancelPendingInputEvents();
    }
}
