package p037.p065.p070;

import android.graphics.Typeface;
import java.lang.reflect.Array;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;

/* JADX INFO: renamed from: މ.ރ.ބ.ޅ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public class C1869 extends C1868 {
    @Override // p037.p065.p070.C1868
    /* JADX INFO: renamed from: ؠ */
    public Typeface mo3686(Object obj) {
        try {
            Object objNewInstance = Array.newInstance(this.f6269, 1);
            Array.set(objNewInstance, 0, obj);
            return (Typeface) this.f6275.invoke(null, objNewInstance, "sans-serif", -1, -1);
        } catch (IllegalAccessException | InvocationTargetException e) {
            throw new RuntimeException(e);
        }
    }

    @Override // p037.p065.p070.C1868
    /* JADX INFO: renamed from: ހ */
    public Method mo3689(Class<?> cls) throws NoSuchMethodException {
        Class cls2 = Integer.TYPE;
        Method declaredMethod = Typeface.class.getDeclaredMethod("createFromFamiliesWithDefault", Array.newInstance(cls, 1).getClass(), String.class, cls2, cls2);
        declaredMethod.setAccessible(true);
        return declaredMethod;
    }
}
