package p6;

import android.graphics.RenderNode;
import android.view.contentcapture.ContentCaptureSession;

/* JADX INFO: loaded from: classes.dex */
public abstract /* synthetic */ class a {
    public static /* synthetic */ RenderNode e() {
        return new RenderNode("BlurViewHost node");
    }

    public static /* bridge */ /* synthetic */ ContentCaptureSession i(Object obj) {
        return (ContentCaptureSession) obj;
    }

    public static /* synthetic */ RenderNode u() {
        return new RenderNode("BlurView node");
    }
}
