package p037.p118;

import android.graphics.Rect;
import android.os.Build;
import android.util.Property;
import android.view.View;
import p037.p065.p078.C1920;

/* JADX INFO: renamed from: މ.ޔ.ޓ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public class C2506 {

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public static final C2514 f7871;

    /* JADX INFO: renamed from: ؠ, reason: contains not printable characters */
    public static final Property<View, Float> f7872;

    /* JADX INFO: renamed from: މ.ޔ.ޓ$֏, reason: contains not printable characters */
    public static class C2507 extends Property<View, Float> {
        public C2507(Class cls, String str) {
            super(cls, str);
        }

        @Override // android.util.Property
        public Float get(View view) {
            return Float.valueOf(C2506.m4582(view));
        }

        @Override // android.util.Property
        public void set(View view, Float f) {
            float fFloatValue = f.floatValue();
            C2506.f7871.mo4585(view, fFloatValue);
        }
    }

    /* JADX INFO: renamed from: މ.ޔ.ޓ$ؠ, reason: contains not printable characters */
    public static class C2508 extends Property<View, Rect> {
        public C2508(Class cls, String str) {
            super(cls, str);
        }

        @Override // android.util.Property
        public Rect get(View view) {
            return C1920.m3756(view);
        }

        @Override // android.util.Property
        public void set(View view, Rect rect) {
            C1920.m3743(view, rect);
        }
    }

    static {
        int i = Build.VERSION.SDK_INT;
        if (i >= 29) {
            f7871 = new C2513();
        } else if (i >= 23) {
            f7871 = new C2512();
        } else if (i >= 22) {
            f7871 = new C2511();
        } else {
            f7871 = new C2510();
        }
        f7872 = new C2507(Float.class, "translationAlpha");
        new C2508(Rect.class, "clipBounds");
    }

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public static InterfaceC2505 m4580(View view) {
        return new C2504(view);
    }

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public static void m4581(View view, int i, int i2, int i3, int i4) {
        f7871.mo4590(view, i, i2, i3, i4);
    }

    /* JADX INFO: renamed from: ؠ, reason: contains not printable characters */
    public static float m4582(View view) {
        return f7871.mo4586(view);
    }

    /* JADX INFO: renamed from: ހ, reason: contains not printable characters */
    public static InterfaceC2520 m4583(View view) {
        return new C2519(view);
    }
}
