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

149 lines
4.4 KiB
Smali

.class Lcom/moji/lottie/AnimatableTransform;
.super Ljava/lang/Object;
.source "AnimatableTransform.java"
# interfaces
.implements Lcom/moji/lottie/ModifierContent;
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/moji/lottie/AnimatableTransform$Factory;
}
.end annotation
# instance fields
.field private final a:Lcom/moji/lottie/AnimatablePathValue;
.field private final b:Lcom/moji/lottie/AnimatableValue;
.annotation system Ldalvik/annotation/Signature;
value = {
"Lcom/moji/lottie/AnimatableValue<",
"Landroid/graphics/PointF;",
">;"
}
.end annotation
.end field
.field private final c:Lcom/moji/lottie/AnimatableScaleValue;
.field private final d:Lcom/moji/lottie/AnimatableFloatValue;
.field private final e:Lcom/moji/lottie/AnimatableIntegerValue;
# direct methods
.method private constructor <init>(Lcom/moji/lottie/AnimatablePathValue;Lcom/moji/lottie/AnimatableValue;Lcom/moji/lottie/AnimatableScaleValue;Lcom/moji/lottie/AnimatableFloatValue;Lcom/moji/lottie/AnimatableIntegerValue;)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/moji/lottie/AnimatablePathValue;",
"Lcom/moji/lottie/AnimatableValue<",
"Landroid/graphics/PointF;",
">;",
"Lcom/moji/lottie/AnimatableScaleValue;",
"Lcom/moji/lottie/AnimatableFloatValue;",
"Lcom/moji/lottie/AnimatableIntegerValue;",
")V"
}
.end annotation
.line 18
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 19
iput-object p1, p0, Lcom/moji/lottie/AnimatableTransform;->a:Lcom/moji/lottie/AnimatablePathValue;
.line 20
iput-object p2, p0, Lcom/moji/lottie/AnimatableTransform;->b:Lcom/moji/lottie/AnimatableValue;
.line 21
iput-object p3, p0, Lcom/moji/lottie/AnimatableTransform;->c:Lcom/moji/lottie/AnimatableScaleValue;
.line 22
iput-object p4, p0, Lcom/moji/lottie/AnimatableTransform;->d:Lcom/moji/lottie/AnimatableFloatValue;
.line 23
iput-object p5, p0, Lcom/moji/lottie/AnimatableTransform;->e:Lcom/moji/lottie/AnimatableIntegerValue;
return-void
.end method
.method synthetic constructor <init>(Lcom/moji/lottie/AnimatablePathValue;Lcom/moji/lottie/AnimatableValue;Lcom/moji/lottie/AnimatableScaleValue;Lcom/moji/lottie/AnimatableFloatValue;Lcom/moji/lottie/AnimatableIntegerValue;Lcom/moji/lottie/AnimatableTransform$1;)V
.locals 0
.line 10
invoke-direct/range {p0 .. p5}, Lcom/moji/lottie/AnimatableTransform;-><init>(Lcom/moji/lottie/AnimatablePathValue;Lcom/moji/lottie/AnimatableValue;Lcom/moji/lottie/AnimatableScaleValue;Lcom/moji/lottie/AnimatableFloatValue;Lcom/moji/lottie/AnimatableIntegerValue;)V
return-void
.end method
# virtual methods
.method a()Lcom/moji/lottie/AnimatablePathValue;
.locals 1
.line 98
iget-object v0, p0, Lcom/moji/lottie/AnimatableTransform;->a:Lcom/moji/lottie/AnimatablePathValue;
return-object v0
.end method
.method b()Lcom/moji/lottie/AnimatableValue;
.locals 1
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Lcom/moji/lottie/AnimatableValue<",
"Landroid/graphics/PointF;",
">;"
}
.end annotation
.line 102
iget-object v0, p0, Lcom/moji/lottie/AnimatableTransform;->b:Lcom/moji/lottie/AnimatableValue;
return-object v0
.end method
.method c()Lcom/moji/lottie/AnimatableScaleValue;
.locals 1
.line 106
iget-object v0, p0, Lcom/moji/lottie/AnimatableTransform;->c:Lcom/moji/lottie/AnimatableScaleValue;
return-object v0
.end method
.method d()Lcom/moji/lottie/AnimatableFloatValue;
.locals 1
.line 110
iget-object v0, p0, Lcom/moji/lottie/AnimatableTransform;->d:Lcom/moji/lottie/AnimatableFloatValue;
return-object v0
.end method
.method e()Lcom/moji/lottie/AnimatableIntegerValue;
.locals 1
.line 114
iget-object v0, p0, Lcom/moji/lottie/AnimatableTransform;->e:Lcom/moji/lottie/AnimatableIntegerValue;
return-object v0
.end method
.method public f()Lcom/moji/lottie/TransformKeyframeAnimation;
.locals 1
.line 118
new-instance v0, Lcom/moji/lottie/TransformKeyframeAnimation;
invoke-direct {v0, p0}, Lcom/moji/lottie/TransformKeyframeAnimation;-><init>(Lcom/moji/lottie/AnimatableTransform;)V
return-object v0
.end method