Weather/smali_classes3/com/moji/newliveview/dynamic/DynamicCell$1.smali
2021-05-10 10:13:34 +02:00

72 lines
1.9 KiB
Smali

.class Lcom/moji/newliveview/dynamic/DynamicCell$1;
.super Ljava/lang/Object;
.source "DynamicCell.java"
# interfaces
.implements Landroid/animation/ValueAnimator$AnimatorUpdateListener;
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lcom/moji/newliveview/dynamic/DynamicCell;->d()V
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x0
name = null
.end annotation
# instance fields
.field final synthetic a:Lcom/moji/newliveview/dynamic/DynamicCell;
# direct methods
.method constructor <init>(Lcom/moji/newliveview/dynamic/DynamicCell;)V
.locals 0
.line 373
iput-object p1, p0, Lcom/moji/newliveview/dynamic/DynamicCell$1;->a:Lcom/moji/newliveview/dynamic/DynamicCell;
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public onAnimationUpdate(Landroid/animation/ValueAnimator;)V
.locals 1
.line 376
invoke-virtual {p1}, Landroid/animation/ValueAnimator;->getAnimatedValue()Ljava/lang/Object;
move-result-object p1
check-cast p1, Ljava/lang/Float;
invoke-virtual {p1}, Ljava/lang/Float;->floatValue()F
move-result p1
.line 377
iget-object v0, p0, Lcom/moji/newliveview/dynamic/DynamicCell$1;->a:Lcom/moji/newliveview/dynamic/DynamicCell;
invoke-static {v0}, Lcom/moji/newliveview/dynamic/DynamicCell;->a(Lcom/moji/newliveview/dynamic/DynamicCell;)Landroid/widget/ImageView;
move-result-object v0
invoke-virtual {v0, p1}, Landroid/widget/ImageView;->setScaleX(F)V
.line 378
iget-object v0, p0, Lcom/moji/newliveview/dynamic/DynamicCell$1;->a:Lcom/moji/newliveview/dynamic/DynamicCell;
invoke-static {v0}, Lcom/moji/newliveview/dynamic/DynamicCell;->a(Lcom/moji/newliveview/dynamic/DynamicCell;)Landroid/widget/ImageView;
move-result-object v0
invoke-virtual {v0, p1}, Landroid/widget/ImageView;->setScaleY(F)V
return-void
.end method