package defpackage;

import android.content.Context;
import android.util.AttributeSet;
import android.view.LayoutInflater;
import android.view.View;

/* JADX INFO: renamed from: ˉʽˊ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C1154 extends LayoutInflater {

    /* JADX INFO: renamed from: ᵲᵶᵳˈ, reason: contains not printable characters */
    public static final String[] f4932 = {"android.widget.", "android.webkit.", "android.app."};

    public C1154(Context context) {
        super(context);
    }

    @Override // android.view.LayoutInflater
    public final LayoutInflater cloneInContext(Context context) {
        return new C1154(context);
    }

    @Override // android.view.LayoutInflater
    public final View onCreateView(String str, AttributeSet attributeSet) {
        View viewCreateView;
        for (int i = 0; i < 3; i++) {
            try {
                viewCreateView = createView(str, f4932[i], attributeSet);
            } catch (ClassNotFoundException unused) {
            }
            if (viewCreateView != null) {
                return viewCreateView;
            }
        }
        return super.onCreateView(str, attributeSet);
    }
}
