package defpackage;

import android.view.View;
import java.lang.ref.WeakReference;

/* JADX INFO: renamed from: ʿᵯᵗ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C0471 {

    /* JADX INFO: renamed from: ᵲᵶᵳˈ, reason: contains not printable characters */
    public final WeakReference f2564;

    public C0471(View view) {
        this.f2564 = new WeakReference(view);
    }

    /* JADX INFO: renamed from: ʽˈˋ, reason: contains not printable characters */
    public final void m1929() {
        View view = (View) this.f2564.get();
        if (view != null) {
            view.animate().cancel();
        }
    }

    /* JADX INFO: renamed from: ːˏᵟᵯ, reason: contains not printable characters */
    public final void m1930(long j) {
        View view = (View) this.f2564.get();
        if (view != null) {
            view.animate().setDuration(j);
        }
    }

    /* JADX INFO: renamed from: ᵨᵣ, reason: contains not printable characters */
    public final void m1931(float f) {
        View view = (View) this.f2564.get();
        if (view != null) {
            view.animate().translationY(f);
        }
    }

    /* JADX INFO: renamed from: ᵲᵶᵳˈ, reason: contains not printable characters */
    public final void m1932(float f) {
        View view = (View) this.f2564.get();
        if (view != null) {
            view.animate().alpha(f);
        }
    }

    /* JADX INFO: renamed from: ᵷᵺʾᵖ, reason: contains not printable characters */
    public final void m1933(InterfaceC1408 interfaceC1408) {
        View view = (View) this.f2564.get();
        if (view != null) {
            if (interfaceC1408 != null) {
                view.animate().setListener(new C5131(interfaceC1408, view));
            } else {
                view.animate().setListener(null);
            }
        }
    }
}
