This commit is contained in:
2022-06-10 21:38:30 +09:00
commit 27f5152838
51323 changed files with 12934539 additions and 0 deletions
@@ -0,0 +1,178 @@
.class public final enum Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
.super Ljava/lang/Enum;
.source "RequestCoordinator.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/bumptech/glide/request/RequestCoordinator;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x4019
name = "RequestState"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Enum<",
"Lcom/bumptech/glide/request/RequestCoordinator$RequestState;",
">;"
}
.end annotation
# static fields
.field private static final synthetic $VALUES:[Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
.field public static final enum CLEARED:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
.field public static final enum FAILED:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
.field public static final enum PAUSED:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
.field public static final enum RUNNING:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
.field public static final enum SUCCESS:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
# instance fields
.field private final isComplete:Z
# direct methods
.method public static constructor <clinit>()V
.locals 11
.line 1
new-instance v0, Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
const-string v1, "RUNNING"
const/4 v2, 0x0
invoke-direct {v0, v1, v2, v2}, Lcom/bumptech/glide/request/RequestCoordinator$RequestState;-><init>(Ljava/lang/String;IZ)V
sput-object v0, Lcom/bumptech/glide/request/RequestCoordinator$RequestState;->RUNNING:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
.line 2
new-instance v1, Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
const-string v3, "PAUSED"
const/4 v4, 0x1
invoke-direct {v1, v3, v4, v2}, Lcom/bumptech/glide/request/RequestCoordinator$RequestState;-><init>(Ljava/lang/String;IZ)V
sput-object v1, Lcom/bumptech/glide/request/RequestCoordinator$RequestState;->PAUSED:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
.line 3
new-instance v3, Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
const-string v5, "CLEARED"
const/4 v6, 0x2
invoke-direct {v3, v5, v6, v2}, Lcom/bumptech/glide/request/RequestCoordinator$RequestState;-><init>(Ljava/lang/String;IZ)V
sput-object v3, Lcom/bumptech/glide/request/RequestCoordinator$RequestState;->CLEARED:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
.line 4
new-instance v5, Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
const-string v7, "SUCCESS"
const/4 v8, 0x3
invoke-direct {v5, v7, v8, v4}, Lcom/bumptech/glide/request/RequestCoordinator$RequestState;-><init>(Ljava/lang/String;IZ)V
sput-object v5, Lcom/bumptech/glide/request/RequestCoordinator$RequestState;->SUCCESS:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
.line 5
new-instance v7, Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
const-string v9, "FAILED"
const/4 v10, 0x4
invoke-direct {v7, v9, v10, v4}, Lcom/bumptech/glide/request/RequestCoordinator$RequestState;-><init>(Ljava/lang/String;IZ)V
sput-object v7, Lcom/bumptech/glide/request/RequestCoordinator$RequestState;->FAILED:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
const/4 v9, 0x5
new-array v9, v9, [Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
aput-object v0, v9, v2
aput-object v1, v9, v4
aput-object v3, v9, v6
aput-object v5, v9, v8
aput-object v7, v9, v10
.line 6
sput-object v9, Lcom/bumptech/glide/request/RequestCoordinator$RequestState;->$VALUES:[Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
return-void
.end method
.method private constructor <init>(Ljava/lang/String;IZ)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"(Z)V"
}
.end annotation
.line 1
invoke-direct {p0, p1, p2}, Ljava/lang/Enum;-><init>(Ljava/lang/String;I)V
.line 2
iput-boolean p3, p0, Lcom/bumptech/glide/request/RequestCoordinator$RequestState;->isComplete:Z
return-void
.end method
.method public static valueOf(Ljava/lang/String;)Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
.locals 1
.line 1
const-class v0, Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
invoke-static {v0, p0}, Ljava/lang/Enum;->valueOf(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
move-result-object p0
check-cast p0, Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
return-object p0
.end method
.method public static values()[Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
.locals 1
.line 1
sget-object v0, Lcom/bumptech/glide/request/RequestCoordinator$RequestState;->$VALUES:[Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
invoke-virtual {v0}, [Lcom/bumptech/glide/request/RequestCoordinator$RequestState;->clone()Ljava/lang/Object;
move-result-object v0
check-cast v0, [Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
return-object v0
.end method
# virtual methods
.method public isComplete()Z
.locals 1
.line 1
iget-boolean v0, p0, Lcom/bumptech/glide/request/RequestCoordinator$RequestState;->isComplete:Z
return v0
.end method
@@ -0,0 +1,34 @@
.class public interface abstract Lcom/bumptech/glide/request/RequestCoordinator;
.super Ljava/lang/Object;
.source "RequestCoordinator.java"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
}
.end annotation
# virtual methods
.method public abstract a()Z
.end method
.method public abstract b(Lcom/bumptech/glide/request/e;)Z
.end method
.method public abstract c(Lcom/bumptech/glide/request/e;)Z
.end method
.method public abstract d(Lcom/bumptech/glide/request/e;)V
.end method
.method public abstract f(Lcom/bumptech/glide/request/e;)V
.end method
.method public abstract getRoot()Lcom/bumptech/glide/request/RequestCoordinator;
.end method
.method public abstract i(Lcom/bumptech/glide/request/e;)Z
.end method
@@ -0,0 +1,175 @@
.class final enum Lcom/bumptech/glide/request/SingleRequest$Status;
.super Ljava/lang/Enum;
.source "SingleRequest.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/bumptech/glide/request/SingleRequest;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x4019
name = "Status"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Enum<",
"Lcom/bumptech/glide/request/SingleRequest$Status;",
">;"
}
.end annotation
# static fields
.field private static final synthetic $VALUES:[Lcom/bumptech/glide/request/SingleRequest$Status;
.field public static final enum CLEARED:Lcom/bumptech/glide/request/SingleRequest$Status;
.field public static final enum COMPLETE:Lcom/bumptech/glide/request/SingleRequest$Status;
.field public static final enum FAILED:Lcom/bumptech/glide/request/SingleRequest$Status;
.field public static final enum PENDING:Lcom/bumptech/glide/request/SingleRequest$Status;
.field public static final enum RUNNING:Lcom/bumptech/glide/request/SingleRequest$Status;
.field public static final enum WAITING_FOR_SIZE:Lcom/bumptech/glide/request/SingleRequest$Status;
# direct methods
.method public static constructor <clinit>()V
.locals 13
.line 1
new-instance v0, Lcom/bumptech/glide/request/SingleRequest$Status;
const-string v1, "PENDING"
const/4 v2, 0x0
invoke-direct {v0, v1, v2}, Lcom/bumptech/glide/request/SingleRequest$Status;-><init>(Ljava/lang/String;I)V
sput-object v0, Lcom/bumptech/glide/request/SingleRequest$Status;->PENDING:Lcom/bumptech/glide/request/SingleRequest$Status;
.line 2
new-instance v1, Lcom/bumptech/glide/request/SingleRequest$Status;
const-string v3, "RUNNING"
const/4 v4, 0x1
invoke-direct {v1, v3, v4}, Lcom/bumptech/glide/request/SingleRequest$Status;-><init>(Ljava/lang/String;I)V
sput-object v1, Lcom/bumptech/glide/request/SingleRequest$Status;->RUNNING:Lcom/bumptech/glide/request/SingleRequest$Status;
.line 3
new-instance v3, Lcom/bumptech/glide/request/SingleRequest$Status;
const-string v5, "WAITING_FOR_SIZE"
const/4 v6, 0x2
invoke-direct {v3, v5, v6}, Lcom/bumptech/glide/request/SingleRequest$Status;-><init>(Ljava/lang/String;I)V
sput-object v3, Lcom/bumptech/glide/request/SingleRequest$Status;->WAITING_FOR_SIZE:Lcom/bumptech/glide/request/SingleRequest$Status;
.line 4
new-instance v5, Lcom/bumptech/glide/request/SingleRequest$Status;
const-string v7, "COMPLETE"
const/4 v8, 0x3
invoke-direct {v5, v7, v8}, Lcom/bumptech/glide/request/SingleRequest$Status;-><init>(Ljava/lang/String;I)V
sput-object v5, Lcom/bumptech/glide/request/SingleRequest$Status;->COMPLETE:Lcom/bumptech/glide/request/SingleRequest$Status;
.line 5
new-instance v7, Lcom/bumptech/glide/request/SingleRequest$Status;
const-string v9, "FAILED"
const/4 v10, 0x4
invoke-direct {v7, v9, v10}, Lcom/bumptech/glide/request/SingleRequest$Status;-><init>(Ljava/lang/String;I)V
sput-object v7, Lcom/bumptech/glide/request/SingleRequest$Status;->FAILED:Lcom/bumptech/glide/request/SingleRequest$Status;
.line 6
new-instance v9, Lcom/bumptech/glide/request/SingleRequest$Status;
const-string v11, "CLEARED"
const/4 v12, 0x5
invoke-direct {v9, v11, v12}, Lcom/bumptech/glide/request/SingleRequest$Status;-><init>(Ljava/lang/String;I)V
sput-object v9, Lcom/bumptech/glide/request/SingleRequest$Status;->CLEARED:Lcom/bumptech/glide/request/SingleRequest$Status;
const/4 v11, 0x6
new-array v11, v11, [Lcom/bumptech/glide/request/SingleRequest$Status;
aput-object v0, v11, v2
aput-object v1, v11, v4
aput-object v3, v11, v6
aput-object v5, v11, v8
aput-object v7, v11, v10
aput-object v9, v11, v12
.line 7
sput-object v11, Lcom/bumptech/glide/request/SingleRequest$Status;->$VALUES:[Lcom/bumptech/glide/request/SingleRequest$Status;
return-void
.end method
.method private constructor <init>(Ljava/lang/String;I)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"()V"
}
.end annotation
.line 1
invoke-direct {p0, p1, p2}, Ljava/lang/Enum;-><init>(Ljava/lang/String;I)V
return-void
.end method
.method public static valueOf(Ljava/lang/String;)Lcom/bumptech/glide/request/SingleRequest$Status;
.locals 1
.line 1
const-class v0, Lcom/bumptech/glide/request/SingleRequest$Status;
invoke-static {v0, p0}, Ljava/lang/Enum;->valueOf(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
move-result-object p0
check-cast p0, Lcom/bumptech/glide/request/SingleRequest$Status;
return-object p0
.end method
.method public static values()[Lcom/bumptech/glide/request/SingleRequest$Status;
.locals 1
.line 1
sget-object v0, Lcom/bumptech/glide/request/SingleRequest$Status;->$VALUES:[Lcom/bumptech/glide/request/SingleRequest$Status;
invoke-virtual {v0}, [Lcom/bumptech/glide/request/SingleRequest$Status;->clone()Ljava/lang/Object;
move-result-object v0
check-cast v0, [Lcom/bumptech/glide/request/SingleRequest$Status;
return-object v0
.end method
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,906 @@
.class public final Lcom/bumptech/glide/request/b;
.super Ljava/lang/Object;
.source "ErrorRequestCoordinator.java"
# interfaces
.implements Lcom/bumptech/glide/request/RequestCoordinator;
.implements Lcom/bumptech/glide/request/e;
# instance fields
.field public final a:Ljava/lang/Object;
.field public final b:Lcom/bumptech/glide/request/RequestCoordinator;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end field
.field public volatile c:Lcom/bumptech/glide/request/e;
.field public volatile d:Lcom/bumptech/glide/request/e;
.field public e:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
.annotation build Landroidx/annotation/GuardedBy;
value = "requestLock"
.end annotation
.end field
.field public f:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
.annotation build Landroidx/annotation/GuardedBy;
value = "requestLock"
.end annotation
.end field
# direct methods
.method public constructor <init>(Ljava/lang/Object;Lcom/bumptech/glide/request/RequestCoordinator;)V
.locals 1
.param p2 # Lcom/bumptech/glide/request/RequestCoordinator;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 2
sget-object v0, Lcom/bumptech/glide/request/RequestCoordinator$RequestState;->CLEARED:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
iput-object v0, p0, Lcom/bumptech/glide/request/b;->e:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
.line 3
iput-object v0, p0, Lcom/bumptech/glide/request/b;->f:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
.line 4
iput-object p1, p0, Lcom/bumptech/glide/request/b;->a:Ljava/lang/Object;
.line 5
iput-object p2, p0, Lcom/bumptech/glide/request/b;->b:Lcom/bumptech/glide/request/RequestCoordinator;
return-void
.end method
# virtual methods
.method public a()Z
.locals 2
.line 1
iget-object v0, p0, Lcom/bumptech/glide/request/b;->a:Ljava/lang/Object;
monitor-enter v0
.line 2
:try_start_0
iget-object v1, p0, Lcom/bumptech/glide/request/b;->c:Lcom/bumptech/glide/request/e;
invoke-interface {v1}, Lcom/bumptech/glide/request/e;->a()Z
move-result v1
if-nez v1, :cond_1
iget-object v1, p0, Lcom/bumptech/glide/request/b;->d:Lcom/bumptech/glide/request/e;
invoke-interface {v1}, Lcom/bumptech/glide/request/e;->a()Z
move-result v1
if-eqz v1, :cond_0
goto :goto_0
:cond_0
const/4 v1, 0x0
goto :goto_1
:cond_1
:goto_0
const/4 v1, 0x1
:goto_1
monitor-exit v0
return v1
:catchall_0
move-exception v1
.line 3
monitor-exit v0
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
throw v1
.end method
.method public b(Lcom/bumptech/glide/request/e;)Z
.locals 2
.line 1
iget-object v0, p0, Lcom/bumptech/glide/request/b;->a:Ljava/lang/Object;
monitor-enter v0
.line 2
:try_start_0
invoke-virtual {p0}, Lcom/bumptech/glide/request/b;->l()Z
move-result v1
if-eqz v1, :cond_0
invoke-virtual {p0, p1}, Lcom/bumptech/glide/request/b;->j(Lcom/bumptech/glide/request/e;)Z
move-result p1
if-eqz p1, :cond_0
const/4 p1, 0x1
goto :goto_0
:cond_0
const/4 p1, 0x0
:goto_0
monitor-exit v0
return p1
:catchall_0
move-exception p1
.line 3
monitor-exit v0
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
throw p1
.end method
.method public c(Lcom/bumptech/glide/request/e;)Z
.locals 2
.line 1
iget-object v0, p0, Lcom/bumptech/glide/request/b;->a:Ljava/lang/Object;
monitor-enter v0
.line 2
:try_start_0
invoke-virtual {p0}, Lcom/bumptech/glide/request/b;->m()Z
move-result v1
if-eqz v1, :cond_0
invoke-virtual {p0, p1}, Lcom/bumptech/glide/request/b;->j(Lcom/bumptech/glide/request/e;)Z
move-result p1
if-eqz p1, :cond_0
const/4 p1, 0x1
goto :goto_0
:cond_0
const/4 p1, 0x0
:goto_0
monitor-exit v0
return p1
:catchall_0
move-exception p1
.line 3
monitor-exit v0
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
throw p1
.end method
.method public clear()V
.locals 3
.line 1
iget-object v0, p0, Lcom/bumptech/glide/request/b;->a:Ljava/lang/Object;
monitor-enter v0
.line 2
:try_start_0
sget-object v1, Lcom/bumptech/glide/request/RequestCoordinator$RequestState;->CLEARED:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
iput-object v1, p0, Lcom/bumptech/glide/request/b;->e:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
.line 3
iget-object v2, p0, Lcom/bumptech/glide/request/b;->c:Lcom/bumptech/glide/request/e;
invoke-interface {v2}, Lcom/bumptech/glide/request/e;->clear()V
.line 4
iget-object v2, p0, Lcom/bumptech/glide/request/b;->f:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
if-eq v2, v1, :cond_0
.line 5
iput-object v1, p0, Lcom/bumptech/glide/request/b;->f:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
.line 6
iget-object v1, p0, Lcom/bumptech/glide/request/b;->d:Lcom/bumptech/glide/request/e;
invoke-interface {v1}, Lcom/bumptech/glide/request/e;->clear()V
.line 7
:cond_0
monitor-exit v0
return-void
:catchall_0
move-exception v1
monitor-exit v0
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
throw v1
.end method
.method public d(Lcom/bumptech/glide/request/e;)V
.locals 2
.line 1
iget-object v0, p0, Lcom/bumptech/glide/request/b;->a:Ljava/lang/Object;
monitor-enter v0
.line 2
:try_start_0
iget-object v1, p0, Lcom/bumptech/glide/request/b;->d:Lcom/bumptech/glide/request/e;
invoke-virtual {p1, v1}, Ljava/lang/Object;->equals(Ljava/lang/Object;)Z
move-result p1
if-nez p1, :cond_1
.line 3
sget-object p1, Lcom/bumptech/glide/request/RequestCoordinator$RequestState;->FAILED:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
iput-object p1, p0, Lcom/bumptech/glide/request/b;->e:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
.line 4
iget-object p1, p0, Lcom/bumptech/glide/request/b;->f:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
sget-object v1, Lcom/bumptech/glide/request/RequestCoordinator$RequestState;->RUNNING:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
if-eq p1, v1, :cond_0
.line 5
iput-object v1, p0, Lcom/bumptech/glide/request/b;->f:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
.line 6
iget-object p1, p0, Lcom/bumptech/glide/request/b;->d:Lcom/bumptech/glide/request/e;
invoke-interface {p1}, Lcom/bumptech/glide/request/e;->h()V
.line 7
:cond_0
monitor-exit v0
return-void
.line 8
:cond_1
sget-object p1, Lcom/bumptech/glide/request/RequestCoordinator$RequestState;->FAILED:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
iput-object p1, p0, Lcom/bumptech/glide/request/b;->f:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
.line 9
iget-object p1, p0, Lcom/bumptech/glide/request/b;->b:Lcom/bumptech/glide/request/RequestCoordinator;
if-eqz p1, :cond_2
.line 10
invoke-interface {p1, p0}, Lcom/bumptech/glide/request/RequestCoordinator;->d(Lcom/bumptech/glide/request/e;)V
.line 11
:cond_2
monitor-exit v0
return-void
:catchall_0
move-exception p1
monitor-exit v0
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
throw p1
.end method
.method public e()Z
.locals 3
.line 1
iget-object v0, p0, Lcom/bumptech/glide/request/b;->a:Ljava/lang/Object;
monitor-enter v0
.line 2
:try_start_0
iget-object v1, p0, Lcom/bumptech/glide/request/b;->e:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
sget-object v2, Lcom/bumptech/glide/request/RequestCoordinator$RequestState;->CLEARED:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
if-ne v1, v2, :cond_0
iget-object v1, p0, Lcom/bumptech/glide/request/b;->f:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
if-ne v1, v2, :cond_0
const/4 v1, 0x1
goto :goto_0
:cond_0
const/4 v1, 0x0
:goto_0
monitor-exit v0
return v1
:catchall_0
move-exception v1
.line 3
monitor-exit v0
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
throw v1
.end method
.method public f(Lcom/bumptech/glide/request/e;)V
.locals 2
.line 1
iget-object v0, p0, Lcom/bumptech/glide/request/b;->a:Ljava/lang/Object;
monitor-enter v0
.line 2
:try_start_0
iget-object v1, p0, Lcom/bumptech/glide/request/b;->c:Lcom/bumptech/glide/request/e;
invoke-virtual {p1, v1}, Ljava/lang/Object;->equals(Ljava/lang/Object;)Z
move-result v1
if-eqz v1, :cond_0
.line 3
sget-object p1, Lcom/bumptech/glide/request/RequestCoordinator$RequestState;->SUCCESS:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
iput-object p1, p0, Lcom/bumptech/glide/request/b;->e:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
goto :goto_0
.line 4
:cond_0
iget-object v1, p0, Lcom/bumptech/glide/request/b;->d:Lcom/bumptech/glide/request/e;
invoke-virtual {p1, v1}, Ljava/lang/Object;->equals(Ljava/lang/Object;)Z
move-result p1
if-eqz p1, :cond_1
.line 5
sget-object p1, Lcom/bumptech/glide/request/RequestCoordinator$RequestState;->SUCCESS:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
iput-object p1, p0, Lcom/bumptech/glide/request/b;->f:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
.line 6
:cond_1
:goto_0
iget-object p1, p0, Lcom/bumptech/glide/request/b;->b:Lcom/bumptech/glide/request/RequestCoordinator;
if-eqz p1, :cond_2
.line 7
invoke-interface {p1, p0}, Lcom/bumptech/glide/request/RequestCoordinator;->f(Lcom/bumptech/glide/request/e;)V
.line 8
:cond_2
monitor-exit v0
return-void
:catchall_0
move-exception p1
monitor-exit v0
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
throw p1
.end method
.method public g(Lcom/bumptech/glide/request/e;)Z
.locals 3
.line 1
instance-of v0, p1, Lcom/bumptech/glide/request/b;
const/4 v1, 0x0
if-eqz v0, :cond_0
.line 2
check-cast p1, Lcom/bumptech/glide/request/b;
.line 3
iget-object v0, p0, Lcom/bumptech/glide/request/b;->c:Lcom/bumptech/glide/request/e;
iget-object v2, p1, Lcom/bumptech/glide/request/b;->c:Lcom/bumptech/glide/request/e;
invoke-interface {v0, v2}, Lcom/bumptech/glide/request/e;->g(Lcom/bumptech/glide/request/e;)Z
move-result v0
if-eqz v0, :cond_0
iget-object v0, p0, Lcom/bumptech/glide/request/b;->d:Lcom/bumptech/glide/request/e;
iget-object p1, p1, Lcom/bumptech/glide/request/b;->d:Lcom/bumptech/glide/request/e;
invoke-interface {v0, p1}, Lcom/bumptech/glide/request/e;->g(Lcom/bumptech/glide/request/e;)Z
move-result p1
if-eqz p1, :cond_0
const/4 v1, 0x1
:cond_0
return v1
.end method
.method public getRoot()Lcom/bumptech/glide/request/RequestCoordinator;
.locals 2
.line 1
iget-object v0, p0, Lcom/bumptech/glide/request/b;->a:Ljava/lang/Object;
monitor-enter v0
.line 2
:try_start_0
iget-object v1, p0, Lcom/bumptech/glide/request/b;->b:Lcom/bumptech/glide/request/RequestCoordinator;
if-eqz v1, :cond_0
invoke-interface {v1}, Lcom/bumptech/glide/request/RequestCoordinator;->getRoot()Lcom/bumptech/glide/request/RequestCoordinator;
move-result-object v1
goto :goto_0
:cond_0
move-object v1, p0
:goto_0
monitor-exit v0
return-object v1
:catchall_0
move-exception v1
.line 3
monitor-exit v0
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
throw v1
.end method
.method public h()V
.locals 3
.line 1
iget-object v0, p0, Lcom/bumptech/glide/request/b;->a:Ljava/lang/Object;
monitor-enter v0
.line 2
:try_start_0
iget-object v1, p0, Lcom/bumptech/glide/request/b;->e:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
sget-object v2, Lcom/bumptech/glide/request/RequestCoordinator$RequestState;->RUNNING:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
if-eq v1, v2, :cond_0
.line 3
iput-object v2, p0, Lcom/bumptech/glide/request/b;->e:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
.line 4
iget-object v1, p0, Lcom/bumptech/glide/request/b;->c:Lcom/bumptech/glide/request/e;
invoke-interface {v1}, Lcom/bumptech/glide/request/e;->h()V
.line 5
:cond_0
monitor-exit v0
return-void
:catchall_0
move-exception v1
monitor-exit v0
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
throw v1
.end method
.method public i(Lcom/bumptech/glide/request/e;)Z
.locals 2
.line 1
iget-object v0, p0, Lcom/bumptech/glide/request/b;->a:Ljava/lang/Object;
monitor-enter v0
.line 2
:try_start_0
invoke-virtual {p0}, Lcom/bumptech/glide/request/b;->k()Z
move-result v1
if-eqz v1, :cond_0
invoke-virtual {p0, p1}, Lcom/bumptech/glide/request/b;->j(Lcom/bumptech/glide/request/e;)Z
move-result p1
if-eqz p1, :cond_0
const/4 p1, 0x1
goto :goto_0
:cond_0
const/4 p1, 0x0
:goto_0
monitor-exit v0
return p1
:catchall_0
move-exception p1
.line 3
monitor-exit v0
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
throw p1
.end method
.method public isComplete()Z
.locals 3
.line 1
iget-object v0, p0, Lcom/bumptech/glide/request/b;->a:Ljava/lang/Object;
monitor-enter v0
.line 2
:try_start_0
iget-object v1, p0, Lcom/bumptech/glide/request/b;->e:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
sget-object v2, Lcom/bumptech/glide/request/RequestCoordinator$RequestState;->SUCCESS:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
if-eq v1, v2, :cond_1
iget-object v1, p0, Lcom/bumptech/glide/request/b;->f:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
if-ne v1, v2, :cond_0
goto :goto_0
:cond_0
const/4 v1, 0x0
goto :goto_1
:cond_1
:goto_0
const/4 v1, 0x1
:goto_1
monitor-exit v0
return v1
:catchall_0
move-exception v1
.line 3
monitor-exit v0
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
throw v1
.end method
.method public isRunning()Z
.locals 3
.line 1
iget-object v0, p0, Lcom/bumptech/glide/request/b;->a:Ljava/lang/Object;
monitor-enter v0
.line 2
:try_start_0
iget-object v1, p0, Lcom/bumptech/glide/request/b;->e:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
sget-object v2, Lcom/bumptech/glide/request/RequestCoordinator$RequestState;->RUNNING:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
if-eq v1, v2, :cond_1
iget-object v1, p0, Lcom/bumptech/glide/request/b;->f:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
if-ne v1, v2, :cond_0
goto :goto_0
:cond_0
const/4 v1, 0x0
goto :goto_1
:cond_1
:goto_0
const/4 v1, 0x1
:goto_1
monitor-exit v0
return v1
:catchall_0
move-exception v1
.line 3
monitor-exit v0
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
throw v1
.end method
.method public final j(Lcom/bumptech/glide/request/e;)Z
.locals 2
.annotation build Landroidx/annotation/GuardedBy;
value = "requestLock"
.end annotation
.line 1
iget-object v0, p0, Lcom/bumptech/glide/request/b;->c:Lcom/bumptech/glide/request/e;
invoke-virtual {p1, v0}, Ljava/lang/Object;->equals(Ljava/lang/Object;)Z
move-result v0
if-nez v0, :cond_1
iget-object v0, p0, Lcom/bumptech/glide/request/b;->e:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
sget-object v1, Lcom/bumptech/glide/request/RequestCoordinator$RequestState;->FAILED:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
if-ne v0, v1, :cond_0
iget-object v0, p0, Lcom/bumptech/glide/request/b;->d:Lcom/bumptech/glide/request/e;
.line 2
invoke-virtual {p1, v0}, Ljava/lang/Object;->equals(Ljava/lang/Object;)Z
move-result p1
if-eqz p1, :cond_0
goto :goto_0
:cond_0
const/4 p1, 0x0
goto :goto_1
:cond_1
:goto_0
const/4 p1, 0x1
:goto_1
return p1
.end method
.method public final k()Z
.locals 1
.annotation build Landroidx/annotation/GuardedBy;
value = "requestLock"
.end annotation
.line 1
iget-object v0, p0, Lcom/bumptech/glide/request/b;->b:Lcom/bumptech/glide/request/RequestCoordinator;
if-eqz v0, :cond_1
invoke-interface {v0, p0}, Lcom/bumptech/glide/request/RequestCoordinator;->i(Lcom/bumptech/glide/request/e;)Z
move-result v0
if-eqz v0, :cond_0
goto :goto_0
:cond_0
const/4 v0, 0x0
goto :goto_1
:cond_1
:goto_0
const/4 v0, 0x1
:goto_1
return v0
.end method
.method public final l()Z
.locals 1
.annotation build Landroidx/annotation/GuardedBy;
value = "requestLock"
.end annotation
.line 1
iget-object v0, p0, Lcom/bumptech/glide/request/b;->b:Lcom/bumptech/glide/request/RequestCoordinator;
if-eqz v0, :cond_1
invoke-interface {v0, p0}, Lcom/bumptech/glide/request/RequestCoordinator;->b(Lcom/bumptech/glide/request/e;)Z
move-result v0
if-eqz v0, :cond_0
goto :goto_0
:cond_0
const/4 v0, 0x0
goto :goto_1
:cond_1
:goto_0
const/4 v0, 0x1
:goto_1
return v0
.end method
.method public final m()Z
.locals 1
.annotation build Landroidx/annotation/GuardedBy;
value = "requestLock"
.end annotation
.line 1
iget-object v0, p0, Lcom/bumptech/glide/request/b;->b:Lcom/bumptech/glide/request/RequestCoordinator;
if-eqz v0, :cond_1
invoke-interface {v0, p0}, Lcom/bumptech/glide/request/RequestCoordinator;->c(Lcom/bumptech/glide/request/e;)Z
move-result v0
if-eqz v0, :cond_0
goto :goto_0
:cond_0
const/4 v0, 0x0
goto :goto_1
:cond_1
:goto_0
const/4 v0, 0x1
:goto_1
return v0
.end method
.method public n(Lcom/bumptech/glide/request/e;Lcom/bumptech/glide/request/e;)V
.locals 0
.line 1
iput-object p1, p0, Lcom/bumptech/glide/request/b;->c:Lcom/bumptech/glide/request/e;
.line 2
iput-object p2, p0, Lcom/bumptech/glide/request/b;->d:Lcom/bumptech/glide/request/e;
return-void
.end method
.method public pause()V
.locals 3
.line 1
iget-object v0, p0, Lcom/bumptech/glide/request/b;->a:Ljava/lang/Object;
monitor-enter v0
.line 2
:try_start_0
iget-object v1, p0, Lcom/bumptech/glide/request/b;->e:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
sget-object v2, Lcom/bumptech/glide/request/RequestCoordinator$RequestState;->RUNNING:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
if-ne v1, v2, :cond_0
.line 3
sget-object v1, Lcom/bumptech/glide/request/RequestCoordinator$RequestState;->PAUSED:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
iput-object v1, p0, Lcom/bumptech/glide/request/b;->e:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
.line 4
iget-object v1, p0, Lcom/bumptech/glide/request/b;->c:Lcom/bumptech/glide/request/e;
invoke-interface {v1}, Lcom/bumptech/glide/request/e;->pause()V
.line 5
:cond_0
iget-object v1, p0, Lcom/bumptech/glide/request/b;->f:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
if-ne v1, v2, :cond_1
.line 6
sget-object v1, Lcom/bumptech/glide/request/RequestCoordinator$RequestState;->PAUSED:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
iput-object v1, p0, Lcom/bumptech/glide/request/b;->f:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
.line 7
iget-object v1, p0, Lcom/bumptech/glide/request/b;->d:Lcom/bumptech/glide/request/e;
invoke-interface {v1}, Lcom/bumptech/glide/request/e;->pause()V
.line 8
:cond_1
monitor-exit v0
return-void
:catchall_0
move-exception v1
monitor-exit v0
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
throw v1
.end method
@@ -0,0 +1,48 @@
.class public abstract Lcom/bumptech/glide/request/c;
.super Ljava/lang/Object;
.source "ExperimentalRequestListener.java"
# interfaces
.implements Lcom/bumptech/glide/request/g;
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"<ResourceT:",
"Ljava/lang/Object;",
">",
"Ljava/lang/Object;",
"Lcom/bumptech/glide/request/g<",
"TResourceT;>;"
}
.end annotation
.annotation runtime Ljava/lang/Deprecated;
.end annotation
# direct methods
.method public constructor <init>()V
.locals 0
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public abstract c(Ljava/lang/Object;Ljava/lang/Object;Lj5/p;Lcom/bumptech/glide/load/DataSource;ZZ)Z
.annotation system Ldalvik/annotation/Signature;
value = {
"(TResourceT;",
"Ljava/lang/Object;",
"Lj5/p<",
"TResourceT;>;",
"Lcom/bumptech/glide/load/DataSource;",
"ZZ)Z"
}
.end annotation
.end method
@@ -0,0 +1,22 @@
.class public interface abstract Lcom/bumptech/glide/request/d;
.super Ljava/lang/Object;
.source "FutureTarget.java"
# interfaces
.implements Ljava/util/concurrent/Future;
.implements Lj5/p;
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"<R:",
"Ljava/lang/Object;",
">",
"Ljava/lang/Object;",
"Ljava/util/concurrent/Future<",
"TR;>;",
"Lj5/p<",
"TR;>;"
}
.end annotation
@@ -0,0 +1,29 @@
.class public interface abstract Lcom/bumptech/glide/request/e;
.super Ljava/lang/Object;
.source "Request.java"
# virtual methods
.method public abstract a()Z
.end method
.method public abstract clear()V
.end method
.method public abstract e()Z
.end method
.method public abstract g(Lcom/bumptech/glide/request/e;)Z
.end method
.method public abstract h()V
.end method
.method public abstract isComplete()Z
.end method
.method public abstract isRunning()Z
.end method
.method public abstract pause()V
.end method
@@ -0,0 +1,53 @@
.class public Lcom/bumptech/glide/request/f$a;
.super Ljava/lang/Object;
.source "RequestFutureTarget.java"
# annotations
.annotation build Landroidx/annotation/VisibleForTesting;
.end annotation
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/bumptech/glide/request/f;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x9
name = "a"
.end annotation
# direct methods
.method public constructor <init>()V
.locals 0
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public a(Ljava/lang/Object;)V
.locals 0
.line 1
invoke-virtual {p1}, Ljava/lang/Object;->notifyAll()V
return-void
.end method
.method public b(Ljava/lang/Object;J)V
.locals 0
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/lang/InterruptedException;
}
.end annotation
.line 1
invoke-virtual {p1, p2, p3}, Ljava/lang/Object;->wait(J)V
return-void
.end method
@@ -0,0 +1,829 @@
.class public Lcom/bumptech/glide/request/f;
.super Ljava/lang/Object;
.source "RequestFutureTarget.java"
# interfaces
.implements Lcom/bumptech/glide/request/d;
.implements Lcom/bumptech/glide/request/g;
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/bumptech/glide/request/f$a;
}
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"<R:",
"Ljava/lang/Object;",
">",
"Ljava/lang/Object;",
"Lcom/bumptech/glide/request/d<",
"TR;>;",
"Lcom/bumptech/glide/request/g<",
"TR;>;"
}
.end annotation
# static fields
.field public static final k:Lcom/bumptech/glide/request/f$a;
# instance fields
.field public final a:I
.field public final b:I
.field public final c:Z
.field public final d:Lcom/bumptech/glide/request/f$a;
.field public e:Ljava/lang/Object;
.annotation build Landroidx/annotation/GuardedBy;
value = "this"
.end annotation
.annotation build Landroidx/annotation/Nullable;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"TR;"
}
.end annotation
.end field
.field public f:Lcom/bumptech/glide/request/e;
.annotation build Landroidx/annotation/GuardedBy;
value = "this"
.end annotation
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end field
.field public g:Z
.annotation build Landroidx/annotation/GuardedBy;
value = "this"
.end annotation
.end field
.field public h:Z
.annotation build Landroidx/annotation/GuardedBy;
value = "this"
.end annotation
.end field
.field public i:Z
.annotation build Landroidx/annotation/GuardedBy;
value = "this"
.end annotation
.end field
.field public j:Lcom/bumptech/glide/load/engine/GlideException;
.annotation build Landroidx/annotation/GuardedBy;
value = "this"
.end annotation
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end field
# direct methods
.method public static constructor <clinit>()V
.locals 1
.line 1
new-instance v0, Lcom/bumptech/glide/request/f$a;
invoke-direct {v0}, Lcom/bumptech/glide/request/f$a;-><init>()V
sput-object v0, Lcom/bumptech/glide/request/f;->k:Lcom/bumptech/glide/request/f$a;
return-void
.end method
.method public constructor <init>(II)V
.locals 2
.line 1
sget-object v0, Lcom/bumptech/glide/request/f;->k:Lcom/bumptech/glide/request/f$a;
const/4 v1, 0x1
invoke-direct {p0, p1, p2, v1, v0}, Lcom/bumptech/glide/request/f;-><init>(IIZLcom/bumptech/glide/request/f$a;)V
return-void
.end method
.method public constructor <init>(IIZLcom/bumptech/glide/request/f$a;)V
.locals 0
.line 2
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 3
iput p1, p0, Lcom/bumptech/glide/request/f;->a:I
.line 4
iput p2, p0, Lcom/bumptech/glide/request/f;->b:I
.line 5
iput-boolean p3, p0, Lcom/bumptech/glide/request/f;->c:Z
.line 6
iput-object p4, p0, Lcom/bumptech/glide/request/f;->d:Lcom/bumptech/glide/request/f$a;
return-void
.end method
# virtual methods
.method public declared-synchronized a(Ljava/lang/Object;Ljava/lang/Object;Lj5/p;Lcom/bumptech/glide/load/DataSource;Z)Z
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"(TR;",
"Ljava/lang/Object;",
"Lj5/p<",
"TR;>;",
"Lcom/bumptech/glide/load/DataSource;",
"Z)Z"
}
.end annotation
monitor-enter p0
const/4 p2, 0x1
.line 1
:try_start_0
iput-boolean p2, p0, Lcom/bumptech/glide/request/f;->h:Z
.line 2
iput-object p1, p0, Lcom/bumptech/glide/request/f;->e:Ljava/lang/Object;
.line 3
iget-object p1, p0, Lcom/bumptech/glide/request/f;->d:Lcom/bumptech/glide/request/f$a;
invoke-virtual {p1, p0}, Lcom/bumptech/glide/request/f$a;->a(Ljava/lang/Object;)V
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
const/4 p1, 0x0
.line 4
monitor-exit p0
return p1
:catchall_0
move-exception p1
monitor-exit p0
throw p1
.end method
.method public declared-synchronized b(Lcom/bumptech/glide/load/engine/GlideException;Ljava/lang/Object;Lj5/p;Z)Z
.locals 0
.param p1 # Lcom/bumptech/glide/load/engine/GlideException;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/bumptech/glide/load/engine/GlideException;",
"Ljava/lang/Object;",
"Lj5/p<",
"TR;>;Z)Z"
}
.end annotation
monitor-enter p0
const/4 p2, 0x1
.line 1
:try_start_0
iput-boolean p2, p0, Lcom/bumptech/glide/request/f;->i:Z
.line 2
iput-object p1, p0, Lcom/bumptech/glide/request/f;->j:Lcom/bumptech/glide/load/engine/GlideException;
.line 3
iget-object p1, p0, Lcom/bumptech/glide/request/f;->d:Lcom/bumptech/glide/request/f$a;
invoke-virtual {p1, p0}, Lcom/bumptech/glide/request/f$a;->a(Ljava/lang/Object;)V
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
const/4 p1, 0x0
.line 4
monitor-exit p0
return p1
:catchall_0
move-exception p1
monitor-exit p0
throw p1
.end method
.method public final declared-synchronized c(Ljava/lang/Long;)Ljava/lang/Object;
.locals 4
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/Long;",
")TR;"
}
.end annotation
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/util/concurrent/ExecutionException;,
Ljava/lang/InterruptedException;,
Ljava/util/concurrent/TimeoutException;
}
.end annotation
monitor-enter p0
.line 1
:try_start_0
iget-boolean v0, p0, Lcom/bumptech/glide/request/f;->c:Z
if-eqz v0, :cond_0
invoke-virtual {p0}, Lcom/bumptech/glide/request/f;->isDone()Z
move-result v0
if-nez v0, :cond_0
.line 2
invoke-static {}, Lm5/m;->a()V
.line 3
:cond_0
iget-boolean v0, p0, Lcom/bumptech/glide/request/f;->g:Z
if-nez v0, :cond_9
.line 4
iget-boolean v0, p0, Lcom/bumptech/glide/request/f;->i:Z
if-nez v0, :cond_8
.line 5
iget-boolean v0, p0, Lcom/bumptech/glide/request/f;->h:Z
if-eqz v0, :cond_1
.line 6
iget-object p1, p0, Lcom/bumptech/glide/request/f;->e:Ljava/lang/Object;
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
monitor-exit p0
return-object p1
:cond_1
const-wide/16 v0, 0x0
if-nez p1, :cond_2
.line 7
:try_start_1
iget-object p1, p0, Lcom/bumptech/glide/request/f;->d:Lcom/bumptech/glide/request/f$a;
invoke-virtual {p1, p0, v0, v1}, Lcom/bumptech/glide/request/f$a;->b(Ljava/lang/Object;J)V
goto :goto_1
.line 8
:cond_2
invoke-virtual {p1}, Ljava/lang/Long;->longValue()J
move-result-wide v2
cmp-long v0, v2, v0
if-lez v0, :cond_3
.line 9
invoke-static {}, Ljava/lang/System;->currentTimeMillis()J
move-result-wide v0
.line 10
invoke-virtual {p1}, Ljava/lang/Long;->longValue()J
move-result-wide v2
add-long/2addr v2, v0
.line 11
:goto_0
invoke-virtual {p0}, Lcom/bumptech/glide/request/f;->isDone()Z
move-result p1
if-nez p1, :cond_3
cmp-long p1, v0, v2
if-gez p1, :cond_3
.line 12
iget-object p1, p0, Lcom/bumptech/glide/request/f;->d:Lcom/bumptech/glide/request/f$a;
sub-long v0, v2, v0
invoke-virtual {p1, p0, v0, v1}, Lcom/bumptech/glide/request/f$a;->b(Ljava/lang/Object;J)V
.line 13
invoke-static {}, Ljava/lang/System;->currentTimeMillis()J
move-result-wide v0
goto :goto_0
.line 14
:cond_3
:goto_1
invoke-static {}, Ljava/lang/Thread;->interrupted()Z
move-result p1
if-nez p1, :cond_7
.line 15
iget-boolean p1, p0, Lcom/bumptech/glide/request/f;->i:Z
if-nez p1, :cond_6
.line 16
iget-boolean p1, p0, Lcom/bumptech/glide/request/f;->g:Z
if-nez p1, :cond_5
.line 17
iget-boolean p1, p0, Lcom/bumptech/glide/request/f;->h:Z
if-eqz p1, :cond_4
.line 18
iget-object p1, p0, Lcom/bumptech/glide/request/f;->e:Ljava/lang/Object;
:try_end_1
.catchall {:try_start_1 .. :try_end_1} :catchall_0
monitor-exit p0
return-object p1
.line 19
:cond_4
:try_start_2
new-instance p1, Ljava/util/concurrent/TimeoutException;
invoke-direct {p1}, Ljava/util/concurrent/TimeoutException;-><init>()V
throw p1
.line 20
:cond_5
new-instance p1, Ljava/util/concurrent/CancellationException;
invoke-direct {p1}, Ljava/util/concurrent/CancellationException;-><init>()V
throw p1
.line 21
:cond_6
new-instance p1, Ljava/util/concurrent/ExecutionException;
iget-object v0, p0, Lcom/bumptech/glide/request/f;->j:Lcom/bumptech/glide/load/engine/GlideException;
invoke-direct {p1, v0}, Ljava/util/concurrent/ExecutionException;-><init>(Ljava/lang/Throwable;)V
throw p1
.line 22
:cond_7
new-instance p1, Ljava/lang/InterruptedException;
invoke-direct {p1}, Ljava/lang/InterruptedException;-><init>()V
throw p1
.line 23
:cond_8
new-instance p1, Ljava/util/concurrent/ExecutionException;
iget-object v0, p0, Lcom/bumptech/glide/request/f;->j:Lcom/bumptech/glide/load/engine/GlideException;
invoke-direct {p1, v0}, Ljava/util/concurrent/ExecutionException;-><init>(Ljava/lang/Throwable;)V
throw p1
.line 24
:cond_9
new-instance p1, Ljava/util/concurrent/CancellationException;
invoke-direct {p1}, Ljava/util/concurrent/CancellationException;-><init>()V
throw p1
:try_end_2
.catchall {:try_start_2 .. :try_end_2} :catchall_0
:catchall_0
move-exception p1
monitor-exit p0
throw p1
.end method
.method public cancel(Z)Z
.locals 2
.line 1
monitor-enter p0
.line 2
:try_start_0
invoke-virtual {p0}, Lcom/bumptech/glide/request/f;->isDone()Z
move-result v0
if-eqz v0, :cond_0
const/4 p1, 0x0
.line 3
monitor-exit p0
return p1
:cond_0
const/4 v0, 0x1
.line 4
iput-boolean v0, p0, Lcom/bumptech/glide/request/f;->g:Z
.line 5
iget-object v1, p0, Lcom/bumptech/glide/request/f;->d:Lcom/bumptech/glide/request/f$a;
invoke-virtual {v1, p0}, Lcom/bumptech/glide/request/f$a;->a(Ljava/lang/Object;)V
const/4 v1, 0x0
if-eqz p1, :cond_1
.line 6
iget-object p1, p0, Lcom/bumptech/glide/request/f;->f:Lcom/bumptech/glide/request/e;
.line 7
iput-object v1, p0, Lcom/bumptech/glide/request/f;->f:Lcom/bumptech/glide/request/e;
move-object v1, p1
.line 8
:cond_1
monitor-exit p0
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
if-eqz v1, :cond_2
.line 9
invoke-interface {v1}, Lcom/bumptech/glide/request/e;->clear()V
:cond_2
return v0
:catchall_0
move-exception p1
.line 10
:try_start_1
monitor-exit p0
:try_end_1
.catchall {:try_start_1 .. :try_end_1} :catchall_0
throw p1
.end method
.method public f(Lj5/o;)V
.locals 0
.param p1 # Lj5/o;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
return-void
.end method
.method public declared-synchronized g(Ljava/lang/Object;Lk5/f;)V
.locals 0
.param p1 # Ljava/lang/Object;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Lk5/f;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(TR;",
"Lk5/f<",
"-TR;>;)V"
}
.end annotation
monitor-enter p0
.line 1
monitor-exit p0
return-void
.end method
.method public get()Ljava/lang/Object;
.locals 2
.annotation system Ldalvik/annotation/Signature;
value = {
"()TR;"
}
.end annotation
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/lang/InterruptedException;,
Ljava/util/concurrent/ExecutionException;
}
.end annotation
const/4 v0, 0x0
.line 1
:try_start_0
invoke-virtual {p0, v0}, Lcom/bumptech/glide/request/f;->c(Ljava/lang/Long;)Ljava/lang/Object;
move-result-object v0
:try_end_0
.catch Ljava/util/concurrent/TimeoutException; {:try_start_0 .. :try_end_0} :catch_0
return-object v0
:catch_0
move-exception v0
.line 2
new-instance v1, Ljava/lang/AssertionError;
invoke-direct {v1, v0}, Ljava/lang/AssertionError;-><init>(Ljava/lang/Object;)V
throw v1
.end method
.method public get(JLjava/util/concurrent/TimeUnit;)Ljava/lang/Object;
.locals 0
.param p3 # Ljava/util/concurrent/TimeUnit;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(J",
"Ljava/util/concurrent/TimeUnit;",
")TR;"
}
.end annotation
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/lang/InterruptedException;,
Ljava/util/concurrent/ExecutionException;,
Ljava/util/concurrent/TimeoutException;
}
.end annotation
.line 3
invoke-virtual {p3, p1, p2}, Ljava/util/concurrent/TimeUnit;->toMillis(J)J
move-result-wide p1
invoke-static {p1, p2}, Ljava/lang/Long;->valueOf(J)Ljava/lang/Long;
move-result-object p1
invoke-virtual {p0, p1}, Lcom/bumptech/glide/request/f;->c(Ljava/lang/Long;)Ljava/lang/Object;
move-result-object p1
return-object p1
.end method
.method public h(Landroid/graphics/drawable/Drawable;)V
.locals 0
.param p1 # Landroid/graphics/drawable/Drawable;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
return-void
.end method
.method public declared-synchronized i()Lcom/bumptech/glide/request/e;
.locals 1
.annotation build Landroidx/annotation/Nullable;
.end annotation
monitor-enter p0
.line 1
:try_start_0
iget-object v0, p0, Lcom/bumptech/glide/request/f;->f:Lcom/bumptech/glide/request/e;
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
monitor-exit p0
return-object v0
:catchall_0
move-exception v0
monitor-exit p0
throw v0
.end method
.method public declared-synchronized isCancelled()Z
.locals 1
monitor-enter p0
.line 1
:try_start_0
iget-boolean v0, p0, Lcom/bumptech/glide/request/f;->g:Z
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
monitor-exit p0
return v0
:catchall_0
move-exception v0
monitor-exit p0
throw v0
.end method
.method public declared-synchronized isDone()Z
.locals 1
monitor-enter p0
.line 1
:try_start_0
iget-boolean v0, p0, Lcom/bumptech/glide/request/f;->g:Z
if-nez v0, :cond_1
iget-boolean v0, p0, Lcom/bumptech/glide/request/f;->h:Z
if-nez v0, :cond_1
iget-boolean v0, p0, Lcom/bumptech/glide/request/f;->i:Z
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
if-eqz v0, :cond_0
goto :goto_0
:cond_0
const/4 v0, 0x0
goto :goto_1
:cond_1
:goto_0
const/4 v0, 0x1
:goto_1
monitor-exit p0
return v0
:catchall_0
move-exception v0
monitor-exit p0
throw v0
.end method
.method public j(Landroid/graphics/drawable/Drawable;)V
.locals 0
.param p1 # Landroid/graphics/drawable/Drawable;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
return-void
.end method
.method public k(Lj5/o;)V
.locals 2
.param p1 # Lj5/o;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.line 1
iget v0, p0, Lcom/bumptech/glide/request/f;->a:I
iget v1, p0, Lcom/bumptech/glide/request/f;->b:I
invoke-interface {p1, v0, v1}, Lj5/o;->d(II)V
return-void
.end method
.method public declared-synchronized m(Lcom/bumptech/glide/request/e;)V
.locals 0
.param p1 # Lcom/bumptech/glide/request/e;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
monitor-enter p0
.line 1
:try_start_0
iput-object p1, p0, Lcom/bumptech/glide/request/f;->f:Lcom/bumptech/glide/request/e;
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
.line 2
monitor-exit p0
return-void
:catchall_0
move-exception p1
monitor-exit p0
throw p1
.end method
.method public declared-synchronized n(Landroid/graphics/drawable/Drawable;)V
.locals 0
.param p1 # Landroid/graphics/drawable/Drawable;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
monitor-enter p0
.line 1
monitor-exit p0
return-void
.end method
.method public onDestroy()V
.locals 0
return-void
.end method
.method public onStart()V
.locals 0
return-void
.end method
.method public onStop()V
.locals 0
return-void
.end method
@@ -0,0 +1,45 @@
.class public interface abstract Lcom/bumptech/glide/request/g;
.super Ljava/lang/Object;
.source "RequestListener.java"
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"<R:",
"Ljava/lang/Object;",
">",
"Ljava/lang/Object;"
}
.end annotation
# virtual methods
.method public abstract a(Ljava/lang/Object;Ljava/lang/Object;Lj5/p;Lcom/bumptech/glide/load/DataSource;Z)Z
.annotation system Ldalvik/annotation/Signature;
value = {
"(TR;",
"Ljava/lang/Object;",
"Lj5/p<",
"TR;>;",
"Lcom/bumptech/glide/load/DataSource;",
"Z)Z"
}
.end annotation
.end method
.method public abstract b(Lcom/bumptech/glide/load/engine/GlideException;Ljava/lang/Object;Lj5/p;Z)Z
.param p1 # Lcom/bumptech/glide/load/engine/GlideException;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/bumptech/glide/load/engine/GlideException;",
"Ljava/lang/Object;",
"Lj5/p<",
"TR;>;Z)Z"
}
.end annotation
.end method
@@ -0,0 +1,896 @@
.class public Lcom/bumptech/glide/request/h;
.super Lcom/bumptech/glide/request/a;
.source "RequestOptions.java"
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"Lcom/bumptech/glide/request/a<",
"Lcom/bumptech/glide/request/h;",
">;"
}
.end annotation
# static fields
.field public static A1:Lcom/bumptech/glide/request/h;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end field
.field public static B1:Lcom/bumptech/glide/request/h;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end field
.field public static C1:Lcom/bumptech/glide/request/h;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end field
.field public static D1:Lcom/bumptech/glide/request/h;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end field
.field public static E1:Lcom/bumptech/glide/request/h;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end field
.field public static F1:Lcom/bumptech/glide/request/h;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end field
.field public static G1:Lcom/bumptech/glide/request/h;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end field
.field public static H1:Lcom/bumptech/glide/request/h;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end field
# direct methods
.method public constructor <init>()V
.locals 0
.line 1
invoke-direct {p0}, Lcom/bumptech/glide/request/a;-><init>()V
return-void
.end method
.method public static S0(Lu4/h;)Lcom/bumptech/glide/request/h;
.locals 1
.param p0 # Lu4/h;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation build Landroidx/annotation/CheckResult;
.end annotation
.annotation build Landroidx/annotation/NonNull;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lu4/h<",
"Landroid/graphics/Bitmap;",
">;)",
"Lcom/bumptech/glide/request/h;"
}
.end annotation
.line 1
new-instance v0, Lcom/bumptech/glide/request/h;
invoke-direct {v0}, Lcom/bumptech/glide/request/h;-><init>()V
invoke-virtual {v0, p0}, Lcom/bumptech/glide/request/a;->M0(Lu4/h;)Lcom/bumptech/glide/request/a;
move-result-object p0
check-cast p0, Lcom/bumptech/glide/request/h;
return-object p0
.end method
.method public static T0()Lcom/bumptech/glide/request/h;
.locals 1
.annotation build Landroidx/annotation/CheckResult;
.end annotation
.annotation build Landroidx/annotation/NonNull;
.end annotation
.line 1
sget-object v0, Lcom/bumptech/glide/request/h;->E1:Lcom/bumptech/glide/request/h;
if-nez v0, :cond_0
.line 2
new-instance v0, Lcom/bumptech/glide/request/h;
invoke-direct {v0}, Lcom/bumptech/glide/request/h;-><init>()V
invoke-virtual {v0}, Lcom/bumptech/glide/request/a;->h()Lcom/bumptech/glide/request/a;
move-result-object v0
check-cast v0, Lcom/bumptech/glide/request/h;
invoke-virtual {v0}, Lcom/bumptech/glide/request/a;->g()Lcom/bumptech/glide/request/a;
move-result-object v0
check-cast v0, Lcom/bumptech/glide/request/h;
sput-object v0, Lcom/bumptech/glide/request/h;->E1:Lcom/bumptech/glide/request/h;
.line 3
:cond_0
sget-object v0, Lcom/bumptech/glide/request/h;->E1:Lcom/bumptech/glide/request/h;
return-object v0
.end method
.method public static U0()Lcom/bumptech/glide/request/h;
.locals 1
.annotation build Landroidx/annotation/CheckResult;
.end annotation
.annotation build Landroidx/annotation/NonNull;
.end annotation
.line 1
sget-object v0, Lcom/bumptech/glide/request/h;->D1:Lcom/bumptech/glide/request/h;
if-nez v0, :cond_0
.line 2
new-instance v0, Lcom/bumptech/glide/request/h;
invoke-direct {v0}, Lcom/bumptech/glide/request/h;-><init>()V
invoke-virtual {v0}, Lcom/bumptech/glide/request/a;->i()Lcom/bumptech/glide/request/a;
move-result-object v0
check-cast v0, Lcom/bumptech/glide/request/h;
invoke-virtual {v0}, Lcom/bumptech/glide/request/a;->g()Lcom/bumptech/glide/request/a;
move-result-object v0
check-cast v0, Lcom/bumptech/glide/request/h;
sput-object v0, Lcom/bumptech/glide/request/h;->D1:Lcom/bumptech/glide/request/h;
.line 3
:cond_0
sget-object v0, Lcom/bumptech/glide/request/h;->D1:Lcom/bumptech/glide/request/h;
return-object v0
.end method
.method public static V0()Lcom/bumptech/glide/request/h;
.locals 1
.annotation build Landroidx/annotation/CheckResult;
.end annotation
.annotation build Landroidx/annotation/NonNull;
.end annotation
.line 1
sget-object v0, Lcom/bumptech/glide/request/h;->F1:Lcom/bumptech/glide/request/h;
if-nez v0, :cond_0
.line 2
new-instance v0, Lcom/bumptech/glide/request/h;
invoke-direct {v0}, Lcom/bumptech/glide/request/h;-><init>()V
invoke-virtual {v0}, Lcom/bumptech/glide/request/a;->j()Lcom/bumptech/glide/request/a;
move-result-object v0
check-cast v0, Lcom/bumptech/glide/request/h;
invoke-virtual {v0}, Lcom/bumptech/glide/request/a;->g()Lcom/bumptech/glide/request/a;
move-result-object v0
check-cast v0, Lcom/bumptech/glide/request/h;
sput-object v0, Lcom/bumptech/glide/request/h;->F1:Lcom/bumptech/glide/request/h;
.line 3
:cond_0
sget-object v0, Lcom/bumptech/glide/request/h;->F1:Lcom/bumptech/glide/request/h;
return-object v0
.end method
.method public static W0(Ljava/lang/Class;)Lcom/bumptech/glide/request/h;
.locals 1
.param p0 # Ljava/lang/Class;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation build Landroidx/annotation/CheckResult;
.end annotation
.annotation build Landroidx/annotation/NonNull;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/Class<",
"*>;)",
"Lcom/bumptech/glide/request/h;"
}
.end annotation
.line 1
new-instance v0, Lcom/bumptech/glide/request/h;
invoke-direct {v0}, Lcom/bumptech/glide/request/h;-><init>()V
invoke-virtual {v0, p0}, Lcom/bumptech/glide/request/a;->m(Ljava/lang/Class;)Lcom/bumptech/glide/request/a;
move-result-object p0
check-cast p0, Lcom/bumptech/glide/request/h;
return-object p0
.end method
.method public static X0(Lcom/bumptech/glide/load/engine/h;)Lcom/bumptech/glide/request/h;
.locals 1
.param p0 # Lcom/bumptech/glide/load/engine/h;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation build Landroidx/annotation/CheckResult;
.end annotation
.annotation build Landroidx/annotation/NonNull;
.end annotation
.line 1
new-instance v0, Lcom/bumptech/glide/request/h;
invoke-direct {v0}, Lcom/bumptech/glide/request/h;-><init>()V
invoke-virtual {v0, p0}, Lcom/bumptech/glide/request/a;->r(Lcom/bumptech/glide/load/engine/h;)Lcom/bumptech/glide/request/a;
move-result-object p0
check-cast p0, Lcom/bumptech/glide/request/h;
return-object p0
.end method
.method public static Y0(Lcom/bumptech/glide/load/resource/bitmap/DownsampleStrategy;)Lcom/bumptech/glide/request/h;
.locals 1
.param p0 # Lcom/bumptech/glide/load/resource/bitmap/DownsampleStrategy;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation build Landroidx/annotation/CheckResult;
.end annotation
.annotation build Landroidx/annotation/NonNull;
.end annotation
.line 1
new-instance v0, Lcom/bumptech/glide/request/h;
invoke-direct {v0}, Lcom/bumptech/glide/request/h;-><init>()V
invoke-virtual {v0, p0}, Lcom/bumptech/glide/request/a;->u(Lcom/bumptech/glide/load/resource/bitmap/DownsampleStrategy;)Lcom/bumptech/glide/request/a;
move-result-object p0
check-cast p0, Lcom/bumptech/glide/request/h;
return-object p0
.end method
.method public static Z0(Landroid/graphics/Bitmap$CompressFormat;)Lcom/bumptech/glide/request/h;
.locals 1
.param p0 # Landroid/graphics/Bitmap$CompressFormat;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation build Landroidx/annotation/CheckResult;
.end annotation
.annotation build Landroidx/annotation/NonNull;
.end annotation
.line 1
new-instance v0, Lcom/bumptech/glide/request/h;
invoke-direct {v0}, Lcom/bumptech/glide/request/h;-><init>()V
invoke-virtual {v0, p0}, Lcom/bumptech/glide/request/a;->v(Landroid/graphics/Bitmap$CompressFormat;)Lcom/bumptech/glide/request/a;
move-result-object p0
check-cast p0, Lcom/bumptech/glide/request/h;
return-object p0
.end method
.method public static a1(I)Lcom/bumptech/glide/request/h;
.locals 1
.param p0 # I
.annotation build Landroidx/annotation/IntRange;
from = 0x0L
to = 0x64L
.end annotation
.end param
.annotation build Landroidx/annotation/CheckResult;
.end annotation
.annotation build Landroidx/annotation/NonNull;
.end annotation
.line 1
new-instance v0, Lcom/bumptech/glide/request/h;
invoke-direct {v0}, Lcom/bumptech/glide/request/h;-><init>()V
invoke-virtual {v0, p0}, Lcom/bumptech/glide/request/a;->w(I)Lcom/bumptech/glide/request/a;
move-result-object p0
check-cast p0, Lcom/bumptech/glide/request/h;
return-object p0
.end method
.method public static b1(I)Lcom/bumptech/glide/request/h;
.locals 1
.param p0 # I
.annotation build Landroidx/annotation/DrawableRes;
.end annotation
.end param
.annotation build Landroidx/annotation/CheckResult;
.end annotation
.annotation build Landroidx/annotation/NonNull;
.end annotation
.line 1
new-instance v0, Lcom/bumptech/glide/request/h;
invoke-direct {v0}, Lcom/bumptech/glide/request/h;-><init>()V
invoke-virtual {v0, p0}, Lcom/bumptech/glide/request/a;->x(I)Lcom/bumptech/glide/request/a;
move-result-object p0
check-cast p0, Lcom/bumptech/glide/request/h;
return-object p0
.end method
.method public static c1(Landroid/graphics/drawable/Drawable;)Lcom/bumptech/glide/request/h;
.locals 1
.param p0 # Landroid/graphics/drawable/Drawable;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.annotation build Landroidx/annotation/CheckResult;
.end annotation
.annotation build Landroidx/annotation/NonNull;
.end annotation
.line 1
new-instance v0, Lcom/bumptech/glide/request/h;
invoke-direct {v0}, Lcom/bumptech/glide/request/h;-><init>()V
invoke-virtual {v0, p0}, Lcom/bumptech/glide/request/a;->y(Landroid/graphics/drawable/Drawable;)Lcom/bumptech/glide/request/a;
move-result-object p0
check-cast p0, Lcom/bumptech/glide/request/h;
return-object p0
.end method
.method public static d1()Lcom/bumptech/glide/request/h;
.locals 1
.annotation build Landroidx/annotation/CheckResult;
.end annotation
.annotation build Landroidx/annotation/NonNull;
.end annotation
.line 1
sget-object v0, Lcom/bumptech/glide/request/h;->C1:Lcom/bumptech/glide/request/h;
if-nez v0, :cond_0
.line 2
new-instance v0, Lcom/bumptech/glide/request/h;
invoke-direct {v0}, Lcom/bumptech/glide/request/h;-><init>()V
invoke-virtual {v0}, Lcom/bumptech/glide/request/a;->B()Lcom/bumptech/glide/request/a;
move-result-object v0
check-cast v0, Lcom/bumptech/glide/request/h;
invoke-virtual {v0}, Lcom/bumptech/glide/request/a;->g()Lcom/bumptech/glide/request/a;
move-result-object v0
check-cast v0, Lcom/bumptech/glide/request/h;
sput-object v0, Lcom/bumptech/glide/request/h;->C1:Lcom/bumptech/glide/request/h;
.line 3
:cond_0
sget-object v0, Lcom/bumptech/glide/request/h;->C1:Lcom/bumptech/glide/request/h;
return-object v0
.end method
.method public static e1(Lcom/bumptech/glide/load/DecodeFormat;)Lcom/bumptech/glide/request/h;
.locals 1
.param p0 # Lcom/bumptech/glide/load/DecodeFormat;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation build Landroidx/annotation/CheckResult;
.end annotation
.annotation build Landroidx/annotation/NonNull;
.end annotation
.line 1
new-instance v0, Lcom/bumptech/glide/request/h;
invoke-direct {v0}, Lcom/bumptech/glide/request/h;-><init>()V
invoke-virtual {v0, p0}, Lcom/bumptech/glide/request/a;->C(Lcom/bumptech/glide/load/DecodeFormat;)Lcom/bumptech/glide/request/a;
move-result-object p0
check-cast p0, Lcom/bumptech/glide/request/h;
return-object p0
.end method
.method public static f1(J)Lcom/bumptech/glide/request/h;
.locals 1
.param p0 # J
.annotation build Landroidx/annotation/IntRange;
from = 0x0L
.end annotation
.end param
.annotation build Landroidx/annotation/CheckResult;
.end annotation
.annotation build Landroidx/annotation/NonNull;
.end annotation
.line 1
new-instance v0, Lcom/bumptech/glide/request/h;
invoke-direct {v0}, Lcom/bumptech/glide/request/h;-><init>()V
invoke-virtual {v0, p0, p1}, Lcom/bumptech/glide/request/a;->D(J)Lcom/bumptech/glide/request/a;
move-result-object p0
check-cast p0, Lcom/bumptech/glide/request/h;
return-object p0
.end method
.method public static g1()Lcom/bumptech/glide/request/h;
.locals 1
.annotation build Landroidx/annotation/CheckResult;
.end annotation
.annotation build Landroidx/annotation/NonNull;
.end annotation
.line 1
sget-object v0, Lcom/bumptech/glide/request/h;->H1:Lcom/bumptech/glide/request/h;
if-nez v0, :cond_0
.line 2
new-instance v0, Lcom/bumptech/glide/request/h;
invoke-direct {v0}, Lcom/bumptech/glide/request/h;-><init>()V
invoke-virtual {v0}, Lcom/bumptech/glide/request/a;->s()Lcom/bumptech/glide/request/a;
move-result-object v0
check-cast v0, Lcom/bumptech/glide/request/h;
invoke-virtual {v0}, Lcom/bumptech/glide/request/a;->g()Lcom/bumptech/glide/request/a;
move-result-object v0
check-cast v0, Lcom/bumptech/glide/request/h;
sput-object v0, Lcom/bumptech/glide/request/h;->H1:Lcom/bumptech/glide/request/h;
.line 3
:cond_0
sget-object v0, Lcom/bumptech/glide/request/h;->H1:Lcom/bumptech/glide/request/h;
return-object v0
.end method
.method public static h1()Lcom/bumptech/glide/request/h;
.locals 1
.annotation build Landroidx/annotation/CheckResult;
.end annotation
.annotation build Landroidx/annotation/NonNull;
.end annotation
.line 1
sget-object v0, Lcom/bumptech/glide/request/h;->G1:Lcom/bumptech/glide/request/h;
if-nez v0, :cond_0
.line 2
new-instance v0, Lcom/bumptech/glide/request/h;
invoke-direct {v0}, Lcom/bumptech/glide/request/h;-><init>()V
invoke-virtual {v0}, Lcom/bumptech/glide/request/a;->t()Lcom/bumptech/glide/request/a;
move-result-object v0
check-cast v0, Lcom/bumptech/glide/request/h;
invoke-virtual {v0}, Lcom/bumptech/glide/request/a;->g()Lcom/bumptech/glide/request/a;
move-result-object v0
check-cast v0, Lcom/bumptech/glide/request/h;
sput-object v0, Lcom/bumptech/glide/request/h;->G1:Lcom/bumptech/glide/request/h;
.line 3
:cond_0
sget-object v0, Lcom/bumptech/glide/request/h;->G1:Lcom/bumptech/glide/request/h;
return-object v0
.end method
.method public static i1(Lu4/d;Ljava/lang/Object;)Lcom/bumptech/glide/request/h;
.locals 1
.param p0 # Lu4/d;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p1 # Ljava/lang/Object;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation build Landroidx/annotation/CheckResult;
.end annotation
.annotation build Landroidx/annotation/NonNull;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">(",
"Lu4/d<",
"TT;>;TT;)",
"Lcom/bumptech/glide/request/h;"
}
.end annotation
.line 1
new-instance v0, Lcom/bumptech/glide/request/h;
invoke-direct {v0}, Lcom/bumptech/glide/request/h;-><init>()V
invoke-virtual {v0, p0, p1}, Lcom/bumptech/glide/request/a;->D0(Lu4/d;Ljava/lang/Object;)Lcom/bumptech/glide/request/a;
move-result-object p0
check-cast p0, Lcom/bumptech/glide/request/h;
return-object p0
.end method
.method public static j1(I)Lcom/bumptech/glide/request/h;
.locals 0
.annotation build Landroidx/annotation/CheckResult;
.end annotation
.annotation build Landroidx/annotation/NonNull;
.end annotation
.line 1
invoke-static {p0, p0}, Lcom/bumptech/glide/request/h;->k1(II)Lcom/bumptech/glide/request/h;
move-result-object p0
return-object p0
.end method
.method public static k1(II)Lcom/bumptech/glide/request/h;
.locals 1
.annotation build Landroidx/annotation/CheckResult;
.end annotation
.annotation build Landroidx/annotation/NonNull;
.end annotation
.line 1
new-instance v0, Lcom/bumptech/glide/request/h;
invoke-direct {v0}, Lcom/bumptech/glide/request/h;-><init>()V
invoke-virtual {v0, p0, p1}, Lcom/bumptech/glide/request/a;->v0(II)Lcom/bumptech/glide/request/a;
move-result-object p0
check-cast p0, Lcom/bumptech/glide/request/h;
return-object p0
.end method
.method public static l1(I)Lcom/bumptech/glide/request/h;
.locals 1
.param p0 # I
.annotation build Landroidx/annotation/DrawableRes;
.end annotation
.end param
.annotation build Landroidx/annotation/CheckResult;
.end annotation
.annotation build Landroidx/annotation/NonNull;
.end annotation
.line 1
new-instance v0, Lcom/bumptech/glide/request/h;
invoke-direct {v0}, Lcom/bumptech/glide/request/h;-><init>()V
invoke-virtual {v0, p0}, Lcom/bumptech/glide/request/a;->w0(I)Lcom/bumptech/glide/request/a;
move-result-object p0
check-cast p0, Lcom/bumptech/glide/request/h;
return-object p0
.end method
.method public static m1(Landroid/graphics/drawable/Drawable;)Lcom/bumptech/glide/request/h;
.locals 1
.param p0 # Landroid/graphics/drawable/Drawable;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.annotation build Landroidx/annotation/CheckResult;
.end annotation
.annotation build Landroidx/annotation/NonNull;
.end annotation
.line 1
new-instance v0, Lcom/bumptech/glide/request/h;
invoke-direct {v0}, Lcom/bumptech/glide/request/h;-><init>()V
invoke-virtual {v0, p0}, Lcom/bumptech/glide/request/a;->x0(Landroid/graphics/drawable/Drawable;)Lcom/bumptech/glide/request/a;
move-result-object p0
check-cast p0, Lcom/bumptech/glide/request/h;
return-object p0
.end method
.method public static n1(Lcom/bumptech/glide/Priority;)Lcom/bumptech/glide/request/h;
.locals 1
.param p0 # Lcom/bumptech/glide/Priority;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation build Landroidx/annotation/CheckResult;
.end annotation
.annotation build Landroidx/annotation/NonNull;
.end annotation
.line 1
new-instance v0, Lcom/bumptech/glide/request/h;
invoke-direct {v0}, Lcom/bumptech/glide/request/h;-><init>()V
invoke-virtual {v0, p0}, Lcom/bumptech/glide/request/a;->y0(Lcom/bumptech/glide/Priority;)Lcom/bumptech/glide/request/a;
move-result-object p0
check-cast p0, Lcom/bumptech/glide/request/h;
return-object p0
.end method
.method public static o1(Lu4/b;)Lcom/bumptech/glide/request/h;
.locals 1
.param p0 # Lu4/b;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation build Landroidx/annotation/CheckResult;
.end annotation
.annotation build Landroidx/annotation/NonNull;
.end annotation
.line 1
new-instance v0, Lcom/bumptech/glide/request/h;
invoke-direct {v0}, Lcom/bumptech/glide/request/h;-><init>()V
invoke-virtual {v0, p0}, Lcom/bumptech/glide/request/a;->E0(Lu4/b;)Lcom/bumptech/glide/request/a;
move-result-object p0
check-cast p0, Lcom/bumptech/glide/request/h;
return-object p0
.end method
.method public static p1(F)Lcom/bumptech/glide/request/h;
.locals 1
.param p0 # F
.annotation build Landroidx/annotation/FloatRange;
from = 0.0
to = 1.0
.end annotation
.end param
.annotation build Landroidx/annotation/CheckResult;
.end annotation
.annotation build Landroidx/annotation/NonNull;
.end annotation
.line 1
new-instance v0, Lcom/bumptech/glide/request/h;
invoke-direct {v0}, Lcom/bumptech/glide/request/h;-><init>()V
invoke-virtual {v0, p0}, Lcom/bumptech/glide/request/a;->F0(F)Lcom/bumptech/glide/request/a;
move-result-object p0
check-cast p0, Lcom/bumptech/glide/request/h;
return-object p0
.end method
.method public static q1(Z)Lcom/bumptech/glide/request/h;
.locals 1
.annotation build Landroidx/annotation/CheckResult;
.end annotation
.annotation build Landroidx/annotation/NonNull;
.end annotation
if-eqz p0, :cond_1
.line 1
sget-object p0, Lcom/bumptech/glide/request/h;->A1:Lcom/bumptech/glide/request/h;
if-nez p0, :cond_0
.line 2
new-instance p0, Lcom/bumptech/glide/request/h;
invoke-direct {p0}, Lcom/bumptech/glide/request/h;-><init>()V
const/4 v0, 0x1
invoke-virtual {p0, v0}, Lcom/bumptech/glide/request/a;->G0(Z)Lcom/bumptech/glide/request/a;
move-result-object p0
check-cast p0, Lcom/bumptech/glide/request/h;
invoke-virtual {p0}, Lcom/bumptech/glide/request/a;->g()Lcom/bumptech/glide/request/a;
move-result-object p0
check-cast p0, Lcom/bumptech/glide/request/h;
sput-object p0, Lcom/bumptech/glide/request/h;->A1:Lcom/bumptech/glide/request/h;
.line 3
:cond_0
sget-object p0, Lcom/bumptech/glide/request/h;->A1:Lcom/bumptech/glide/request/h;
return-object p0
.line 4
:cond_1
sget-object p0, Lcom/bumptech/glide/request/h;->B1:Lcom/bumptech/glide/request/h;
if-nez p0, :cond_2
.line 5
new-instance p0, Lcom/bumptech/glide/request/h;
invoke-direct {p0}, Lcom/bumptech/glide/request/h;-><init>()V
const/4 v0, 0x0
invoke-virtual {p0, v0}, Lcom/bumptech/glide/request/a;->G0(Z)Lcom/bumptech/glide/request/a;
move-result-object p0
check-cast p0, Lcom/bumptech/glide/request/h;
invoke-virtual {p0}, Lcom/bumptech/glide/request/a;->g()Lcom/bumptech/glide/request/a;
move-result-object p0
check-cast p0, Lcom/bumptech/glide/request/h;
sput-object p0, Lcom/bumptech/glide/request/h;->B1:Lcom/bumptech/glide/request/h;
.line 6
:cond_2
sget-object p0, Lcom/bumptech/glide/request/h;->B1:Lcom/bumptech/glide/request/h;
return-object p0
.end method
.method public static r1(I)Lcom/bumptech/glide/request/h;
.locals 1
.param p0 # I
.annotation build Landroidx/annotation/IntRange;
from = 0x0L
.end annotation
.end param
.annotation build Landroidx/annotation/CheckResult;
.end annotation
.annotation build Landroidx/annotation/NonNull;
.end annotation
.line 1
new-instance v0, Lcom/bumptech/glide/request/h;
invoke-direct {v0}, Lcom/bumptech/glide/request/h;-><init>()V
invoke-virtual {v0, p0}, Lcom/bumptech/glide/request/a;->I0(I)Lcom/bumptech/glide/request/a;
move-result-object p0
check-cast p0, Lcom/bumptech/glide/request/h;
return-object p0
.end method
@@ -0,0 +1,23 @@
.class public interface abstract Lcom/bumptech/glide/request/i;
.super Ljava/lang/Object;
.source "ResourceCallback.java"
# virtual methods
.method public abstract b(Lcom/bumptech/glide/load/engine/s;Lcom/bumptech/glide/load/DataSource;Z)V
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/bumptech/glide/load/engine/s<",
"*>;",
"Lcom/bumptech/glide/load/DataSource;",
"Z)V"
}
.end annotation
.end method
.method public abstract c(Lcom/bumptech/glide/load/engine/GlideException;)V
.end method
.method public abstract f()Ljava/lang/Object;
.end method
@@ -0,0 +1,944 @@
.class public Lcom/bumptech/glide/request/j;
.super Ljava/lang/Object;
.source "ThumbnailRequestCoordinator.java"
# interfaces
.implements Lcom/bumptech/glide/request/RequestCoordinator;
.implements Lcom/bumptech/glide/request/e;
# instance fields
.field public final a:Lcom/bumptech/glide/request/RequestCoordinator;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end field
.field public final b:Ljava/lang/Object;
.field public volatile c:Lcom/bumptech/glide/request/e;
.field public volatile d:Lcom/bumptech/glide/request/e;
.field public e:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
.annotation build Landroidx/annotation/GuardedBy;
value = "requestLock"
.end annotation
.end field
.field public f:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
.annotation build Landroidx/annotation/GuardedBy;
value = "requestLock"
.end annotation
.end field
.field public g:Z
.annotation build Landroidx/annotation/GuardedBy;
value = "requestLock"
.end annotation
.end field
# direct methods
.method public constructor <init>(Ljava/lang/Object;Lcom/bumptech/glide/request/RequestCoordinator;)V
.locals 1
.param p2 # Lcom/bumptech/glide/request/RequestCoordinator;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 2
sget-object v0, Lcom/bumptech/glide/request/RequestCoordinator$RequestState;->CLEARED:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
iput-object v0, p0, Lcom/bumptech/glide/request/j;->e:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
.line 3
iput-object v0, p0, Lcom/bumptech/glide/request/j;->f:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
.line 4
iput-object p1, p0, Lcom/bumptech/glide/request/j;->b:Ljava/lang/Object;
.line 5
iput-object p2, p0, Lcom/bumptech/glide/request/j;->a:Lcom/bumptech/glide/request/RequestCoordinator;
return-void
.end method
# virtual methods
.method public a()Z
.locals 2
.line 1
iget-object v0, p0, Lcom/bumptech/glide/request/j;->b:Ljava/lang/Object;
monitor-enter v0
.line 2
:try_start_0
iget-object v1, p0, Lcom/bumptech/glide/request/j;->d:Lcom/bumptech/glide/request/e;
invoke-interface {v1}, Lcom/bumptech/glide/request/e;->a()Z
move-result v1
if-nez v1, :cond_1
iget-object v1, p0, Lcom/bumptech/glide/request/j;->c:Lcom/bumptech/glide/request/e;
invoke-interface {v1}, Lcom/bumptech/glide/request/e;->a()Z
move-result v1
if-eqz v1, :cond_0
goto :goto_0
:cond_0
const/4 v1, 0x0
goto :goto_1
:cond_1
:goto_0
const/4 v1, 0x1
:goto_1
monitor-exit v0
return v1
:catchall_0
move-exception v1
.line 3
monitor-exit v0
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
throw v1
.end method
.method public b(Lcom/bumptech/glide/request/e;)Z
.locals 2
.line 1
iget-object v0, p0, Lcom/bumptech/glide/request/j;->b:Ljava/lang/Object;
monitor-enter v0
.line 2
:try_start_0
invoke-virtual {p0}, Lcom/bumptech/glide/request/j;->k()Z
move-result v1
if-eqz v1, :cond_0
iget-object v1, p0, Lcom/bumptech/glide/request/j;->c:Lcom/bumptech/glide/request/e;
invoke-virtual {p1, v1}, Ljava/lang/Object;->equals(Ljava/lang/Object;)Z
move-result p1
if-eqz p1, :cond_0
invoke-virtual {p0}, Lcom/bumptech/glide/request/j;->a()Z
move-result p1
if-nez p1, :cond_0
const/4 p1, 0x1
goto :goto_0
:cond_0
const/4 p1, 0x0
:goto_0
monitor-exit v0
return p1
:catchall_0
move-exception p1
.line 3
monitor-exit v0
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
throw p1
.end method
.method public c(Lcom/bumptech/glide/request/e;)Z
.locals 2
.line 1
iget-object v0, p0, Lcom/bumptech/glide/request/j;->b:Ljava/lang/Object;
monitor-enter v0
.line 2
:try_start_0
invoke-virtual {p0}, Lcom/bumptech/glide/request/j;->l()Z
move-result v1
if-eqz v1, :cond_1
iget-object v1, p0, Lcom/bumptech/glide/request/j;->c:Lcom/bumptech/glide/request/e;
invoke-virtual {p1, v1}, Ljava/lang/Object;->equals(Ljava/lang/Object;)Z
move-result p1
if-nez p1, :cond_0
iget-object p1, p0, Lcom/bumptech/glide/request/j;->e:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
sget-object v1, Lcom/bumptech/glide/request/RequestCoordinator$RequestState;->SUCCESS:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
if-eq p1, v1, :cond_1
:cond_0
const/4 p1, 0x1
goto :goto_0
:cond_1
const/4 p1, 0x0
:goto_0
monitor-exit v0
return p1
:catchall_0
move-exception p1
.line 3
monitor-exit v0
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
throw p1
.end method
.method public clear()V
.locals 2
.line 1
iget-object v0, p0, Lcom/bumptech/glide/request/j;->b:Ljava/lang/Object;
monitor-enter v0
const/4 v1, 0x0
.line 2
:try_start_0
iput-boolean v1, p0, Lcom/bumptech/glide/request/j;->g:Z
.line 3
sget-object v1, Lcom/bumptech/glide/request/RequestCoordinator$RequestState;->CLEARED:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
iput-object v1, p0, Lcom/bumptech/glide/request/j;->e:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
.line 4
iput-object v1, p0, Lcom/bumptech/glide/request/j;->f:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
.line 5
iget-object v1, p0, Lcom/bumptech/glide/request/j;->d:Lcom/bumptech/glide/request/e;
invoke-interface {v1}, Lcom/bumptech/glide/request/e;->clear()V
.line 6
iget-object v1, p0, Lcom/bumptech/glide/request/j;->c:Lcom/bumptech/glide/request/e;
invoke-interface {v1}, Lcom/bumptech/glide/request/e;->clear()V
.line 7
monitor-exit v0
return-void
:catchall_0
move-exception v1
monitor-exit v0
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
throw v1
.end method
.method public d(Lcom/bumptech/glide/request/e;)V
.locals 2
.line 1
iget-object v0, p0, Lcom/bumptech/glide/request/j;->b:Ljava/lang/Object;
monitor-enter v0
.line 2
:try_start_0
iget-object v1, p0, Lcom/bumptech/glide/request/j;->c:Lcom/bumptech/glide/request/e;
invoke-virtual {p1, v1}, Ljava/lang/Object;->equals(Ljava/lang/Object;)Z
move-result p1
if-nez p1, :cond_0
.line 3
sget-object p1, Lcom/bumptech/glide/request/RequestCoordinator$RequestState;->FAILED:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
iput-object p1, p0, Lcom/bumptech/glide/request/j;->f:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
.line 4
monitor-exit v0
return-void
.line 5
:cond_0
sget-object p1, Lcom/bumptech/glide/request/RequestCoordinator$RequestState;->FAILED:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
iput-object p1, p0, Lcom/bumptech/glide/request/j;->e:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
.line 6
iget-object p1, p0, Lcom/bumptech/glide/request/j;->a:Lcom/bumptech/glide/request/RequestCoordinator;
if-eqz p1, :cond_1
.line 7
invoke-interface {p1, p0}, Lcom/bumptech/glide/request/RequestCoordinator;->d(Lcom/bumptech/glide/request/e;)V
.line 8
:cond_1
monitor-exit v0
return-void
:catchall_0
move-exception p1
monitor-exit v0
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
throw p1
.end method
.method public e()Z
.locals 3
.line 1
iget-object v0, p0, Lcom/bumptech/glide/request/j;->b:Ljava/lang/Object;
monitor-enter v0
.line 2
:try_start_0
iget-object v1, p0, Lcom/bumptech/glide/request/j;->e:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
sget-object v2, Lcom/bumptech/glide/request/RequestCoordinator$RequestState;->CLEARED:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
if-ne v1, v2, :cond_0
const/4 v1, 0x1
goto :goto_0
:cond_0
const/4 v1, 0x0
:goto_0
monitor-exit v0
return v1
:catchall_0
move-exception v1
.line 3
monitor-exit v0
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
throw v1
.end method
.method public f(Lcom/bumptech/glide/request/e;)V
.locals 2
.line 1
iget-object v0, p0, Lcom/bumptech/glide/request/j;->b:Ljava/lang/Object;
monitor-enter v0
.line 2
:try_start_0
iget-object v1, p0, Lcom/bumptech/glide/request/j;->d:Lcom/bumptech/glide/request/e;
invoke-virtual {p1, v1}, Ljava/lang/Object;->equals(Ljava/lang/Object;)Z
move-result p1
if-eqz p1, :cond_0
.line 3
sget-object p1, Lcom/bumptech/glide/request/RequestCoordinator$RequestState;->SUCCESS:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
iput-object p1, p0, Lcom/bumptech/glide/request/j;->f:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
.line 4
monitor-exit v0
return-void
.line 5
:cond_0
sget-object p1, Lcom/bumptech/glide/request/RequestCoordinator$RequestState;->SUCCESS:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
iput-object p1, p0, Lcom/bumptech/glide/request/j;->e:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
.line 6
iget-object p1, p0, Lcom/bumptech/glide/request/j;->a:Lcom/bumptech/glide/request/RequestCoordinator;
if-eqz p1, :cond_1
.line 7
invoke-interface {p1, p0}, Lcom/bumptech/glide/request/RequestCoordinator;->f(Lcom/bumptech/glide/request/e;)V
.line 8
:cond_1
iget-object p1, p0, Lcom/bumptech/glide/request/j;->f:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
invoke-virtual {p1}, Lcom/bumptech/glide/request/RequestCoordinator$RequestState;->isComplete()Z
move-result p1
if-nez p1, :cond_2
.line 9
iget-object p1, p0, Lcom/bumptech/glide/request/j;->d:Lcom/bumptech/glide/request/e;
invoke-interface {p1}, Lcom/bumptech/glide/request/e;->clear()V
.line 10
:cond_2
monitor-exit v0
return-void
:catchall_0
move-exception p1
monitor-exit v0
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
throw p1
.end method
.method public g(Lcom/bumptech/glide/request/e;)Z
.locals 3
.line 1
instance-of v0, p1, Lcom/bumptech/glide/request/j;
const/4 v1, 0x0
if-eqz v0, :cond_2
.line 2
check-cast p1, Lcom/bumptech/glide/request/j;
.line 3
iget-object v0, p0, Lcom/bumptech/glide/request/j;->c:Lcom/bumptech/glide/request/e;
if-nez v0, :cond_0
iget-object v0, p1, Lcom/bumptech/glide/request/j;->c:Lcom/bumptech/glide/request/e;
if-nez v0, :cond_2
goto :goto_0
:cond_0
iget-object v0, p0, Lcom/bumptech/glide/request/j;->c:Lcom/bumptech/glide/request/e;
iget-object v2, p1, Lcom/bumptech/glide/request/j;->c:Lcom/bumptech/glide/request/e;
invoke-interface {v0, v2}, Lcom/bumptech/glide/request/e;->g(Lcom/bumptech/glide/request/e;)Z
move-result v0
if-eqz v0, :cond_2
:goto_0
iget-object v0, p0, Lcom/bumptech/glide/request/j;->d:Lcom/bumptech/glide/request/e;
if-nez v0, :cond_1
iget-object p1, p1, Lcom/bumptech/glide/request/j;->d:Lcom/bumptech/glide/request/e;
if-nez p1, :cond_2
goto :goto_1
:cond_1
iget-object v0, p0, Lcom/bumptech/glide/request/j;->d:Lcom/bumptech/glide/request/e;
iget-object p1, p1, Lcom/bumptech/glide/request/j;->d:Lcom/bumptech/glide/request/e;
.line 4
invoke-interface {v0, p1}, Lcom/bumptech/glide/request/e;->g(Lcom/bumptech/glide/request/e;)Z
move-result p1
if-eqz p1, :cond_2
:goto_1
const/4 v1, 0x1
:cond_2
return v1
.end method
.method public getRoot()Lcom/bumptech/glide/request/RequestCoordinator;
.locals 2
.line 1
iget-object v0, p0, Lcom/bumptech/glide/request/j;->b:Ljava/lang/Object;
monitor-enter v0
.line 2
:try_start_0
iget-object v1, p0, Lcom/bumptech/glide/request/j;->a:Lcom/bumptech/glide/request/RequestCoordinator;
if-eqz v1, :cond_0
invoke-interface {v1}, Lcom/bumptech/glide/request/RequestCoordinator;->getRoot()Lcom/bumptech/glide/request/RequestCoordinator;
move-result-object v1
goto :goto_0
:cond_0
move-object v1, p0
:goto_0
monitor-exit v0
return-object v1
:catchall_0
move-exception v1
.line 3
monitor-exit v0
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
throw v1
.end method
.method public h()V
.locals 4
.line 1
iget-object v0, p0, Lcom/bumptech/glide/request/j;->b:Ljava/lang/Object;
monitor-enter v0
const/4 v1, 0x1
.line 2
:try_start_0
iput-boolean v1, p0, Lcom/bumptech/glide/request/j;->g:Z
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_1
const/4 v1, 0x0
.line 3
:try_start_1
iget-object v2, p0, Lcom/bumptech/glide/request/j;->e:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
sget-object v3, Lcom/bumptech/glide/request/RequestCoordinator$RequestState;->SUCCESS:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
if-eq v2, v3, :cond_0
iget-object v2, p0, Lcom/bumptech/glide/request/j;->f:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
sget-object v3, Lcom/bumptech/glide/request/RequestCoordinator$RequestState;->RUNNING:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
if-eq v2, v3, :cond_0
.line 4
iput-object v3, p0, Lcom/bumptech/glide/request/j;->f:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
.line 5
iget-object v2, p0, Lcom/bumptech/glide/request/j;->d:Lcom/bumptech/glide/request/e;
invoke-interface {v2}, Lcom/bumptech/glide/request/e;->h()V
.line 6
:cond_0
iget-boolean v2, p0, Lcom/bumptech/glide/request/j;->g:Z
if-eqz v2, :cond_1
iget-object v2, p0, Lcom/bumptech/glide/request/j;->e:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
sget-object v3, Lcom/bumptech/glide/request/RequestCoordinator$RequestState;->RUNNING:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
if-eq v2, v3, :cond_1
.line 7
iput-object v3, p0, Lcom/bumptech/glide/request/j;->e:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
.line 8
iget-object v2, p0, Lcom/bumptech/glide/request/j;->c:Lcom/bumptech/glide/request/e;
invoke-interface {v2}, Lcom/bumptech/glide/request/e;->h()V
:try_end_1
.catchall {:try_start_1 .. :try_end_1} :catchall_0
.line 9
:cond_1
:try_start_2
iput-boolean v1, p0, Lcom/bumptech/glide/request/j;->g:Z
.line 10
monitor-exit v0
return-void
:catchall_0
move-exception v2
.line 11
iput-boolean v1, p0, Lcom/bumptech/glide/request/j;->g:Z
throw v2
:catchall_1
move-exception v1
.line 12
monitor-exit v0
:try_end_2
.catchall {:try_start_2 .. :try_end_2} :catchall_1
throw v1
.end method
.method public i(Lcom/bumptech/glide/request/e;)Z
.locals 2
.line 1
iget-object v0, p0, Lcom/bumptech/glide/request/j;->b:Ljava/lang/Object;
monitor-enter v0
.line 2
:try_start_0
invoke-virtual {p0}, Lcom/bumptech/glide/request/j;->j()Z
move-result v1
if-eqz v1, :cond_0
iget-object v1, p0, Lcom/bumptech/glide/request/j;->c:Lcom/bumptech/glide/request/e;
invoke-virtual {p1, v1}, Ljava/lang/Object;->equals(Ljava/lang/Object;)Z
move-result p1
if-eqz p1, :cond_0
iget-object p1, p0, Lcom/bumptech/glide/request/j;->e:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
sget-object v1, Lcom/bumptech/glide/request/RequestCoordinator$RequestState;->PAUSED:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
if-eq p1, v1, :cond_0
const/4 p1, 0x1
goto :goto_0
:cond_0
const/4 p1, 0x0
:goto_0
monitor-exit v0
return p1
:catchall_0
move-exception p1
.line 3
monitor-exit v0
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
throw p1
.end method
.method public isComplete()Z
.locals 3
.line 1
iget-object v0, p0, Lcom/bumptech/glide/request/j;->b:Ljava/lang/Object;
monitor-enter v0
.line 2
:try_start_0
iget-object v1, p0, Lcom/bumptech/glide/request/j;->e:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
sget-object v2, Lcom/bumptech/glide/request/RequestCoordinator$RequestState;->SUCCESS:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
if-ne v1, v2, :cond_0
const/4 v1, 0x1
goto :goto_0
:cond_0
const/4 v1, 0x0
:goto_0
monitor-exit v0
return v1
:catchall_0
move-exception v1
.line 3
monitor-exit v0
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
throw v1
.end method
.method public isRunning()Z
.locals 3
.line 1
iget-object v0, p0, Lcom/bumptech/glide/request/j;->b:Ljava/lang/Object;
monitor-enter v0
.line 2
:try_start_0
iget-object v1, p0, Lcom/bumptech/glide/request/j;->e:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
sget-object v2, Lcom/bumptech/glide/request/RequestCoordinator$RequestState;->RUNNING:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
if-ne v1, v2, :cond_0
const/4 v1, 0x1
goto :goto_0
:cond_0
const/4 v1, 0x0
:goto_0
monitor-exit v0
return v1
:catchall_0
move-exception v1
.line 3
monitor-exit v0
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
throw v1
.end method
.method public final j()Z
.locals 1
.annotation build Landroidx/annotation/GuardedBy;
value = "requestLock"
.end annotation
.line 1
iget-object v0, p0, Lcom/bumptech/glide/request/j;->a:Lcom/bumptech/glide/request/RequestCoordinator;
if-eqz v0, :cond_1
invoke-interface {v0, p0}, Lcom/bumptech/glide/request/RequestCoordinator;->i(Lcom/bumptech/glide/request/e;)Z
move-result v0
if-eqz v0, :cond_0
goto :goto_0
:cond_0
const/4 v0, 0x0
goto :goto_1
:cond_1
:goto_0
const/4 v0, 0x1
:goto_1
return v0
.end method
.method public final k()Z
.locals 1
.annotation build Landroidx/annotation/GuardedBy;
value = "requestLock"
.end annotation
.line 1
iget-object v0, p0, Lcom/bumptech/glide/request/j;->a:Lcom/bumptech/glide/request/RequestCoordinator;
if-eqz v0, :cond_1
invoke-interface {v0, p0}, Lcom/bumptech/glide/request/RequestCoordinator;->b(Lcom/bumptech/glide/request/e;)Z
move-result v0
if-eqz v0, :cond_0
goto :goto_0
:cond_0
const/4 v0, 0x0
goto :goto_1
:cond_1
:goto_0
const/4 v0, 0x1
:goto_1
return v0
.end method
.method public final l()Z
.locals 1
.annotation build Landroidx/annotation/GuardedBy;
value = "requestLock"
.end annotation
.line 1
iget-object v0, p0, Lcom/bumptech/glide/request/j;->a:Lcom/bumptech/glide/request/RequestCoordinator;
if-eqz v0, :cond_1
invoke-interface {v0, p0}, Lcom/bumptech/glide/request/RequestCoordinator;->c(Lcom/bumptech/glide/request/e;)Z
move-result v0
if-eqz v0, :cond_0
goto :goto_0
:cond_0
const/4 v0, 0x0
goto :goto_1
:cond_1
:goto_0
const/4 v0, 0x1
:goto_1
return v0
.end method
.method public m(Lcom/bumptech/glide/request/e;Lcom/bumptech/glide/request/e;)V
.locals 0
.line 1
iput-object p1, p0, Lcom/bumptech/glide/request/j;->c:Lcom/bumptech/glide/request/e;
.line 2
iput-object p2, p0, Lcom/bumptech/glide/request/j;->d:Lcom/bumptech/glide/request/e;
return-void
.end method
.method public pause()V
.locals 2
.line 1
iget-object v0, p0, Lcom/bumptech/glide/request/j;->b:Ljava/lang/Object;
monitor-enter v0
.line 2
:try_start_0
iget-object v1, p0, Lcom/bumptech/glide/request/j;->f:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
invoke-virtual {v1}, Lcom/bumptech/glide/request/RequestCoordinator$RequestState;->isComplete()Z
move-result v1
if-nez v1, :cond_0
.line 3
sget-object v1, Lcom/bumptech/glide/request/RequestCoordinator$RequestState;->PAUSED:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
iput-object v1, p0, Lcom/bumptech/glide/request/j;->f:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
.line 4
iget-object v1, p0, Lcom/bumptech/glide/request/j;->d:Lcom/bumptech/glide/request/e;
invoke-interface {v1}, Lcom/bumptech/glide/request/e;->pause()V
.line 5
:cond_0
iget-object v1, p0, Lcom/bumptech/glide/request/j;->e:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
invoke-virtual {v1}, Lcom/bumptech/glide/request/RequestCoordinator$RequestState;->isComplete()Z
move-result v1
if-nez v1, :cond_1
.line 6
sget-object v1, Lcom/bumptech/glide/request/RequestCoordinator$RequestState;->PAUSED:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
iput-object v1, p0, Lcom/bumptech/glide/request/j;->e:Lcom/bumptech/glide/request/RequestCoordinator$RequestState;
.line 7
iget-object v1, p0, Lcom/bumptech/glide/request/j;->c:Lcom/bumptech/glide/request/e;
invoke-interface {v1}, Lcom/bumptech/glide/request/e;->pause()V
.line 8
:cond_1
monitor-exit v0
return-void
:catchall_0
move-exception v1
monitor-exit v0
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
throw v1
.end method