package io.flutter.plugin.editing;

import android.graphics.HardwareRenderer;
import android.graphics.RenderNode;
import android.graphics.drawable.ColorStateListDrawable;

/* JADX INFO: loaded from: classes.dex */
public abstract /* synthetic */ class b {
    public static /* synthetic */ void C() {
    }

    public static /* synthetic */ HardwareRenderer e() {
        return new HardwareRenderer();
    }

    public static /* synthetic */ RenderNode h() {
        return new RenderNode("BlurEffect");
    }

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

    public static /* synthetic */ void m() {
    }

    public static /* bridge */ /* synthetic */ boolean v(Object obj) {
        return obj instanceof ColorStateListDrawable;
    }

    public static /* synthetic */ void z() {
    }
}
