NetMirror.apk
Download file
package androidx.core.graphics;
import android.graphics.Typeface;
import java.lang.reflect.Array;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
/* JADX INFO: loaded from: classes.dex */
public class h extends g {
@Override // androidx.core.graphics.g
protected Typeface i(Object obj) {
try {
Object objNewInstance = Array.newInstance((Class<?>) this.f4500g, 1);
Array.set(objNewInstance, 0, obj);
return (Typeface) this.f4506m.invoke(null, objNewInstance, "sans-serif", -1, -1);
} catch (IllegalAccessException | InvocationTargetException e4) {
throw new RuntimeException(e4);
}
}
@Override // androidx.core.graphics.g
protected Method u(Class cls) throws NoSuchMethodException {
Class<?> cls2 = Array.newInstance((Class<?>) cls, 1).getClass();
Class cls3 = Integer.TYPE;
Method declaredMethod = Typeface.class.getDeclaredMethod("createFromFamiliesWithDefault", cls2, String.class, cls3, cls3);
declaredMethod.setAccessible(true);
return declaredMethod;
}
}
⚠️ This content was hidden by an advertisement filtering extension in your browser. Please disable it and reload the page to access the decompiled content.
We only display one small text ad to keep this service free. Here's what it looks like:
Read the Docs for Business: You write the docs. We do the rest.
Try it today!Ad by EthicalAds
Download file