package p037.p118;

import android.graphics.Matrix;
import android.util.Log;
import android.view.View;
import java.lang.reflect.Field;
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 C2514 {

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public static Method f7878;

    /* JADX INFO: renamed from: ؠ, reason: contains not printable characters */
    public static boolean f7879;

    /* JADX INFO: renamed from: ހ, reason: contains not printable characters */
    public static Field f7880;

    /* JADX INFO: renamed from: ށ, reason: contains not printable characters */
    public static boolean f7881;

    /* JADX INFO: renamed from: ֏ */
    public void mo4584(View view) {
        throw null;
    }

    /* JADX INFO: renamed from: ֏ */
    public void mo4585(View view, float f) {
        throw null;
    }

    /* JADX INFO: renamed from: ֏ */
    public void mo4591(View view, int i) {
        if (!f7881) {
            try {
                Field declaredField = View.class.getDeclaredField("mViewFlags");
                f7880 = declaredField;
                declaredField.setAccessible(true);
            } catch (NoSuchFieldException unused) {
                Log.i("ViewUtilsBase", "fetchViewFlagsField: ");
            }
            f7881 = true;
        }
        Field field = f7880;
        if (field != null) {
            try {
                f7880.setInt(view, i | (field.getInt(view) & (-13)));
            } catch (IllegalAccessException unused2) {
            }
        }
    }

    /* JADX INFO: renamed from: ֏ */
    public void mo4590(View view, int i, int i2, int i3, int i4) {
        if (!f7879) {
            try {
                Method declaredMethod = View.class.getDeclaredMethod("setFrame", Integer.TYPE, Integer.TYPE, Integer.TYPE, Integer.TYPE);
                f7878 = declaredMethod;
                declaredMethod.setAccessible(true);
            } catch (NoSuchMethodException e) {
                Log.i("ViewUtilsBase", "Failed to retrieve setFrame method", e);
            }
            f7879 = true;
        }
        Method method = f7878;
        if (method != null) {
            try {
                method.invoke(view, Integer.valueOf(i), Integer.valueOf(i2), Integer.valueOf(i3), Integer.valueOf(i4));
            } catch (IllegalAccessException unused) {
            } catch (InvocationTargetException e2) {
                throw new RuntimeException(e2.getCause());
            }
        }
    }

    /* JADX INFO: renamed from: ֏ */
    public void mo4588(View view, Matrix matrix) {
        throw null;
    }

    /* JADX INFO: renamed from: ؠ */
    public float mo4586(View view) {
        throw null;
    }

    /* JADX INFO: renamed from: ؠ */
    public void mo4589(View view, Matrix matrix) {
        throw null;
    }

    /* JADX INFO: renamed from: ހ */
    public void mo4587(View view) {
        throw null;
    }
}
