Changes of com.discord v998
This commit is contained in:
parent
dc3b174a87
commit
a8e290ae89
20243 changed files with 1573881 additions and 1337713 deletions
|
@ -1,4 +1,4 @@
|
|||
.class Landroidx/asynclayoutinflater/view/AsyncLayoutInflater$1;
|
||||
.class public Landroidx/asynclayoutinflater/view/AsyncLayoutInflater$1;
|
||||
.super Ljava/lang/Object;
|
||||
.source "AsyncLayoutInflater.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/asynclayoutinflater/view/AsyncLayoutInflater;
|
||||
.field public final synthetic this$0:Landroidx/asynclayoutinflater/view/AsyncLayoutInflater;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method constructor <init>(Landroidx/asynclayoutinflater/view/AsyncLayoutInflater;)V
|
||||
.method public constructor <init>(Landroidx/asynclayoutinflater/view/AsyncLayoutInflater;)V
|
||||
.locals 0
|
||||
|
||||
iput-object p1, p0, Landroidx/asynclayoutinflater/view/AsyncLayoutInflater$1;->this$0:Landroidx/asynclayoutinflater/view/AsyncLayoutInflater;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.class Landroidx/asynclayoutinflater/view/AsyncLayoutInflater$BasicInflater;
|
||||
.class public Landroidx/asynclayoutinflater/view/AsyncLayoutInflater$BasicInflater;
|
||||
.super Landroid/view/LayoutInflater;
|
||||
.source "AsyncLayoutInflater.java"
|
||||
|
||||
|
@ -9,17 +9,17 @@
|
|||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x8
|
||||
accessFlags = 0x9
|
||||
name = "BasicInflater"
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field private static final sClassPrefixList:[Ljava/lang/String;
|
||||
.field public static final sClassPrefixList:[Ljava/lang/String;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method static constructor <clinit>()V
|
||||
.method public static constructor <clinit>()V
|
||||
.locals 3
|
||||
|
||||
const-string v0, "android.widget."
|
||||
|
@ -37,7 +37,7 @@
|
|||
return-void
|
||||
.end method
|
||||
|
||||
.method constructor <init>(Landroid/content/Context;)V
|
||||
.method public constructor <init>(Landroid/content/Context;)V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0, p1}, Landroid/view/LayoutInflater;-><init>(Landroid/content/Context;)V
|
||||
|
@ -57,7 +57,7 @@
|
|||
return-object v0
|
||||
.end method
|
||||
|
||||
.method protected onCreateView(Ljava/lang/String;Landroid/util/AttributeSet;)Landroid/view/View;
|
||||
.method public onCreateView(Ljava/lang/String;Landroid/util/AttributeSet;)Landroid/view/View;
|
||||
.locals 4
|
||||
.annotation system Ldalvik/annotation/Throws;
|
||||
value = {
|
||||
|
@ -77,7 +77,7 @@
|
|||
aget-object v3, v0, v2
|
||||
|
||||
:try_start_0
|
||||
invoke-virtual {p0, p1, v3, p2}, Landroidx/asynclayoutinflater/view/AsyncLayoutInflater$BasicInflater;->createView(Ljava/lang/String;Ljava/lang/String;Landroid/util/AttributeSet;)Landroid/view/View;
|
||||
invoke-virtual {p0, p1, v3, p2}, Landroid/view/LayoutInflater;->createView(Ljava/lang/String;Ljava/lang/String;Landroid/util/AttributeSet;)Landroid/view/View;
|
||||
|
||||
move-result-object v3
|
||||
:try_end_0
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.class Landroidx/asynclayoutinflater/view/AsyncLayoutInflater$InflateRequest;
|
||||
.class public Landroidx/asynclayoutinflater/view/AsyncLayoutInflater$InflateRequest;
|
||||
.super Ljava/lang/Object;
|
||||
.source "AsyncLayoutInflater.java"
|
||||
|
||||
|
@ -9,25 +9,25 @@
|
|||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x8
|
||||
accessFlags = 0x9
|
||||
name = "InflateRequest"
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field callback:Landroidx/asynclayoutinflater/view/AsyncLayoutInflater$OnInflateFinishedListener;
|
||||
.field public callback:Landroidx/asynclayoutinflater/view/AsyncLayoutInflater$OnInflateFinishedListener;
|
||||
|
||||
.field inflater:Landroidx/asynclayoutinflater/view/AsyncLayoutInflater;
|
||||
.field public inflater:Landroidx/asynclayoutinflater/view/AsyncLayoutInflater;
|
||||
|
||||
.field parent:Landroid/view/ViewGroup;
|
||||
.field public parent:Landroid/view/ViewGroup;
|
||||
|
||||
.field resid:I
|
||||
.field public resid:I
|
||||
|
||||
.field view:Landroid/view/View;
|
||||
.field public view:Landroid/view/View;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method constructor <init>()V
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.class Landroidx/asynclayoutinflater/view/AsyncLayoutInflater$InflateThread;
|
||||
.class public Landroidx/asynclayoutinflater/view/AsyncLayoutInflater$InflateThread;
|
||||
.super Ljava/lang/Thread;
|
||||
.source "AsyncLayoutInflater.java"
|
||||
|
||||
|
@ -9,17 +9,17 @@
|
|||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x8
|
||||
accessFlags = 0x9
|
||||
name = "InflateThread"
|
||||
.end annotation
|
||||
|
||||
|
||||
# static fields
|
||||
.field private static final sInstance:Landroidx/asynclayoutinflater/view/AsyncLayoutInflater$InflateThread;
|
||||
.field public static final sInstance:Landroidx/asynclayoutinflater/view/AsyncLayoutInflater$InflateThread;
|
||||
|
||||
|
||||
# instance fields
|
||||
.field private mQueue:Ljava/util/concurrent/ArrayBlockingQueue;
|
||||
.field public mQueue:Ljava/util/concurrent/ArrayBlockingQueue;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/util/concurrent/ArrayBlockingQueue<",
|
||||
|
@ -29,7 +29,7 @@
|
|||
.end annotation
|
||||
.end field
|
||||
|
||||
.field private mRequestPool:Landroidx/core/util/Pools$SynchronizedPool;
|
||||
.field public mRequestPool:Landroidx/core/util/Pools$SynchronizedPool;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Landroidx/core/util/Pools$SynchronizedPool<",
|
||||
|
@ -41,7 +41,7 @@
|
|||
|
||||
|
||||
# direct methods
|
||||
.method static constructor <clinit>()V
|
||||
.method public static constructor <clinit>()V
|
||||
.locals 1
|
||||
|
||||
new-instance v0, Landroidx/asynclayoutinflater/view/AsyncLayoutInflater$InflateThread;
|
||||
|
@ -50,12 +50,14 @@
|
|||
|
||||
sput-object v0, Landroidx/asynclayoutinflater/view/AsyncLayoutInflater$InflateThread;->sInstance:Landroidx/asynclayoutinflater/view/AsyncLayoutInflater$InflateThread;
|
||||
|
||||
invoke-virtual {v0}, Landroidx/asynclayoutinflater/view/AsyncLayoutInflater$InflateThread;->start()V
|
||||
sget-object v0, Landroidx/asynclayoutinflater/view/AsyncLayoutInflater$InflateThread;->sInstance:Landroidx/asynclayoutinflater/view/AsyncLayoutInflater$InflateThread;
|
||||
|
||||
invoke-virtual {v0}, Ljava/lang/Thread;->start()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method private constructor <init>()V
|
||||
.method public constructor <init>()V
|
||||
.locals 2
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Thread;-><init>()V
|
||||
|
|
|
@ -16,4 +16,16 @@
|
|||
|
||||
# virtual methods
|
||||
.method public abstract onInflateFinished(Landroid/view/View;ILandroid/view/ViewGroup;)V
|
||||
.param p1 # Landroid/view/View;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p2 # I
|
||||
.annotation build Landroidx/annotation/LayoutRes;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p3 # Landroid/view/ViewGroup;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end param
|
||||
.end method
|
||||
|
|
|
@ -15,22 +15,26 @@
|
|||
|
||||
|
||||
# static fields
|
||||
.field private static final TAG:Ljava/lang/String; = "AsyncLayoutInflater"
|
||||
.field public static final TAG:Ljava/lang/String; = "AsyncLayoutInflater"
|
||||
|
||||
|
||||
# instance fields
|
||||
.field mHandler:Landroid/os/Handler;
|
||||
.field public mHandler:Landroid/os/Handler;
|
||||
|
||||
.field private mHandlerCallback:Landroid/os/Handler$Callback;
|
||||
.field public mHandlerCallback:Landroid/os/Handler$Callback;
|
||||
|
||||
.field mInflateThread:Landroidx/asynclayoutinflater/view/AsyncLayoutInflater$InflateThread;
|
||||
.field public mInflateThread:Landroidx/asynclayoutinflater/view/AsyncLayoutInflater$InflateThread;
|
||||
|
||||
.field mInflater:Landroid/view/LayoutInflater;
|
||||
.field public mInflater:Landroid/view/LayoutInflater;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Landroid/content/Context;)V
|
||||
.locals 1
|
||||
.param p1 # Landroid/content/Context;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
|
@ -65,8 +69,22 @@
|
|||
|
||||
|
||||
# virtual methods
|
||||
.method public final inflate(ILandroid/view/ViewGroup;Landroidx/asynclayoutinflater/view/AsyncLayoutInflater$OnInflateFinishedListener;)V
|
||||
.method public inflate(ILandroid/view/ViewGroup;Landroidx/asynclayoutinflater/view/AsyncLayoutInflater$OnInflateFinishedListener;)V
|
||||
.locals 1
|
||||
.param p1 # I
|
||||
.annotation build Landroidx/annotation/LayoutRes;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p2 # Landroid/view/ViewGroup;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p3 # Landroidx/asynclayoutinflater/view/AsyncLayoutInflater$OnInflateFinishedListener;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.annotation build Landroidx/annotation/UiThread;
|
||||
.end annotation
|
||||
|
||||
if-eqz p3, :cond_0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue