47 lines
875 B
Smali
47 lines
875 B
Smali
.class abstract Lcom/moji/lottie/CompositionLoader;
|
|
.super Landroid/os/AsyncTask;
|
|
.source "CompositionLoader.java"
|
|
|
|
# interfaces
|
|
.implements Lcom/moji/lottie/Cancellable;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"<Params:",
|
|
"Ljava/lang/Object;",
|
|
">",
|
|
"Landroid/os/AsyncTask<",
|
|
"TParams;",
|
|
"Ljava/lang/Void;",
|
|
"Lcom/moji/lottie/LottieComposition;",
|
|
">;",
|
|
"Lcom/moji/lottie/Cancellable;"
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# direct methods
|
|
.method constructor <init>()V
|
|
.locals 0
|
|
|
|
.line 5
|
|
invoke-direct {p0}, Landroid/os/AsyncTask;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public a()V
|
|
.locals 1
|
|
|
|
const/4 v0, 0x1
|
|
|
|
.line 9
|
|
invoke-virtual {p0, v0}, Lcom/moji/lottie/CompositionLoader;->cancel(Z)Z
|
|
|
|
return-void
|
|
.end method
|