Weather/smali_classes2/com/moji/lottie/BaseKeyframeAnimation.smali
2021-05-10 10:13:34 +02:00

503 lines
10 KiB
Smali

.class abstract Lcom/moji/lottie/BaseKeyframeAnimation;
.super Ljava/lang/Object;
.source "BaseKeyframeAnimation.java"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/moji/lottie/BaseKeyframeAnimation$AnimationListener;
}
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"<K:",
"Ljava/lang/Object;",
"A:",
"Ljava/lang/Object;",
">",
"Ljava/lang/Object;"
}
.end annotation
# instance fields
.field final a:Ljava/util/List;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/List<",
"Lcom/moji/lottie/BaseKeyframeAnimation$AnimationListener;",
">;"
}
.end annotation
.end field
.field private b:Z
.field private final c:Ljava/util/List;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/List<",
"+",
"Lcom/moji/lottie/Keyframe<",
"TK;>;>;"
}
.end annotation
.end field
.field private d:F
.field private e:Lcom/moji/lottie/Keyframe;
.annotation build Landroid/support/annotation/Nullable;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Lcom/moji/lottie/Keyframe<",
"TK;>;"
}
.end annotation
.end field
# direct methods
.method constructor <init>(Ljava/util/List;)V
.locals 1
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/util/List<",
"+",
"Lcom/moji/lottie/Keyframe<",
"TK;>;>;)V"
}
.end annotation
.line 27
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 18
new-instance v0, Ljava/util/ArrayList;
invoke-direct {v0}, Ljava/util/ArrayList;-><init>()V
iput-object v0, p0, Lcom/moji/lottie/BaseKeyframeAnimation;->a:Ljava/util/List;
const/4 v0, 0x0
.line 19
iput-boolean v0, p0, Lcom/moji/lottie/BaseKeyframeAnimation;->b:Z
const/4 v0, 0x0
.line 22
iput v0, p0, Lcom/moji/lottie/BaseKeyframeAnimation;->d:F
.line 28
iput-object p1, p0, Lcom/moji/lottie/BaseKeyframeAnimation;->c:Ljava/util/List;
return-void
.end method
.method private d()Lcom/moji/lottie/Keyframe;
.locals 4
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Lcom/moji/lottie/Keyframe<",
"TK;>;"
}
.end annotation
.line 57
iget-object v0, p0, Lcom/moji/lottie/BaseKeyframeAnimation;->c:Ljava/util/List;
invoke-interface {v0}, Ljava/util/List;->isEmpty()Z
move-result v0
if-nez v0, :cond_3
.line 61
iget-object v0, p0, Lcom/moji/lottie/BaseKeyframeAnimation;->e:Lcom/moji/lottie/Keyframe;
if-eqz v0, :cond_0
iget-object v0, p0, Lcom/moji/lottie/BaseKeyframeAnimation;->e:Lcom/moji/lottie/Keyframe;
iget v1, p0, Lcom/moji/lottie/BaseKeyframeAnimation;->d:F
invoke-virtual {v0, v1}, Lcom/moji/lottie/Keyframe;->a(F)Z
move-result v0
if-eqz v0, :cond_0
.line 62
iget-object v0, p0, Lcom/moji/lottie/BaseKeyframeAnimation;->e:Lcom/moji/lottie/Keyframe;
return-object v0
.line 66
:cond_0
iget-object v0, p0, Lcom/moji/lottie/BaseKeyframeAnimation;->c:Ljava/util/List;
const/4 v1, 0x0
invoke-interface {v0, v1}, Ljava/util/List;->get(I)Ljava/lang/Object;
move-result-object v0
check-cast v0, Lcom/moji/lottie/Keyframe;
.line 67
iget v2, p0, Lcom/moji/lottie/BaseKeyframeAnimation;->d:F
invoke-virtual {v0}, Lcom/moji/lottie/Keyframe;->a()F
move-result v3
cmpg-float v2, v2, v3
if-gez v2, :cond_1
.line 68
iput-object v0, p0, Lcom/moji/lottie/BaseKeyframeAnimation;->e:Lcom/moji/lottie/Keyframe;
return-object v0
.line 72
:cond_1
:goto_0
iget v2, p0, Lcom/moji/lottie/BaseKeyframeAnimation;->d:F
invoke-virtual {v0, v2}, Lcom/moji/lottie/Keyframe;->a(F)Z
move-result v2
if-nez v2, :cond_2
iget-object v2, p0, Lcom/moji/lottie/BaseKeyframeAnimation;->c:Ljava/util/List;
invoke-interface {v2}, Ljava/util/List;->size()I
move-result v2
if-ge v1, v2, :cond_2
.line 73
iget-object v0, p0, Lcom/moji/lottie/BaseKeyframeAnimation;->c:Ljava/util/List;
invoke-interface {v0, v1}, Ljava/util/List;->get(I)Ljava/lang/Object;
move-result-object v0
check-cast v0, Lcom/moji/lottie/Keyframe;
add-int/lit8 v1, v1, 0x1
goto :goto_0
.line 76
:cond_2
iput-object v0, p0, Lcom/moji/lottie/BaseKeyframeAnimation;->e:Lcom/moji/lottie/Keyframe;
return-object v0
.line 58
:cond_3
new-instance v0, Ljava/lang/IllegalStateException;
const-string v1, "There are no keyframes"
invoke-direct {v0, v1}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
throw v0
.end method
.method private e()F
.locals 4
.line 85
iget-boolean v0, p0, Lcom/moji/lottie/BaseKeyframeAnimation;->b:Z
const/4 v1, 0x0
if-eqz v0, :cond_0
return v1
.line 89
:cond_0
invoke-direct {p0}, Lcom/moji/lottie/BaseKeyframeAnimation;->d()Lcom/moji/lottie/Keyframe;
move-result-object v0
.line 90
invoke-virtual {v0}, Lcom/moji/lottie/Keyframe;->c()Z
move-result v2
if-eqz v2, :cond_1
return v1
.line 93
:cond_1
iget v1, p0, Lcom/moji/lottie/BaseKeyframeAnimation;->d:F
invoke-virtual {v0}, Lcom/moji/lottie/Keyframe;->a()F
move-result v2
sub-float/2addr v1, v2
.line 94
invoke-virtual {v0}, Lcom/moji/lottie/Keyframe;->b()F
move-result v2
invoke-virtual {v0}, Lcom/moji/lottie/Keyframe;->a()F
move-result v3
sub-float/2addr v2, v3
.line 96
iget-object v0, v0, Lcom/moji/lottie/Keyframe;->c:Landroid/view/animation/Interpolator;
div-float/2addr v1, v2
invoke-interface {v0, v1}, Landroid/view/animation/Interpolator;->getInterpolation(F)F
move-result v0
return v0
.end method
.method private f()F
.locals 2
.annotation build Landroid/support/annotation/FloatRange;
.end annotation
.line 101
iget-object v0, p0, Lcom/moji/lottie/BaseKeyframeAnimation;->c:Ljava/util/List;
invoke-interface {v0}, Ljava/util/List;->isEmpty()Z
move-result v0
if-eqz v0, :cond_0
const/4 v0, 0x0
goto :goto_0
:cond_0
iget-object v0, p0, Lcom/moji/lottie/BaseKeyframeAnimation;->c:Ljava/util/List;
const/4 v1, 0x0
invoke-interface {v0, v1}, Ljava/util/List;->get(I)Ljava/lang/Object;
move-result-object v0
check-cast v0, Lcom/moji/lottie/Keyframe;
invoke-virtual {v0}, Lcom/moji/lottie/Keyframe;->a()F
move-result v0
:goto_0
return v0
.end method
.method private g()F
.locals 2
.annotation build Landroid/support/annotation/FloatRange;
.end annotation
.line 106
iget-object v0, p0, Lcom/moji/lottie/BaseKeyframeAnimation;->c:Ljava/util/List;
invoke-interface {v0}, Ljava/util/List;->isEmpty()Z
move-result v0
if-eqz v0, :cond_0
const/high16 v0, 0x3f800000 # 1.0f
goto :goto_0
:cond_0
iget-object v0, p0, Lcom/moji/lottie/BaseKeyframeAnimation;->c:Ljava/util/List;
iget-object v1, p0, Lcom/moji/lottie/BaseKeyframeAnimation;->c:Ljava/util/List;
invoke-interface {v1}, Ljava/util/List;->size()I
move-result v1
add-int/lit8 v1, v1, -0x1
invoke-interface {v0, v1}, Ljava/util/List;->get(I)Ljava/lang/Object;
move-result-object v0
check-cast v0, Lcom/moji/lottie/Keyframe;
invoke-virtual {v0}, Lcom/moji/lottie/Keyframe;->b()F
move-result v0
:goto_0
return v0
.end method
# virtual methods
.method abstract a(Lcom/moji/lottie/Keyframe;F)Ljava/lang/Object;
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/moji/lottie/Keyframe<",
"TK;>;F)TA;"
}
.end annotation
.end method
.method a()V
.locals 1
const/4 v0, 0x1
.line 32
iput-boolean v0, p0, Lcom/moji/lottie/BaseKeyframeAnimation;->b:Z
return-void
.end method
.method a(F)V
.locals 1
.param p1 # F
.annotation build Landroid/support/annotation/FloatRange;
.end annotation
.end param
.line 40
invoke-direct {p0}, Lcom/moji/lottie/BaseKeyframeAnimation;->f()F
move-result v0
cmpg-float v0, p1, v0
if-gez v0, :cond_0
const/4 p1, 0x0
goto :goto_0
.line 42
:cond_0
invoke-direct {p0}, Lcom/moji/lottie/BaseKeyframeAnimation;->g()F
move-result v0
cmpl-float v0, p1, v0
if-lez v0, :cond_1
const/high16 p1, 0x3f800000 # 1.0f
.line 46
:cond_1
:goto_0
iget v0, p0, Lcom/moji/lottie/BaseKeyframeAnimation;->d:F
cmpl-float v0, p1, v0
if-nez v0, :cond_2
return-void
.line 49
:cond_2
iput p1, p0, Lcom/moji/lottie/BaseKeyframeAnimation;->d:F
const/4 p1, 0x0
.line 51
:goto_1
iget-object v0, p0, Lcom/moji/lottie/BaseKeyframeAnimation;->a:Ljava/util/List;
invoke-interface {v0}, Ljava/util/List;->size()I
move-result v0
if-ge p1, v0, :cond_3
.line 52
iget-object v0, p0, Lcom/moji/lottie/BaseKeyframeAnimation;->a:Ljava/util/List;
invoke-interface {v0, p1}, Ljava/util/List;->get(I)Ljava/lang/Object;
move-result-object v0
check-cast v0, Lcom/moji/lottie/BaseKeyframeAnimation$AnimationListener;
invoke-interface {v0}, Lcom/moji/lottie/BaseKeyframeAnimation$AnimationListener;->a()V
add-int/lit8 p1, p1, 0x1
goto :goto_1
:cond_3
return-void
.end method
.method a(Lcom/moji/lottie/BaseKeyframeAnimation$AnimationListener;)V
.locals 1
.line 36
iget-object v0, p0, Lcom/moji/lottie/BaseKeyframeAnimation;->a:Ljava/util/List;
invoke-interface {v0, p1}, Ljava/util/List;->add(Ljava/lang/Object;)Z
return-void
.end method
.method public b()Ljava/lang/Object;
.locals 2
.annotation system Ldalvik/annotation/Signature;
value = {
"()TA;"
}
.end annotation
.line 110
invoke-direct {p0}, Lcom/moji/lottie/BaseKeyframeAnimation;->d()Lcom/moji/lottie/Keyframe;
move-result-object v0
invoke-direct {p0}, Lcom/moji/lottie/BaseKeyframeAnimation;->e()F
move-result v1
invoke-virtual {p0, v0, v1}, Lcom/moji/lottie/BaseKeyframeAnimation;->a(Lcom/moji/lottie/Keyframe;F)Ljava/lang/Object;
move-result-object v0
return-object v0
.end method
.method c()F
.locals 1
.line 114
iget v0, p0, Lcom/moji/lottie/BaseKeyframeAnimation;->d:F
return v0
.end method