mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
78 lines
3 KiB
Smali
78 lines
3 KiB
Smali
.class public Lcom/airbnb/lottie/parser/DropShadowEffect;
|
|
.super Ljava/lang/Object;
|
|
.source "DropShadowEffect.java"
|
|
|
|
|
|
# instance fields
|
|
.field private final color:Lcom/airbnb/lottie/model/animatable/AnimatableColorValue;
|
|
|
|
.field private final direction:Lcom/airbnb/lottie/model/animatable/AnimatableFloatValue;
|
|
|
|
.field private final distance:Lcom/airbnb/lottie/model/animatable/AnimatableFloatValue;
|
|
|
|
.field private final opacity:Lcom/airbnb/lottie/model/animatable/AnimatableFloatValue;
|
|
|
|
.field private final radius:Lcom/airbnb/lottie/model/animatable/AnimatableFloatValue;
|
|
|
|
|
|
# direct methods
|
|
.method constructor <init>(Lcom/airbnb/lottie/model/animatable/AnimatableColorValue;Lcom/airbnb/lottie/model/animatable/AnimatableFloatValue;Lcom/airbnb/lottie/model/animatable/AnimatableFloatValue;Lcom/airbnb/lottie/model/animatable/AnimatableFloatValue;Lcom/airbnb/lottie/model/animatable/AnimatableFloatValue;)V
|
|
.locals 0
|
|
|
|
.line 14
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
iput-object p1, p0, Lcom/airbnb/lottie/parser/DropShadowEffect;->color:Lcom/airbnb/lottie/model/animatable/AnimatableColorValue;
|
|
|
|
iput-object p2, p0, Lcom/airbnb/lottie/parser/DropShadowEffect;->opacity:Lcom/airbnb/lottie/model/animatable/AnimatableFloatValue;
|
|
|
|
iput-object p3, p0, Lcom/airbnb/lottie/parser/DropShadowEffect;->direction:Lcom/airbnb/lottie/model/animatable/AnimatableFloatValue;
|
|
|
|
iput-object p4, p0, Lcom/airbnb/lottie/parser/DropShadowEffect;->distance:Lcom/airbnb/lottie/model/animatable/AnimatableFloatValue;
|
|
|
|
iput-object p5, p0, Lcom/airbnb/lottie/parser/DropShadowEffect;->radius:Lcom/airbnb/lottie/model/animatable/AnimatableFloatValue;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public getColor()Lcom/airbnb/lottie/model/animatable/AnimatableColorValue;
|
|
.locals 0
|
|
|
|
iget-object p0, p0, Lcom/airbnb/lottie/parser/DropShadowEffect;->color:Lcom/airbnb/lottie/model/animatable/AnimatableColorValue;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public getDirection()Lcom/airbnb/lottie/model/animatable/AnimatableFloatValue;
|
|
.locals 0
|
|
|
|
iget-object p0, p0, Lcom/airbnb/lottie/parser/DropShadowEffect;->direction:Lcom/airbnb/lottie/model/animatable/AnimatableFloatValue;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public getDistance()Lcom/airbnb/lottie/model/animatable/AnimatableFloatValue;
|
|
.locals 0
|
|
|
|
iget-object p0, p0, Lcom/airbnb/lottie/parser/DropShadowEffect;->distance:Lcom/airbnb/lottie/model/animatable/AnimatableFloatValue;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public getOpacity()Lcom/airbnb/lottie/model/animatable/AnimatableFloatValue;
|
|
.locals 0
|
|
|
|
iget-object p0, p0, Lcom/airbnb/lottie/parser/DropShadowEffect;->opacity:Lcom/airbnb/lottie/model/animatable/AnimatableFloatValue;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public getRadius()Lcom/airbnb/lottie/model/animatable/AnimatableFloatValue;
|
|
.locals 0
|
|
|
|
iget-object p0, p0, Lcom/airbnb/lottie/parser/DropShadowEffect;->radius:Lcom/airbnb/lottie/model/animatable/AnimatableFloatValue;
|
|
|
|
return-object p0
|
|
.end method
|