SplashAnimatorView$2.smali

.class final Lcom/cmcm/safewallet/ui/widget/splash/SplashAnimatorView$2;
.super Ljava/lang/Object;
.source "SplashAnimatorView.java"

# interfaces
.implements Landroid/animation/ValueAnimator$AnimatorUpdateListener;


# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
    value = Lcom/cmcm/safewallet/ui/widget/splash/SplashAnimatorView;
.end annotation


# instance fields
.field private synthetic aNJ:Lcom/cmcm/safewallet/ui/widget/splash/SplashAnimatorView;


# direct methods
.method constructor <init>(Lcom/cmcm/safewallet/ui/widget/splash/SplashAnimatorView;)V
    .registers 2

    .prologue
    .line 90
    iput-object p1, p0, Lcom/cmcm/safewallet/ui/widget/splash/SplashAnimatorView$2;->aNJ:Lcom/cmcm/safewallet/ui/widget/splash/SplashAnimatorView;

    invoke-direct {p0}, Ljava/lang/Object;-><init>()V

    return-void
.end method


# virtual methods
.method public final onAnimationUpdate(Landroid/animation/ValueAnimator;)V
    .registers 4

    .prologue
    .line 93
    invoke-virtual {p1}, Landroid/animation/ValueAnimator;->getAnimatedValue()Ljava/lang/Object;

    move-result-object v0

    check-cast v0, Ljava/lang/Float;

    invoke-virtual {v0}, Ljava/lang/Float;->floatValue()F

    move-result v0

    .line 94
    iget-object v1, p0, Lcom/cmcm/safewallet/ui/widget/splash/SplashAnimatorView$2;->aNJ:Lcom/cmcm/safewallet/ui/widget/splash/SplashAnimatorView;

    invoke-static {v1}, Lcom/cmcm/safewallet/ui/widget/splash/SplashAnimatorView;->b(Lcom/cmcm/safewallet/ui/widget/splash/SplashAnimatorView;)Landroid/widget/RelativeLayout;

    move-result-object v1

    invoke-virtual {v1, v0}, Landroid/widget/RelativeLayout;->setAlpha(F)V

    .line 95
    return-void
.end method