package p037.p118;

import android.annotation.SuppressLint;
import android.view.View;

/* JADX INFO: renamed from: މ.ޔ.ޖ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public class C2511 extends C2510 {

    /* JADX INFO: renamed from: ޅ, reason: contains not printable characters */
    public static boolean f7876 = true;

    @Override // p037.p118.C2514
    @SuppressLint({"NewApi"})
    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public void mo4590(View view, int i, int i2, int i3, int i4) {
        if (f7876) {
            try {
                view.setLeftTopRightBottom(i, i2, i3, i4);
            } catch (NoSuchMethodError unused) {
                f7876 = false;
            }
        }
    }
}
