package F1;

import android.view.View;
import android.view.WindowInsets;

/* JADX INFO: renamed from: F1.z, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public abstract class AbstractC0196z {
    public static m0 a(View view) {
        WindowInsets rootWindowInsets = view.getRootWindowInsets();
        if (rootWindowInsets == null) {
            return null;
        }
        m0 m0VarC = m0.c(null, rootWindowInsets);
        h0 h0Var = m0VarC.f1458a;
        h0Var.t(m0VarC);
        h0Var.d(view.getRootView());
        return m0VarC;
    }
}
