tmap/smali/com/airbnb/lottie/LottieAnimationView$b.smali
2022-06-10 21:38:30 +09:00

70 lines
1.6 KiB
Smali

.class public Lcom/airbnb/lottie/LottieAnimationView$b;
.super Ljava/lang/Object;
.source "LottieAnimationView.java"
# interfaces
.implements Lcom/airbnb/lottie/i;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/airbnb/lottie/LottieAnimationView;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1
name = null
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Object;",
"Lcom/airbnb/lottie/i<",
"Ljava/lang/Throwable;",
">;"
}
.end annotation
# instance fields
.field public final synthetic a:Lcom/airbnb/lottie/LottieAnimationView;
# direct methods
.method public constructor <init>(Lcom/airbnb/lottie/LottieAnimationView;)V
.locals 0
.line 1
iput-object p1, p0, Lcom/airbnb/lottie/LottieAnimationView$b;->a:Lcom/airbnb/lottie/LottieAnimationView;
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public a(Ljava/lang/Throwable;)V
.locals 2
.line 1
new-instance v0, Ljava/lang/IllegalStateException;
const-string v1, "Unable to parse composition"
invoke-direct {v0, v1, p1}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;Ljava/lang/Throwable;)V
throw v0
.end method
.method public bridge synthetic onResult(Ljava/lang/Object;)V
.locals 0
.line 1
check-cast p1, Ljava/lang/Throwable;
invoke-virtual {p0, p1}, Lcom/airbnb/lottie/LottieAnimationView$b;->a(Ljava/lang/Throwable;)V
return-void
.end method