package androidx.core.view;

import android.view.WindowInsets;

/* JADX INFO: renamed from: androidx.core.view.e0, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public abstract /* synthetic */ class AbstractC0182e0 {
    public static /* synthetic */ WindowInsets.Builder a(WindowInsets windowInsets) {
        return new WindowInsets.Builder(windowInsets);
    }
}
