Changes of com.discord v998
This commit is contained in:
parent
dc3b174a87
commit
a8e290ae89
20243 changed files with 1573881 additions and 1337713 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
|
||||
# instance fields
|
||||
.field private final mCertificates:Ljava/util/List;
|
||||
.field public final mCertificates:Ljava/util/List;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/util/List<",
|
||||
|
@ -14,20 +14,36 @@
|
|||
.end annotation
|
||||
.end field
|
||||
|
||||
.field private final mCertificatesArray:I
|
||||
.field public final mCertificatesArray:I
|
||||
|
||||
.field private final mIdentifier:Ljava/lang/String;
|
||||
.field public final mIdentifier:Ljava/lang/String;
|
||||
|
||||
.field private final mProviderAuthority:Ljava/lang/String;
|
||||
.field public final mProviderAuthority:Ljava/lang/String;
|
||||
|
||||
.field private final mProviderPackage:Ljava/lang/String;
|
||||
.field public final mProviderPackage:Ljava/lang/String;
|
||||
|
||||
.field private final mQuery:Ljava/lang/String;
|
||||
.field public final mQuery:Ljava/lang/String;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;I)V
|
||||
.locals 0
|
||||
.param p1 # Ljava/lang/String;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p2 # Ljava/lang/String;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p3 # Ljava/lang/String;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p4 # I
|
||||
.annotation build Landroidx/annotation/ArrayRes;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
|
@ -104,6 +120,22 @@
|
|||
|
||||
.method public constructor <init>(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/List;)V
|
||||
.locals 0
|
||||
.param p1 # Ljava/lang/String;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p2 # Ljava/lang/String;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p3 # Ljava/lang/String;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p4 # Ljava/util/List;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
|
@ -185,8 +217,11 @@
|
|||
|
||||
|
||||
# virtual methods
|
||||
.method public final getCertificates()Ljava/util/List;
|
||||
.method public getCertificates()Ljava/util/List;
|
||||
.locals 1
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"()",
|
||||
|
@ -201,58 +236,71 @@
|
|||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public final getCertificatesArrayResId()I
|
||||
.method public getCertificatesArrayResId()I
|
||||
.locals 1
|
||||
.annotation build Landroidx/annotation/ArrayRes;
|
||||
.end annotation
|
||||
|
||||
iget v0, p0, Landroidx/core/provider/FontRequest;->mCertificatesArray:I
|
||||
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public final getIdentifier()Ljava/lang/String;
|
||||
.method public getIdentifier()Ljava/lang/String;
|
||||
.locals 1
|
||||
.annotation build Landroidx/annotation/RestrictTo;
|
||||
value = {
|
||||
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY_GROUP_PREFIX:Landroidx/annotation/RestrictTo$Scope;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
iget-object v0, p0, Landroidx/core/provider/FontRequest;->mIdentifier:Ljava/lang/String;
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public final getProviderAuthority()Ljava/lang/String;
|
||||
.method public getProviderAuthority()Ljava/lang/String;
|
||||
.locals 1
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
|
||||
iget-object v0, p0, Landroidx/core/provider/FontRequest;->mProviderAuthority:Ljava/lang/String;
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public final getProviderPackage()Ljava/lang/String;
|
||||
.method public getProviderPackage()Ljava/lang/String;
|
||||
.locals 1
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
|
||||
iget-object v0, p0, Landroidx/core/provider/FontRequest;->mProviderPackage:Ljava/lang/String;
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public final getQuery()Ljava/lang/String;
|
||||
.method public getQuery()Ljava/lang/String;
|
||||
.locals 1
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
|
||||
iget-object v0, p0, Landroidx/core/provider/FontRequest;->mQuery:Ljava/lang/String;
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public final toString()Ljava/lang/String;
|
||||
.method public toString()Ljava/lang/String;
|
||||
.locals 6
|
||||
|
||||
new-instance v0, Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-direct {v0}, Ljava/lang/StringBuilder;-><init>()V
|
||||
|
||||
new-instance v1, Ljava/lang/StringBuilder;
|
||||
const-string v1, "FontRequest {mProviderAuthority: "
|
||||
|
||||
const-string v2, "FontRequest {mProviderAuthority: "
|
||||
invoke-static {v1}, Le/e/b/a/a;->a(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-direct {v1, v2}, Ljava/lang/StringBuilder;-><init>(Ljava/lang/String;)V
|
||||
move-result-object v1
|
||||
|
||||
iget-object v2, p0, Landroidx/core/provider/FontRequest;->mProviderAuthority:Ljava/lang/String;
|
||||
|
||||
|
@ -358,9 +406,11 @@
|
|||
|
||||
new-instance v1, Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-direct {v1}, Ljava/lang/StringBuilder;-><init>()V
|
||||
|
||||
const-string v2, "mCertificatesArray: "
|
||||
|
||||
invoke-direct {v1, v2}, Ljava/lang/StringBuilder;-><init>(Ljava/lang/String;)V
|
||||
invoke-virtual {v1, v2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
iget v2, p0, Landroidx/core/provider/FontRequest;->mCertificatesArray:I
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.class final Landroidx/core/provider/FontsContractCompat$1;
|
||||
.class public final Landroidx/core/provider/FontsContractCompat$1;
|
||||
.super Ljava/lang/Object;
|
||||
.source "FontsContractCompat.java"
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
|||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x8
|
||||
accessFlags = 0x9
|
||||
name = null
|
||||
.end annotation
|
||||
|
||||
|
@ -27,17 +27,17 @@
|
|||
|
||||
|
||||
# instance fields
|
||||
.field final synthetic val$context:Landroid/content/Context;
|
||||
.field public final synthetic val$context:Landroid/content/Context;
|
||||
|
||||
.field final synthetic val$id:Ljava/lang/String;
|
||||
.field public final synthetic val$id:Ljava/lang/String;
|
||||
|
||||
.field final synthetic val$request:Landroidx/core/provider/FontRequest;
|
||||
.field public final synthetic val$request:Landroidx/core/provider/FontRequest;
|
||||
|
||||
.field final synthetic val$style:I
|
||||
.field public final synthetic val$style:I
|
||||
|
||||
|
||||
# direct methods
|
||||
.method constructor <init>(Landroid/content/Context;Landroidx/core/provider/FontRequest;ILjava/lang/String;)V
|
||||
.method public constructor <init>(Landroid/content/Context;Landroidx/core/provider/FontRequest;ILjava/lang/String;)V
|
||||
.locals 0
|
||||
|
||||
iput-object p1, p0, Landroidx/core/provider/FontsContractCompat$1;->val$context:Landroid/content/Context;
|
||||
|
@ -55,7 +55,7 @@
|
|||
|
||||
|
||||
# virtual methods
|
||||
.method public final call()Landroidx/core/provider/FontsContractCompat$TypefaceResult;
|
||||
.method public call()Landroidx/core/provider/FontsContractCompat$TypefaceResult;
|
||||
.locals 4
|
||||
.annotation system Ldalvik/annotation/Throws;
|
||||
value = {
|
||||
|
@ -77,19 +77,17 @@
|
|||
|
||||
if-eqz v1, :cond_0
|
||||
|
||||
sget-object v1, Landroidx/core/provider/FontsContractCompat;->sTypefaceCache:Landroidx/collection/LruCache;
|
||||
sget-object v2, Landroidx/core/provider/FontsContractCompat;->sTypefaceCache:Landroidx/collection/LruCache;
|
||||
|
||||
iget-object v2, p0, Landroidx/core/provider/FontsContractCompat$1;->val$id:Ljava/lang/String;
|
||||
iget-object v3, p0, Landroidx/core/provider/FontsContractCompat$1;->val$id:Ljava/lang/String;
|
||||
|
||||
iget-object v3, v0, Landroidx/core/provider/FontsContractCompat$TypefaceResult;->mTypeface:Landroid/graphics/Typeface;
|
||||
|
||||
invoke-virtual {v1, v2, v3}, Landroidx/collection/LruCache;->put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
|
||||
invoke-virtual {v2, v3, v1}, Landroidx/collection/LruCache;->put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
|
||||
|
||||
:cond_0
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public final bridge synthetic call()Ljava/lang/Object;
|
||||
.method public bridge synthetic call()Ljava/lang/Object;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Throws;
|
||||
value = {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.class final Landroidx/core/provider/FontsContractCompat$2;
|
||||
.class public final Landroidx/core/provider/FontsContractCompat$2;
|
||||
.super Ljava/lang/Object;
|
||||
.source "FontsContractCompat.java"
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
|||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x8
|
||||
accessFlags = 0x9
|
||||
name = null
|
||||
.end annotation
|
||||
|
||||
|
@ -27,13 +27,13 @@
|
|||
|
||||
|
||||
# instance fields
|
||||
.field final synthetic val$fontCallback:Landroidx/core/content/res/ResourcesCompat$FontCallback;
|
||||
.field public final synthetic val$fontCallback:Landroidx/core/content/res/ResourcesCompat$FontCallback;
|
||||
|
||||
.field final synthetic val$handler:Landroid/os/Handler;
|
||||
.field public final synthetic val$handler:Landroid/os/Handler;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method constructor <init>(Landroidx/core/content/res/ResourcesCompat$FontCallback;Landroid/os/Handler;)V
|
||||
.method public constructor <init>(Landroidx/core/content/res/ResourcesCompat$FontCallback;Landroid/os/Handler;)V
|
||||
.locals 0
|
||||
|
||||
iput-object p1, p0, Landroidx/core/provider/FontsContractCompat$2;->val$fontCallback:Landroidx/core/content/res/ResourcesCompat$FontCallback;
|
||||
|
@ -47,7 +47,7 @@
|
|||
|
||||
|
||||
# virtual methods
|
||||
.method public final onReply(Landroidx/core/provider/FontsContractCompat$TypefaceResult;)V
|
||||
.method public onReply(Landroidx/core/provider/FontsContractCompat$TypefaceResult;)V
|
||||
.locals 2
|
||||
|
||||
if-nez p1, :cond_0
|
||||
|
@ -60,7 +60,7 @@
|
|||
|
||||
invoke-virtual {p1, v0, v1}, Landroidx/core/content/res/ResourcesCompat$FontCallback;->callbackFailAsync(ILandroid/os/Handler;)V
|
||||
|
||||
return-void
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
iget v0, p1, Landroidx/core/provider/FontsContractCompat$TypefaceResult;->mResult:I
|
||||
|
@ -75,21 +75,20 @@
|
|||
|
||||
invoke-virtual {v0, p1, v1}, Landroidx/core/content/res/ResourcesCompat$FontCallback;->callbackSuccessAsync(Landroid/graphics/Typeface;Landroid/os/Handler;)V
|
||||
|
||||
return-void
|
||||
goto :goto_0
|
||||
|
||||
:cond_1
|
||||
iget-object v0, p0, Landroidx/core/provider/FontsContractCompat$2;->val$fontCallback:Landroidx/core/content/res/ResourcesCompat$FontCallback;
|
||||
|
||||
iget p1, p1, Landroidx/core/provider/FontsContractCompat$TypefaceResult;->mResult:I
|
||||
iget-object p1, p0, Landroidx/core/provider/FontsContractCompat$2;->val$fontCallback:Landroidx/core/content/res/ResourcesCompat$FontCallback;
|
||||
|
||||
iget-object v1, p0, Landroidx/core/provider/FontsContractCompat$2;->val$handler:Landroid/os/Handler;
|
||||
|
||||
invoke-virtual {v0, p1, v1}, Landroidx/core/content/res/ResourcesCompat$FontCallback;->callbackFailAsync(ILandroid/os/Handler;)V
|
||||
invoke-virtual {p1, v0, v1}, Landroidx/core/content/res/ResourcesCompat$FontCallback;->callbackFailAsync(ILandroid/os/Handler;)V
|
||||
|
||||
:goto_0
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public final bridge synthetic onReply(Ljava/lang/Object;)V
|
||||
.method public bridge synthetic onReply(Ljava/lang/Object;)V
|
||||
.locals 0
|
||||
|
||||
check-cast p1, Landroidx/core/provider/FontsContractCompat$TypefaceResult;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.class final Landroidx/core/provider/FontsContractCompat$3;
|
||||
.class public final Landroidx/core/provider/FontsContractCompat$3;
|
||||
.super Ljava/lang/Object;
|
||||
.source "FontsContractCompat.java"
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
|||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x8
|
||||
accessFlags = 0x9
|
||||
name = null
|
||||
.end annotation
|
||||
|
||||
|
@ -27,11 +27,11 @@
|
|||
|
||||
|
||||
# instance fields
|
||||
.field final synthetic val$id:Ljava/lang/String;
|
||||
.field public final synthetic val$id:Ljava/lang/String;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method constructor <init>(Ljava/lang/String;)V
|
||||
.method public constructor <init>(Ljava/lang/String;)V
|
||||
.locals 0
|
||||
|
||||
iput-object p1, p0, Landroidx/core/provider/FontsContractCompat$3;->val$id:Ljava/lang/String;
|
||||
|
@ -43,7 +43,7 @@
|
|||
|
||||
|
||||
# virtual methods
|
||||
.method public final onReply(Landroidx/core/provider/FontsContractCompat$TypefaceResult;)V
|
||||
.method public onReply(Landroidx/core/provider/FontsContractCompat$TypefaceResult;)V
|
||||
.locals 4
|
||||
|
||||
sget-object v0, Landroidx/core/provider/FontsContractCompat;->sLock:Ljava/lang/Object;
|
||||
|
@ -113,7 +113,7 @@
|
|||
throw p1
|
||||
.end method
|
||||
|
||||
.method public final bridge synthetic onReply(Ljava/lang/Object;)V
|
||||
.method public bridge synthetic onReply(Ljava/lang/Object;)V
|
||||
.locals 0
|
||||
|
||||
check-cast p1, Landroidx/core/provider/FontsContractCompat$TypefaceResult;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.class Landroidx/core/provider/FontsContractCompat$4$1;
|
||||
.class public Landroidx/core/provider/FontsContractCompat$4$1;
|
||||
.super Ljava/lang/Object;
|
||||
.source "FontsContractCompat.java"
|
||||
|
||||
|
@ -12,17 +12,17 @@
|
|||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x0
|
||||
accessFlags = 0x1
|
||||
name = null
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field final synthetic this$0:Landroidx/core/provider/FontsContractCompat$4;
|
||||
.field public final synthetic this$0:Landroidx/core/provider/FontsContractCompat$4;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method constructor <init>(Landroidx/core/provider/FontsContractCompat$4;)V
|
||||
.method public constructor <init>(Landroidx/core/provider/FontsContractCompat$4;)V
|
||||
.locals 0
|
||||
|
||||
iput-object p1, p0, Landroidx/core/provider/FontsContractCompat$4$1;->this$0:Landroidx/core/provider/FontsContractCompat$4;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.class Landroidx/core/provider/FontsContractCompat$4$2;
|
||||
.class public Landroidx/core/provider/FontsContractCompat$4$2;
|
||||
.super Ljava/lang/Object;
|
||||
.source "FontsContractCompat.java"
|
||||
|
||||
|
@ -12,17 +12,17 @@
|
|||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x0
|
||||
accessFlags = 0x1
|
||||
name = null
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field final synthetic this$0:Landroidx/core/provider/FontsContractCompat$4;
|
||||
.field public final synthetic this$0:Landroidx/core/provider/FontsContractCompat$4;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method constructor <init>(Landroidx/core/provider/FontsContractCompat$4;)V
|
||||
.method public constructor <init>(Landroidx/core/provider/FontsContractCompat$4;)V
|
||||
.locals 0
|
||||
|
||||
iput-object p1, p0, Landroidx/core/provider/FontsContractCompat$4$2;->this$0:Landroidx/core/provider/FontsContractCompat$4;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.class Landroidx/core/provider/FontsContractCompat$4$3;
|
||||
.class public Landroidx/core/provider/FontsContractCompat$4$3;
|
||||
.super Ljava/lang/Object;
|
||||
.source "FontsContractCompat.java"
|
||||
|
||||
|
@ -12,17 +12,17 @@
|
|||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x0
|
||||
accessFlags = 0x1
|
||||
name = null
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field final synthetic this$0:Landroidx/core/provider/FontsContractCompat$4;
|
||||
.field public final synthetic this$0:Landroidx/core/provider/FontsContractCompat$4;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method constructor <init>(Landroidx/core/provider/FontsContractCompat$4;)V
|
||||
.method public constructor <init>(Landroidx/core/provider/FontsContractCompat$4;)V
|
||||
.locals 0
|
||||
|
||||
iput-object p1, p0, Landroidx/core/provider/FontsContractCompat$4$3;->this$0:Landroidx/core/provider/FontsContractCompat$4;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.class Landroidx/core/provider/FontsContractCompat$4$4;
|
||||
.class public Landroidx/core/provider/FontsContractCompat$4$4;
|
||||
.super Ljava/lang/Object;
|
||||
.source "FontsContractCompat.java"
|
||||
|
||||
|
@ -12,17 +12,17 @@
|
|||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x0
|
||||
accessFlags = 0x1
|
||||
name = null
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field final synthetic this$0:Landroidx/core/provider/FontsContractCompat$4;
|
||||
.field public final synthetic this$0:Landroidx/core/provider/FontsContractCompat$4;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method constructor <init>(Landroidx/core/provider/FontsContractCompat$4;)V
|
||||
.method public constructor <init>(Landroidx/core/provider/FontsContractCompat$4;)V
|
||||
.locals 0
|
||||
|
||||
iput-object p1, p0, Landroidx/core/provider/FontsContractCompat$4$4;->this$0:Landroidx/core/provider/FontsContractCompat$4;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.class Landroidx/core/provider/FontsContractCompat$4$5;
|
||||
.class public Landroidx/core/provider/FontsContractCompat$4$5;
|
||||
.super Ljava/lang/Object;
|
||||
.source "FontsContractCompat.java"
|
||||
|
||||
|
@ -12,17 +12,17 @@
|
|||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x0
|
||||
accessFlags = 0x1
|
||||
name = null
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field final synthetic this$0:Landroidx/core/provider/FontsContractCompat$4;
|
||||
.field public final synthetic this$0:Landroidx/core/provider/FontsContractCompat$4;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method constructor <init>(Landroidx/core/provider/FontsContractCompat$4;)V
|
||||
.method public constructor <init>(Landroidx/core/provider/FontsContractCompat$4;)V
|
||||
.locals 0
|
||||
|
||||
iput-object p1, p0, Landroidx/core/provider/FontsContractCompat$4$5;->this$0:Landroidx/core/provider/FontsContractCompat$4;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.class Landroidx/core/provider/FontsContractCompat$4$6;
|
||||
.class public Landroidx/core/provider/FontsContractCompat$4$6;
|
||||
.super Ljava/lang/Object;
|
||||
.source "FontsContractCompat.java"
|
||||
|
||||
|
@ -12,17 +12,17 @@
|
|||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x0
|
||||
accessFlags = 0x1
|
||||
name = null
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field final synthetic this$0:Landroidx/core/provider/FontsContractCompat$4;
|
||||
.field public final synthetic this$0:Landroidx/core/provider/FontsContractCompat$4;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method constructor <init>(Landroidx/core/provider/FontsContractCompat$4;)V
|
||||
.method public constructor <init>(Landroidx/core/provider/FontsContractCompat$4;)V
|
||||
.locals 0
|
||||
|
||||
iput-object p1, p0, Landroidx/core/provider/FontsContractCompat$4$6;->this$0:Landroidx/core/provider/FontsContractCompat$4;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.class Landroidx/core/provider/FontsContractCompat$4$7;
|
||||
.class public Landroidx/core/provider/FontsContractCompat$4$7;
|
||||
.super Ljava/lang/Object;
|
||||
.source "FontsContractCompat.java"
|
||||
|
||||
|
@ -12,19 +12,19 @@
|
|||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x0
|
||||
accessFlags = 0x1
|
||||
name = null
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field final synthetic this$0:Landroidx/core/provider/FontsContractCompat$4;
|
||||
.field public final synthetic this$0:Landroidx/core/provider/FontsContractCompat$4;
|
||||
|
||||
.field final synthetic val$resultCode:I
|
||||
.field public final synthetic val$resultCode:I
|
||||
|
||||
|
||||
# direct methods
|
||||
.method constructor <init>(Landroidx/core/provider/FontsContractCompat$4;I)V
|
||||
.method public constructor <init>(Landroidx/core/provider/FontsContractCompat$4;I)V
|
||||
.locals 0
|
||||
|
||||
iput-object p1, p0, Landroidx/core/provider/FontsContractCompat$4$7;->this$0:Landroidx/core/provider/FontsContractCompat$4;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.class Landroidx/core/provider/FontsContractCompat$4$8;
|
||||
.class public Landroidx/core/provider/FontsContractCompat$4$8;
|
||||
.super Ljava/lang/Object;
|
||||
.source "FontsContractCompat.java"
|
||||
|
||||
|
@ -12,17 +12,17 @@
|
|||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x0
|
||||
accessFlags = 0x1
|
||||
name = null
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field final synthetic this$0:Landroidx/core/provider/FontsContractCompat$4;
|
||||
.field public final synthetic this$0:Landroidx/core/provider/FontsContractCompat$4;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method constructor <init>(Landroidx/core/provider/FontsContractCompat$4;)V
|
||||
.method public constructor <init>(Landroidx/core/provider/FontsContractCompat$4;)V
|
||||
.locals 0
|
||||
|
||||
iput-object p1, p0, Landroidx/core/provider/FontsContractCompat$4$8;->this$0:Landroidx/core/provider/FontsContractCompat$4;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.class Landroidx/core/provider/FontsContractCompat$4$9;
|
||||
.class public Landroidx/core/provider/FontsContractCompat$4$9;
|
||||
.super Ljava/lang/Object;
|
||||
.source "FontsContractCompat.java"
|
||||
|
||||
|
@ -12,19 +12,19 @@
|
|||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x0
|
||||
accessFlags = 0x1
|
||||
name = null
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field final synthetic this$0:Landroidx/core/provider/FontsContractCompat$4;
|
||||
.field public final synthetic this$0:Landroidx/core/provider/FontsContractCompat$4;
|
||||
|
||||
.field final synthetic val$typeface:Landroid/graphics/Typeface;
|
||||
.field public final synthetic val$typeface:Landroid/graphics/Typeface;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method constructor <init>(Landroidx/core/provider/FontsContractCompat$4;Landroid/graphics/Typeface;)V
|
||||
.method public constructor <init>(Landroidx/core/provider/FontsContractCompat$4;Landroid/graphics/Typeface;)V
|
||||
.locals 0
|
||||
|
||||
iput-object p1, p0, Landroidx/core/provider/FontsContractCompat$4$9;->this$0:Landroidx/core/provider/FontsContractCompat$4;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.class final Landroidx/core/provider/FontsContractCompat$4;
|
||||
.class public final Landroidx/core/provider/FontsContractCompat$4;
|
||||
.super Ljava/lang/Object;
|
||||
.source "FontsContractCompat.java"
|
||||
|
||||
|
@ -12,23 +12,23 @@
|
|||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x8
|
||||
accessFlags = 0x9
|
||||
name = null
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field final synthetic val$appContext:Landroid/content/Context;
|
||||
.field public final synthetic val$appContext:Landroid/content/Context;
|
||||
|
||||
.field final synthetic val$callback:Landroidx/core/provider/FontsContractCompat$FontRequestCallback;
|
||||
.field public final synthetic val$callback:Landroidx/core/provider/FontsContractCompat$FontRequestCallback;
|
||||
|
||||
.field final synthetic val$callerThreadHandler:Landroid/os/Handler;
|
||||
.field public final synthetic val$callerThreadHandler:Landroid/os/Handler;
|
||||
|
||||
.field final synthetic val$request:Landroidx/core/provider/FontRequest;
|
||||
.field public final synthetic val$request:Landroidx/core/provider/FontRequest;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method constructor <init>(Landroid/content/Context;Landroidx/core/provider/FontRequest;Landroid/os/Handler;Landroidx/core/provider/FontsContractCompat$FontRequestCallback;)V
|
||||
.method public constructor <init>(Landroid/content/Context;Landroidx/core/provider/FontRequest;Landroid/os/Handler;Landroidx/core/provider/FontsContractCompat$FontRequestCallback;)V
|
||||
.locals 0
|
||||
|
||||
iput-object p1, p0, Landroidx/core/provider/FontsContractCompat$4;->val$appContext:Landroid/content/Context;
|
||||
|
@ -46,7 +46,7 @@
|
|||
|
||||
|
||||
# virtual methods
|
||||
.method public final run()V
|
||||
.method public run()V
|
||||
.locals 6
|
||||
|
||||
:try_start_0
|
||||
|
@ -123,7 +123,7 @@
|
|||
|
||||
if-nez v1, :cond_3
|
||||
|
||||
goto :goto_1
|
||||
goto :goto_2
|
||||
|
||||
:cond_3
|
||||
array-length v1, v0
|
||||
|
@ -155,7 +155,7 @@
|
|||
|
||||
invoke-virtual {v0, v1}, Landroid/os/Handler;->post(Ljava/lang/Runnable;)Z
|
||||
|
||||
return-void
|
||||
goto :goto_1
|
||||
|
||||
:cond_4
|
||||
iget-object v1, p0, Landroidx/core/provider/FontsContractCompat$4;->val$callerThreadHandler:Landroid/os/Handler;
|
||||
|
@ -166,6 +166,7 @@
|
|||
|
||||
invoke-virtual {v1, v2}, Landroid/os/Handler;->post(Ljava/lang/Runnable;)Z
|
||||
|
||||
:goto_1
|
||||
return-void
|
||||
|
||||
:cond_5
|
||||
|
@ -204,7 +205,7 @@
|
|||
return-void
|
||||
|
||||
:cond_8
|
||||
:goto_1
|
||||
:goto_2
|
||||
iget-object v0, p0, Landroidx/core/provider/FontsContractCompat$4;->val$callerThreadHandler:Landroid/os/Handler;
|
||||
|
||||
new-instance v1, Landroidx/core/provider/FontsContractCompat$4$5;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.class final Landroidx/core/provider/FontsContractCompat$5;
|
||||
.class public final Landroidx/core/provider/FontsContractCompat$5;
|
||||
.super Ljava/lang/Object;
|
||||
.source "FontsContractCompat.java"
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
|||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x8
|
||||
accessFlags = 0x9
|
||||
name = null
|
||||
.end annotation
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
|||
|
||||
|
||||
# direct methods
|
||||
.method constructor <init>()V
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
@ -36,7 +36,7 @@
|
|||
|
||||
|
||||
# virtual methods
|
||||
.method public final bridge synthetic compare(Ljava/lang/Object;Ljava/lang/Object;)I
|
||||
.method public bridge synthetic compare(Ljava/lang/Object;Ljava/lang/Object;)I
|
||||
.locals 0
|
||||
|
||||
check-cast p1, [B
|
||||
|
@ -50,7 +50,7 @@
|
|||
return p1
|
||||
.end method
|
||||
|
||||
.method public final compare([B[B)I
|
||||
.method public compare([B[B)I
|
||||
.locals 4
|
||||
|
||||
array-length v0, p1
|
||||
|
|
|
@ -23,14 +23,23 @@
|
|||
|
||||
|
||||
# instance fields
|
||||
.field private final mFonts:[Landroidx/core/provider/FontsContractCompat$FontInfo;
|
||||
.field public final mFonts:[Landroidx/core/provider/FontsContractCompat$FontInfo;
|
||||
|
||||
.field private final mStatusCode:I
|
||||
.field public final mStatusCode:I
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(I[Landroidx/core/provider/FontsContractCompat$FontInfo;)V
|
||||
.locals 0
|
||||
.param p2 # [Landroidx/core/provider/FontsContractCompat$FontInfo;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end param
|
||||
.annotation build Landroidx/annotation/RestrictTo;
|
||||
value = {
|
||||
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY_GROUP_PREFIX:Landroidx/annotation/RestrictTo$Scope;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
|
|
|
@ -15,20 +15,40 @@
|
|||
|
||||
|
||||
# instance fields
|
||||
.field private final mItalic:Z
|
||||
.field public final mItalic:Z
|
||||
|
||||
.field private final mResultCode:I
|
||||
.field public final mResultCode:I
|
||||
|
||||
.field private final mTtcIndex:I
|
||||
.field public final mTtcIndex:I
|
||||
|
||||
.field private final mUri:Landroid/net/Uri;
|
||||
.field public final mUri:Landroid/net/Uri;
|
||||
|
||||
.field private final mWeight:I
|
||||
.field public final mWeight:I
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Landroid/net/Uri;IIZI)V
|
||||
.locals 0
|
||||
.param p1 # Landroid/net/Uri;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p2 # I
|
||||
.annotation build Landroidx/annotation/IntRange;
|
||||
from = 0x0L
|
||||
.end annotation
|
||||
.end param
|
||||
.param p3 # I
|
||||
.annotation build Landroidx/annotation/IntRange;
|
||||
from = 0x1L
|
||||
to = 0x3e8L
|
||||
.end annotation
|
||||
.end param
|
||||
.annotation build Landroidx/annotation/RestrictTo;
|
||||
value = {
|
||||
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY_GROUP_PREFIX:Landroidx/annotation/RestrictTo$Scope;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
|
@ -63,6 +83,9 @@
|
|||
|
||||
.method public getTtcIndex()I
|
||||
.locals 1
|
||||
.annotation build Landroidx/annotation/IntRange;
|
||||
from = 0x0L
|
||||
.end annotation
|
||||
|
||||
iget v0, p0, Landroidx/core/provider/FontsContractCompat$FontInfo;->mTtcIndex:I
|
||||
|
||||
|
@ -71,6 +94,8 @@
|
|||
|
||||
.method public getUri()Landroid/net/Uri;
|
||||
.locals 1
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
|
||||
iget-object v0, p0, Landroidx/core/provider/FontsContractCompat$FontInfo;->mUri:Landroid/net/Uri;
|
||||
|
||||
|
@ -79,6 +104,10 @@
|
|||
|
||||
.method public getWeight()I
|
||||
.locals 1
|
||||
.annotation build Landroidx/annotation/IntRange;
|
||||
from = 0x1L
|
||||
to = 0x3e8L
|
||||
.end annotation
|
||||
|
||||
iget v0, p0, Landroidx/core/provider/FontsContractCompat$FontInfo;->mWeight:I
|
||||
|
||||
|
|
|
@ -7,6 +7,12 @@
|
|||
|
||||
|
||||
# annotations
|
||||
.annotation build Landroidx/annotation/RestrictTo;
|
||||
value = {
|
||||
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY_GROUP_PREFIX:Landroidx/annotation/RestrictTo$Scope;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/EnclosingClass;
|
||||
value = Landroidx/core/provider/FontsContractCompat$FontRequestCallback;
|
||||
.end annotation
|
||||
|
|
|
@ -36,6 +36,12 @@
|
|||
.field public static final FAIL_REASON_WRONG_CERTIFICATES:I = -0x2
|
||||
|
||||
.field public static final RESULT_OK:I
|
||||
.annotation build Landroidx/annotation/RestrictTo;
|
||||
value = {
|
||||
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY_GROUP_PREFIX:Landroidx/annotation/RestrictTo$Scope;
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
|
||||
# direct methods
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.class final Landroidx/core/provider/FontsContractCompat$TypefaceResult;
|
||||
.class public final Landroidx/core/provider/FontsContractCompat$TypefaceResult;
|
||||
.super Ljava/lang/Object;
|
||||
.source "FontsContractCompat.java"
|
||||
|
||||
|
@ -9,20 +9,24 @@
|
|||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x18
|
||||
accessFlags = 0x19
|
||||
name = "TypefaceResult"
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field final mResult:I
|
||||
.field public final mResult:I
|
||||
|
||||
.field final mTypeface:Landroid/graphics/Typeface;
|
||||
.field public final mTypeface:Landroid/graphics/Typeface;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method constructor <init>(Landroid/graphics/Typeface;I)V
|
||||
.method public constructor <init>(Landroid/graphics/Typeface;I)V
|
||||
.locals 0
|
||||
.param p1 # Landroid/graphics/Typeface;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
|
|
|
@ -16,17 +16,35 @@
|
|||
|
||||
|
||||
# static fields
|
||||
.field private static final BACKGROUND_THREAD_KEEP_ALIVE_DURATION_MS:I = 0x2710
|
||||
.field public static final BACKGROUND_THREAD_KEEP_ALIVE_DURATION_MS:I = 0x2710
|
||||
|
||||
.field public static final PARCEL_FONT_RESULTS:Ljava/lang/String; = "font_results"
|
||||
.annotation build Landroidx/annotation/RestrictTo;
|
||||
value = {
|
||||
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY_GROUP_PREFIX:Landroidx/annotation/RestrictTo$Scope;
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
.field static final RESULT_CODE_PROVIDER_NOT_FOUND:I = -0x1
|
||||
.field public static final RESULT_CODE_PROVIDER_NOT_FOUND:I = -0x1
|
||||
.annotation build Landroidx/annotation/RestrictTo;
|
||||
value = {
|
||||
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY_GROUP_PREFIX:Landroidx/annotation/RestrictTo$Scope;
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
.field static final RESULT_CODE_WRONG_CERTIFICATES:I = -0x2
|
||||
.field public static final RESULT_CODE_WRONG_CERTIFICATES:I = -0x2
|
||||
.annotation build Landroidx/annotation/RestrictTo;
|
||||
value = {
|
||||
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY_GROUP_PREFIX:Landroidx/annotation/RestrictTo$Scope;
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
.field private static final sBackgroundThread:Landroidx/core/provider/SelfDestructiveThread;
|
||||
.field public static final sBackgroundThread:Landroidx/core/provider/SelfDestructiveThread;
|
||||
|
||||
.field private static final sByteArrayComparator:Ljava/util/Comparator;
|
||||
.field public static final sByteArrayComparator:Ljava/util/Comparator;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/util/Comparator<",
|
||||
|
@ -35,9 +53,13 @@
|
|||
.end annotation
|
||||
.end field
|
||||
|
||||
.field static final sLock:Ljava/lang/Object;
|
||||
.field public static final sLock:Ljava/lang/Object;
|
||||
|
||||
.field public static final sPendingReplies:Landroidx/collection/SimpleArrayMap;
|
||||
.annotation build Landroidx/annotation/GuardedBy;
|
||||
value = "sLock"
|
||||
.end annotation
|
||||
|
||||
.field static final sPendingReplies:Landroidx/collection/SimpleArrayMap;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Landroidx/collection/SimpleArrayMap<",
|
||||
|
@ -50,7 +72,7 @@
|
|||
.end annotation
|
||||
.end field
|
||||
|
||||
.field static final sTypefaceCache:Landroidx/collection/LruCache;
|
||||
.field public static final sTypefaceCache:Landroidx/collection/LruCache;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Landroidx/collection/LruCache<",
|
||||
|
@ -63,7 +85,7 @@
|
|||
|
||||
|
||||
# direct methods
|
||||
.method static constructor <clinit>()V
|
||||
.method public static constructor <clinit>()V
|
||||
.locals 4
|
||||
|
||||
new-instance v0, Landroidx/collection/LruCache;
|
||||
|
@ -107,7 +129,7 @@
|
|||
return-void
|
||||
.end method
|
||||
|
||||
.method private constructor <init>()V
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
@ -117,6 +139,20 @@
|
|||
|
||||
.method public static buildTypeface(Landroid/content/Context;Landroid/os/CancellationSignal;[Landroidx/core/provider/FontsContractCompat$FontInfo;)Landroid/graphics/Typeface;
|
||||
.locals 1
|
||||
.param p0 # Landroid/content/Context;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p1 # Landroid/os/CancellationSignal;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p2 # [Landroidx/core/provider/FontsContractCompat$FontInfo;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
|
@ -127,7 +163,7 @@
|
|||
return-object p0
|
||||
.end method
|
||||
|
||||
.method private static convertToByteArrayList([Landroid/content/pm/Signature;)Ljava/util/List;
|
||||
.method public static convertToByteArrayList([Landroid/content/pm/Signature;)Ljava/util/List;
|
||||
.locals 3
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
|
@ -166,7 +202,7 @@
|
|||
return-object v0
|
||||
.end method
|
||||
|
||||
.method private static equalsByteArrayList(Ljava/util/List;Ljava/util/List;)Z
|
||||
.method public static equalsByteArrayList(Ljava/util/List;Ljava/util/List;)Z
|
||||
.locals 4
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
|
@ -235,6 +271,21 @@
|
|||
|
||||
.method public static fetchFonts(Landroid/content/Context;Landroid/os/CancellationSignal;Landroidx/core/provider/FontRequest;)Landroidx/core/provider/FontsContractCompat$FontFamilyResult;
|
||||
.locals 2
|
||||
.param p0 # Landroid/content/Context;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p1 # Landroid/os/CancellationSignal;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p2 # Landroidx/core/provider/FontRequest;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Throws;
|
||||
value = {
|
||||
Landroid/content/pm/PackageManager$NameNotFoundException;
|
||||
|
@ -281,7 +332,7 @@
|
|||
return-object p1
|
||||
.end method
|
||||
|
||||
.method private static getCertificates(Landroidx/core/provider/FontRequest;Landroid/content/res/Resources;)Ljava/util/List;
|
||||
.method public static getCertificates(Landroidx/core/provider/FontRequest;Landroid/content/res/Resources;)Ljava/util/List;
|
||||
.locals 1
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
|
@ -319,8 +370,13 @@
|
|||
return-object p0
|
||||
.end method
|
||||
|
||||
.method static getFontFromProvider(Landroid/content/Context;Landroidx/core/provider/FontRequest;Ljava/lang/String;Landroid/os/CancellationSignal;)[Landroidx/core/provider/FontsContractCompat$FontInfo;
|
||||
.method public static getFontFromProvider(Landroid/content/Context;Landroidx/core/provider/FontRequest;Ljava/lang/String;Landroid/os/CancellationSignal;)[Landroidx/core/provider/FontsContractCompat$FontInfo;
|
||||
.locals 20
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
|
||||
.annotation build Landroidx/annotation/VisibleForTesting;
|
||||
.end annotation
|
||||
|
||||
move-object/from16 v0, p2
|
||||
|
||||
|
@ -373,44 +429,40 @@
|
|||
:try_start_0
|
||||
sget v4, Landroid/os/Build$VERSION;->SDK_INT:I
|
||||
|
||||
const/16 v5, 0x10
|
||||
|
||||
const/4 v11, 0x1
|
||||
|
||||
const/4 v12, 0x0
|
||||
|
||||
if-le v4, v5, :cond_0
|
||||
|
||||
invoke-virtual/range {p0 .. p0}, Landroid/content/Context;->getContentResolver()Landroid/content/ContentResolver;
|
||||
|
||||
move-result-object v4
|
||||
|
||||
const-string v13, "_id"
|
||||
const-string v5, "_id"
|
||||
|
||||
const-string v14, "file_id"
|
||||
const-string v6, "file_id"
|
||||
|
||||
const-string v15, "font_ttc_index"
|
||||
const-string v7, "font_ttc_index"
|
||||
|
||||
const-string v16, "font_variation_settings"
|
||||
const-string v8, "font_variation_settings"
|
||||
|
||||
const-string v17, "font_weight"
|
||||
const-string v9, "font_weight"
|
||||
|
||||
const-string v18, "font_italic"
|
||||
const-string v10, "font_italic"
|
||||
|
||||
const-string v19, "result_code"
|
||||
const-string v11, "result_code"
|
||||
|
||||
filled-new-array/range {v13 .. v19}, [Ljava/lang/String;
|
||||
filled-new-array/range {v5 .. v11}, [Ljava/lang/String;
|
||||
|
||||
move-result-object v6
|
||||
|
||||
const-string v7, "query = ?"
|
||||
|
||||
const/4 v11, 0x1
|
||||
|
||||
new-array v8, v11, [Ljava/lang/String;
|
||||
|
||||
invoke-virtual/range {p1 .. p1}, Landroidx/core/provider/FontRequest;->getQuery()Ljava/lang/String;
|
||||
|
||||
move-result-object v5
|
||||
|
||||
const/4 v12, 0x0
|
||||
|
||||
aput-object v5, v8, v12
|
||||
|
||||
const/4 v9, 0x0
|
||||
|
@ -423,57 +475,13 @@
|
|||
|
||||
move-result-object v3
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
invoke-virtual/range {p0 .. p0}, Landroid/content/Context;->getContentResolver()Landroid/content/ContentResolver;
|
||||
|
||||
move-result-object v4
|
||||
|
||||
const-string v13, "_id"
|
||||
|
||||
const-string v14, "file_id"
|
||||
|
||||
const-string v15, "font_ttc_index"
|
||||
|
||||
const-string v16, "font_variation_settings"
|
||||
|
||||
const-string v17, "font_weight"
|
||||
|
||||
const-string v18, "font_italic"
|
||||
|
||||
const-string v19, "result_code"
|
||||
|
||||
filled-new-array/range {v13 .. v19}, [Ljava/lang/String;
|
||||
|
||||
move-result-object v6
|
||||
|
||||
const-string v7, "query = ?"
|
||||
|
||||
new-array v8, v11, [Ljava/lang/String;
|
||||
|
||||
invoke-virtual/range {p1 .. p1}, Landroidx/core/provider/FontRequest;->getQuery()Ljava/lang/String;
|
||||
|
||||
move-result-object v5
|
||||
|
||||
aput-object v5, v8, v12
|
||||
|
||||
const/4 v9, 0x0
|
||||
|
||||
move-object v5, v2
|
||||
|
||||
invoke-virtual/range {v4 .. v9}, Landroid/content/ContentResolver;->query(Landroid/net/Uri;[Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;Ljava/lang/String;)Landroid/database/Cursor;
|
||||
|
||||
move-result-object v3
|
||||
|
||||
:goto_0
|
||||
if-eqz v3, :cond_7
|
||||
if-eqz v3, :cond_6
|
||||
|
||||
invoke-interface {v3}, Landroid/database/Cursor;->getCount()I
|
||||
|
||||
move-result v4
|
||||
|
||||
if-lez v4, :cond_7
|
||||
if-lez v4, :cond_6
|
||||
|
||||
const-string v1, "result_code"
|
||||
|
||||
|
@ -515,16 +523,16 @@
|
|||
|
||||
move-result v9
|
||||
|
||||
:goto_1
|
||||
:goto_0
|
||||
invoke-interface {v3}, Landroid/database/Cursor;->moveToNext()Z
|
||||
|
||||
move-result v10
|
||||
|
||||
if-eqz v10, :cond_6
|
||||
if-eqz v10, :cond_5
|
||||
|
||||
const/4 v10, -0x1
|
||||
|
||||
if-eq v1, v10, :cond_1
|
||||
if-eq v1, v10, :cond_0
|
||||
|
||||
invoke-interface {v3, v1}, Landroid/database/Cursor;->getInt(I)I
|
||||
|
||||
|
@ -532,13 +540,13 @@
|
|||
|
||||
move/from16 v19, v13
|
||||
|
||||
goto :goto_2
|
||||
goto :goto_1
|
||||
|
||||
:cond_1
|
||||
:cond_0
|
||||
const/16 v19, 0x0
|
||||
|
||||
:goto_2
|
||||
if-eq v7, v10, :cond_2
|
||||
:goto_1
|
||||
if-eq v7, v10, :cond_1
|
||||
|
||||
invoke-interface {v3, v7}, Landroid/database/Cursor;->getInt(I)I
|
||||
|
||||
|
@ -546,13 +554,13 @@
|
|||
|
||||
move/from16 v16, v13
|
||||
|
||||
goto :goto_3
|
||||
goto :goto_2
|
||||
|
||||
:cond_2
|
||||
:cond_1
|
||||
const/16 v16, 0x0
|
||||
|
||||
:goto_3
|
||||
if-ne v6, v10, :cond_3
|
||||
:goto_2
|
||||
if-ne v6, v10, :cond_2
|
||||
|
||||
invoke-interface {v3, v5}, Landroid/database/Cursor;->getLong(I)J
|
||||
|
||||
|
@ -562,9 +570,9 @@
|
|||
|
||||
move-result-object v13
|
||||
|
||||
goto :goto_4
|
||||
goto :goto_3
|
||||
|
||||
:cond_3
|
||||
:cond_2
|
||||
invoke-interface {v3, v6}, Landroid/database/Cursor;->getLong(I)J
|
||||
|
||||
move-result-wide v13
|
||||
|
@ -573,10 +581,10 @@
|
|||
|
||||
move-result-object v13
|
||||
|
||||
:goto_4
|
||||
:goto_3
|
||||
move-object v15, v13
|
||||
|
||||
if-eq v8, v10, :cond_4
|
||||
if-eq v8, v10, :cond_3
|
||||
|
||||
invoke-interface {v3, v8}, Landroid/database/Cursor;->getInt(I)I
|
||||
|
||||
|
@ -584,30 +592,30 @@
|
|||
|
||||
move/from16 v17, v13
|
||||
|
||||
goto :goto_5
|
||||
goto :goto_4
|
||||
|
||||
:cond_4
|
||||
:cond_3
|
||||
const/16 v13, 0x190
|
||||
|
||||
const/16 v17, 0x190
|
||||
|
||||
:goto_5
|
||||
if-eq v9, v10, :cond_5
|
||||
:goto_4
|
||||
if-eq v9, v10, :cond_4
|
||||
|
||||
invoke-interface {v3, v9}, Landroid/database/Cursor;->getInt(I)I
|
||||
|
||||
move-result v10
|
||||
|
||||
if-ne v10, v11, :cond_5
|
||||
if-ne v10, v11, :cond_4
|
||||
|
||||
const/16 v18, 0x1
|
||||
|
||||
goto :goto_6
|
||||
goto :goto_5
|
||||
|
||||
:cond_5
|
||||
:cond_4
|
||||
const/16 v18, 0x0
|
||||
|
||||
:goto_6
|
||||
:goto_5
|
||||
new-instance v10, Landroidx/core/provider/FontsContractCompat$FontInfo;
|
||||
|
||||
move-object v14, v10
|
||||
|
@ -618,17 +626,17 @@
|
|||
:try_end_0
|
||||
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
||||
|
||||
goto :goto_1
|
||||
goto :goto_0
|
||||
|
||||
:cond_6
|
||||
:cond_5
|
||||
move-object v1, v4
|
||||
|
||||
:cond_7
|
||||
if-eqz v3, :cond_8
|
||||
:cond_6
|
||||
if-eqz v3, :cond_7
|
||||
|
||||
invoke-interface {v3}, Landroid/database/Cursor;->close()V
|
||||
|
||||
:cond_8
|
||||
:cond_7
|
||||
new-array v0, v12, [Landroidx/core/provider/FontsContractCompat$FontInfo;
|
||||
|
||||
invoke-virtual {v1, v0}, Ljava/util/ArrayList;->toArray([Ljava/lang/Object;)[Ljava/lang/Object;
|
||||
|
@ -642,16 +650,18 @@
|
|||
:catchall_0
|
||||
move-exception v0
|
||||
|
||||
if-eqz v3, :cond_9
|
||||
if-eqz v3, :cond_8
|
||||
|
||||
invoke-interface {v3}, Landroid/database/Cursor;->close()V
|
||||
|
||||
:cond_9
|
||||
:cond_8
|
||||
throw v0
|
||||
.end method
|
||||
|
||||
.method static getFontInternal(Landroid/content/Context;Landroidx/core/provider/FontRequest;I)Landroidx/core/provider/FontsContractCompat$TypefaceResult;
|
||||
.method public static getFontInternal(Landroid/content/Context;Landroidx/core/provider/FontRequest;I)Landroidx/core/provider/FontsContractCompat$TypefaceResult;
|
||||
.locals 3
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
|
@ -719,6 +729,19 @@
|
|||
|
||||
.method public static getFontSync(Landroid/content/Context;Landroidx/core/provider/FontRequest;Landroidx/core/content/res/ResourcesCompat$FontCallback;Landroid/os/Handler;ZII)Landroid/graphics/Typeface;
|
||||
.locals 2
|
||||
.param p2 # Landroidx/core/content/res/ResourcesCompat$FontCallback;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p3 # Landroid/os/Handler;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end param
|
||||
.annotation build Landroidx/annotation/RestrictTo;
|
||||
value = {
|
||||
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY_GROUP_PREFIX:Landroidx/annotation/RestrictTo$Scope;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
new-instance v0, Ljava/lang/StringBuilder;
|
||||
|
||||
|
@ -781,8 +804,6 @@
|
|||
goto :goto_0
|
||||
|
||||
:cond_2
|
||||
iget p1, p0, Landroidx/core/provider/FontsContractCompat$TypefaceResult;->mResult:I
|
||||
|
||||
invoke-virtual {p2, p1, p3}, Landroidx/core/content/res/ResourcesCompat$FontCallback;->callbackFailAsync(ILandroid/os/Handler;)V
|
||||
|
||||
:cond_3
|
||||
|
@ -894,6 +915,30 @@
|
|||
|
||||
.method public static getProvider(Landroid/content/pm/PackageManager;Landroidx/core/provider/FontRequest;Landroid/content/res/Resources;)Landroid/content/pm/ProviderInfo;
|
||||
.locals 5
|
||||
.param p0 # Landroid/content/pm/PackageManager;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p1 # Landroidx/core/provider/FontRequest;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p2 # Landroid/content/res/Resources;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end param
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
|
||||
.annotation build Landroidx/annotation/RestrictTo;
|
||||
value = {
|
||||
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY_GROUP_PREFIX:Landroidx/annotation/RestrictTo$Scope;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
.annotation build Landroidx/annotation/VisibleForTesting;
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Throws;
|
||||
value = {
|
||||
Landroid/content/pm/PackageManager$NameNotFoundException;
|
||||
|
@ -990,9 +1035,11 @@
|
|||
|
||||
new-instance p2, Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-direct {p2}, Ljava/lang/StringBuilder;-><init>()V
|
||||
|
||||
const-string v1, "Found content provider "
|
||||
|
||||
invoke-direct {p2, v1}, Ljava/lang/StringBuilder;-><init>(Ljava/lang/String;)V
|
||||
invoke-virtual {p2, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {p2, v0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
|
@ -1017,13 +1064,9 @@
|
|||
:cond_3
|
||||
new-instance p0, Landroid/content/pm/PackageManager$NameNotFoundException;
|
||||
|
||||
invoke-static {v0}, Ljava/lang/String;->valueOf(Ljava/lang/Object;)Ljava/lang/String;
|
||||
const-string p1, "No package found for authority: "
|
||||
|
||||
move-result-object p1
|
||||
|
||||
const-string p2, "No package found for authority: "
|
||||
|
||||
invoke-virtual {p2, p1}, Ljava/lang/String;->concat(Ljava/lang/String;)Ljava/lang/String;
|
||||
invoke-static {p1, v0}, Le/e/b/a/a;->a(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
|
@ -1034,6 +1077,16 @@
|
|||
|
||||
.method public static prepareFontData(Landroid/content/Context;[Landroidx/core/provider/FontsContractCompat$FontInfo;Landroid/os/CancellationSignal;)Ljava/util/Map;
|
||||
.locals 5
|
||||
.annotation build Landroidx/annotation/RequiresApi;
|
||||
value = 0x13
|
||||
.end annotation
|
||||
|
||||
.annotation build Landroidx/annotation/RestrictTo;
|
||||
value = {
|
||||
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY_GROUP_PREFIX:Landroidx/annotation/RestrictTo$Scope;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
|
@ -1058,7 +1111,7 @@
|
|||
const/4 v2, 0x0
|
||||
|
||||
:goto_0
|
||||
if-ge v2, v1, :cond_1
|
||||
if-ge v2, v1, :cond_2
|
||||
|
||||
aget-object v3, p1, v2
|
||||
|
||||
|
@ -1066,8 +1119,11 @@
|
|||
|
||||
move-result v4
|
||||
|
||||
if-nez v4, :cond_0
|
||||
if-eqz v4, :cond_0
|
||||
|
||||
goto :goto_1
|
||||
|
||||
:cond_0
|
||||
invoke-virtual {v3}, Landroidx/core/provider/FontsContractCompat$FontInfo;->getUri()Landroid/net/Uri;
|
||||
|
||||
move-result-object v3
|
||||
|
@ -1076,20 +1132,23 @@
|
|||
|
||||
move-result v4
|
||||
|
||||
if-nez v4, :cond_0
|
||||
if-eqz v4, :cond_1
|
||||
|
||||
goto :goto_1
|
||||
|
||||
:cond_1
|
||||
invoke-static {p0, p2, v3}, Landroidx/core/graphics/TypefaceCompatUtil;->mmap(Landroid/content/Context;Landroid/os/CancellationSignal;Landroid/net/Uri;)Ljava/nio/ByteBuffer;
|
||||
|
||||
move-result-object v4
|
||||
|
||||
invoke-virtual {v0, v3, v4}, Ljava/util/HashMap;->put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
|
||||
|
||||
:cond_0
|
||||
:goto_1
|
||||
add-int/lit8 v2, v2, 0x1
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_1
|
||||
:cond_2
|
||||
invoke-static {v0}, Ljava/util/Collections;->unmodifiableMap(Ljava/util/Map;)Ljava/util/Map;
|
||||
|
||||
move-result-object p0
|
||||
|
@ -1099,6 +1158,22 @@
|
|||
|
||||
.method public static requestFont(Landroid/content/Context;Landroidx/core/provider/FontRequest;Landroidx/core/provider/FontsContractCompat$FontRequestCallback;Landroid/os/Handler;)V
|
||||
.locals 0
|
||||
.param p0 # Landroid/content/Context;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p1 # Landroidx/core/provider/FontRequest;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p2 # Landroidx/core/provider/FontsContractCompat$FontRequestCallback;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p3 # Landroid/os/Handler;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
invoke-virtual {p0}, Landroid/content/Context;->getApplicationContext()Landroid/content/Context;
|
||||
|
||||
|
@ -1109,8 +1184,24 @@
|
|||
return-void
|
||||
.end method
|
||||
|
||||
.method private static requestFontInternal(Landroid/content/Context;Landroidx/core/provider/FontRequest;Landroidx/core/provider/FontsContractCompat$FontRequestCallback;Landroid/os/Handler;)V
|
||||
.method public static requestFontInternal(Landroid/content/Context;Landroidx/core/provider/FontRequest;Landroidx/core/provider/FontsContractCompat$FontRequestCallback;Landroid/os/Handler;)V
|
||||
.locals 2
|
||||
.param p0 # Landroid/content/Context;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p1 # Landroidx/core/provider/FontRequest;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p2 # Landroidx/core/provider/FontsContractCompat$FontRequestCallback;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p3 # Landroid/os/Handler;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
new-instance v0, Landroid/os/Handler;
|
||||
|
||||
|
@ -1127,6 +1218,11 @@
|
|||
|
||||
.method public static resetCache()V
|
||||
.locals 1
|
||||
.annotation build Landroidx/annotation/RestrictTo;
|
||||
value = {
|
||||
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY_GROUP_PREFIX:Landroidx/annotation/RestrictTo$Scope;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
sget-object v0, Landroidx/core/provider/FontsContractCompat;->sTypefaceCache:Landroidx/collection/LruCache;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.class Landroidx/core/provider/SelfDestructiveThread$1;
|
||||
.class public Landroidx/core/provider/SelfDestructiveThread$1;
|
||||
.super Ljava/lang/Object;
|
||||
.source "SelfDestructiveThread.java"
|
||||
|
||||
|
@ -12,17 +12,17 @@
|
|||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x0
|
||||
accessFlags = 0x1
|
||||
name = null
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field final synthetic this$0:Landroidx/core/provider/SelfDestructiveThread;
|
||||
.field public final synthetic this$0:Landroidx/core/provider/SelfDestructiveThread;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method constructor <init>(Landroidx/core/provider/SelfDestructiveThread;)V
|
||||
.method public constructor <init>(Landroidx/core/provider/SelfDestructiveThread;)V
|
||||
.locals 0
|
||||
|
||||
iput-object p1, p0, Landroidx/core/provider/SelfDestructiveThread$1;->this$0:Landroidx/core/provider/SelfDestructiveThread;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.class Landroidx/core/provider/SelfDestructiveThread$2$1;
|
||||
.class public Landroidx/core/provider/SelfDestructiveThread$2$1;
|
||||
.super Ljava/lang/Object;
|
||||
.source "SelfDestructiveThread.java"
|
||||
|
||||
|
@ -12,19 +12,19 @@
|
|||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x0
|
||||
accessFlags = 0x1
|
||||
name = null
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field final synthetic this$1:Landroidx/core/provider/SelfDestructiveThread$2;
|
||||
.field public final synthetic this$1:Landroidx/core/provider/SelfDestructiveThread$2;
|
||||
|
||||
.field final synthetic val$result:Ljava/lang/Object;
|
||||
.field public final synthetic val$result:Ljava/lang/Object;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method constructor <init>(Landroidx/core/provider/SelfDestructiveThread$2;Ljava/lang/Object;)V
|
||||
.method public constructor <init>(Landroidx/core/provider/SelfDestructiveThread$2;Ljava/lang/Object;)V
|
||||
.locals 0
|
||||
|
||||
iput-object p1, p0, Landroidx/core/provider/SelfDestructiveThread$2$1;->this$1:Landroidx/core/provider/SelfDestructiveThread$2;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.class Landroidx/core/provider/SelfDestructiveThread$2;
|
||||
.class public Landroidx/core/provider/SelfDestructiveThread$2;
|
||||
.super Ljava/lang/Object;
|
||||
.source "SelfDestructiveThread.java"
|
||||
|
||||
|
@ -12,23 +12,23 @@
|
|||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x0
|
||||
accessFlags = 0x1
|
||||
name = null
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field final synthetic this$0:Landroidx/core/provider/SelfDestructiveThread;
|
||||
.field public final synthetic this$0:Landroidx/core/provider/SelfDestructiveThread;
|
||||
|
||||
.field final synthetic val$callable:Ljava/util/concurrent/Callable;
|
||||
.field public final synthetic val$callable:Ljava/util/concurrent/Callable;
|
||||
|
||||
.field final synthetic val$callingHandler:Landroid/os/Handler;
|
||||
.field public final synthetic val$callingHandler:Landroid/os/Handler;
|
||||
|
||||
.field final synthetic val$reply:Landroidx/core/provider/SelfDestructiveThread$ReplyCallback;
|
||||
.field public final synthetic val$reply:Landroidx/core/provider/SelfDestructiveThread$ReplyCallback;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method constructor <init>(Landroidx/core/provider/SelfDestructiveThread;Ljava/util/concurrent/Callable;Landroid/os/Handler;Landroidx/core/provider/SelfDestructiveThread$ReplyCallback;)V
|
||||
.method public constructor <init>(Landroidx/core/provider/SelfDestructiveThread;Ljava/util/concurrent/Callable;Landroid/os/Handler;Landroidx/core/provider/SelfDestructiveThread$ReplyCallback;)V
|
||||
.locals 0
|
||||
|
||||
iput-object p1, p0, Landroidx/core/provider/SelfDestructiveThread$2;->this$0:Landroidx/core/provider/SelfDestructiveThread;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.class Landroidx/core/provider/SelfDestructiveThread$3;
|
||||
.class public Landroidx/core/provider/SelfDestructiveThread$3;
|
||||
.super Ljava/lang/Object;
|
||||
.source "SelfDestructiveThread.java"
|
||||
|
||||
|
@ -12,27 +12,27 @@
|
|||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x0
|
||||
accessFlags = 0x1
|
||||
name = null
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field final synthetic this$0:Landroidx/core/provider/SelfDestructiveThread;
|
||||
.field public final synthetic this$0:Landroidx/core/provider/SelfDestructiveThread;
|
||||
|
||||
.field final synthetic val$callable:Ljava/util/concurrent/Callable;
|
||||
.field public final synthetic val$callable:Ljava/util/concurrent/Callable;
|
||||
|
||||
.field final synthetic val$cond:Ljava/util/concurrent/locks/Condition;
|
||||
.field public final synthetic val$cond:Ljava/util/concurrent/locks/Condition;
|
||||
|
||||
.field final synthetic val$holder:Ljava/util/concurrent/atomic/AtomicReference;
|
||||
.field public final synthetic val$holder:Ljava/util/concurrent/atomic/AtomicReference;
|
||||
|
||||
.field final synthetic val$lock:Ljava/util/concurrent/locks/ReentrantLock;
|
||||
.field public final synthetic val$lock:Ljava/util/concurrent/locks/ReentrantLock;
|
||||
|
||||
.field final synthetic val$running:Ljava/util/concurrent/atomic/AtomicBoolean;
|
||||
.field public final synthetic val$running:Ljava/util/concurrent/atomic/AtomicBoolean;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method constructor <init>(Landroidx/core/provider/SelfDestructiveThread;Ljava/util/concurrent/atomic/AtomicReference;Ljava/util/concurrent/Callable;Ljava/util/concurrent/locks/ReentrantLock;Ljava/util/concurrent/atomic/AtomicBoolean;Ljava/util/concurrent/locks/Condition;)V
|
||||
.method public constructor <init>(Landroidx/core/provider/SelfDestructiveThread;Ljava/util/concurrent/atomic/AtomicReference;Ljava/util/concurrent/Callable;Ljava/util/concurrent/locks/ReentrantLock;Ljava/util/concurrent/atomic/AtomicBoolean;Ljava/util/concurrent/locks/Condition;)V
|
||||
.locals 0
|
||||
|
||||
iput-object p1, p0, Landroidx/core/provider/SelfDestructiveThread$3;->this$0:Landroidx/core/provider/SelfDestructiveThread;
|
||||
|
|
|
@ -4,6 +4,12 @@
|
|||
|
||||
|
||||
# annotations
|
||||
.annotation build Landroidx/annotation/RestrictTo;
|
||||
value = {
|
||||
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY_GROUP_PREFIX:Landroidx/annotation/RestrictTo$Scope;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/MemberClasses;
|
||||
value = {
|
||||
Landroidx/core/provider/SelfDestructiveThread$ReplyCallback;
|
||||
|
@ -12,27 +18,39 @@
|
|||
|
||||
|
||||
# static fields
|
||||
.field private static final MSG_DESTRUCTION:I = 0x0
|
||||
.field public static final MSG_DESTRUCTION:I = 0x0
|
||||
|
||||
.field private static final MSG_INVOKE_RUNNABLE:I = 0x1
|
||||
.field public static final MSG_INVOKE_RUNNABLE:I = 0x1
|
||||
|
||||
|
||||
# instance fields
|
||||
.field private mCallback:Landroid/os/Handler$Callback;
|
||||
.field public mCallback:Landroid/os/Handler$Callback;
|
||||
|
||||
.field private final mDestructAfterMillisec:I
|
||||
.field public final mDestructAfterMillisec:I
|
||||
|
||||
.field private mGeneration:I
|
||||
.field public mGeneration:I
|
||||
.annotation build Landroidx/annotation/GuardedBy;
|
||||
value = "mLock"
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
.field private mHandler:Landroid/os/Handler;
|
||||
.field public mHandler:Landroid/os/Handler;
|
||||
.annotation build Landroidx/annotation/GuardedBy;
|
||||
value = "mLock"
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
.field private final mLock:Ljava/lang/Object;
|
||||
.field public final mLock:Ljava/lang/Object;
|
||||
|
||||
.field private final mPriority:I
|
||||
.field public final mPriority:I
|
||||
|
||||
.field private mThread:Landroid/os/HandlerThread;
|
||||
.field public mThread:Landroid/os/HandlerThread;
|
||||
.annotation build Landroidx/annotation/GuardedBy;
|
||||
value = "mLock"
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
.field private final mThreadName:Ljava/lang/String;
|
||||
.field public final mThreadName:Ljava/lang/String;
|
||||
|
||||
|
||||
# direct methods
|
||||
|
@ -149,6 +167,8 @@
|
|||
# virtual methods
|
||||
.method public getGeneration()I
|
||||
.locals 2
|
||||
.annotation build Landroidx/annotation/VisibleForTesting;
|
||||
.end annotation
|
||||
|
||||
iget-object v0, p0, Landroidx/core/provider/SelfDestructiveThread;->mLock:Ljava/lang/Object;
|
||||
|
||||
|
@ -173,6 +193,8 @@
|
|||
|
||||
.method public isRunning()Z
|
||||
.locals 2
|
||||
.annotation build Landroidx/annotation/VisibleForTesting;
|
||||
.end annotation
|
||||
|
||||
iget-object v0, p0, Landroidx/core/provider/SelfDestructiveThread;->mLock:Ljava/lang/Object;
|
||||
|
||||
|
@ -205,7 +227,7 @@
|
|||
throw v1
|
||||
.end method
|
||||
|
||||
.method onDestruction()V
|
||||
.method public onDestruction()V
|
||||
.locals 3
|
||||
|
||||
iget-object v0, p0, Landroidx/core/provider/SelfDestructiveThread;->mLock:Ljava/lang/Object;
|
||||
|
@ -252,7 +274,7 @@
|
|||
throw v1
|
||||
.end method
|
||||
|
||||
.method onInvokeRunnable(Ljava/lang/Runnable;)V
|
||||
.method public onInvokeRunnable(Ljava/lang/Runnable;)V
|
||||
.locals 4
|
||||
|
||||
invoke-interface {p1}, Ljava/lang/Runnable;->run()V
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue