Changes of com.discord v998
This commit is contained in:
parent
dc3b174a87
commit
a8e290ae89
20243 changed files with 1573881 additions and 1337713 deletions
|
@ -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