Changes of com.discord v998
This commit is contained in:
parent
dc3b174a87
commit
a8e290ae89
20243 changed files with 1573881 additions and 1337713 deletions
|
@ -15,7 +15,7 @@
|
|||
|
||||
|
||||
# instance fields
|
||||
.field private mActionButtons:Ljava/util/ArrayList;
|
||||
.field public mActionButtons:Ljava/util/ArrayList;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/util/ArrayList<",
|
||||
|
@ -25,11 +25,11 @@
|
|||
.end annotation
|
||||
.end field
|
||||
|
||||
.field private mInstantAppsEnabled:Z
|
||||
.field public mInstantAppsEnabled:Z
|
||||
|
||||
.field private final mIntent:Landroid/content/Intent;
|
||||
.field public final mIntent:Landroid/content/Intent;
|
||||
|
||||
.field private mMenuItems:Ljava/util/ArrayList;
|
||||
.field public mMenuItems:Ljava/util/ArrayList;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/util/ArrayList<",
|
||||
|
@ -39,7 +39,7 @@
|
|||
.end annotation
|
||||
.end field
|
||||
|
||||
.field private mStartAnimationBundle:Landroid/os/Bundle;
|
||||
.field public mStartAnimationBundle:Landroid/os/Bundle;
|
||||
|
||||
|
||||
# direct methods
|
||||
|
@ -55,6 +55,10 @@
|
|||
|
||||
.method public constructor <init>(Landroidx/browser/customtabs/CustomTabsSession;)V
|
||||
.locals 3
|
||||
.param p1 # Landroidx/browser/customtabs/CustomTabsSession;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
|
@ -120,7 +124,7 @@
|
|||
|
||||
|
||||
# virtual methods
|
||||
.method public final addDefaultShareMenuItem()Landroidx/browser/customtabs/CustomTabsIntent$Builder;
|
||||
.method public addDefaultShareMenuItem()Landroidx/browser/customtabs/CustomTabsIntent$Builder;
|
||||
.locals 3
|
||||
|
||||
iget-object v0, p0, Landroidx/browser/customtabs/CustomTabsIntent$Builder;->mIntent:Landroid/content/Intent;
|
||||
|
@ -134,8 +138,16 @@
|
|||
return-object p0
|
||||
.end method
|
||||
|
||||
.method public final addMenuItem(Ljava/lang/String;Landroid/app/PendingIntent;)Landroidx/browser/customtabs/CustomTabsIntent$Builder;
|
||||
.method public addMenuItem(Ljava/lang/String;Landroid/app/PendingIntent;)Landroidx/browser/customtabs/CustomTabsIntent$Builder;
|
||||
.locals 2
|
||||
.param p1 # Ljava/lang/String;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p2 # Landroid/app/PendingIntent;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
iget-object v0, p0, Landroidx/browser/customtabs/CustomTabsIntent$Builder;->mMenuItems:Ljava/util/ArrayList;
|
||||
|
||||
|
@ -167,8 +179,16 @@
|
|||
return-object p0
|
||||
.end method
|
||||
|
||||
.method public final addToolbarItem(ILandroid/graphics/Bitmap;Ljava/lang/String;Landroid/app/PendingIntent;)Landroidx/browser/customtabs/CustomTabsIntent$Builder;
|
||||
.method public addToolbarItem(ILandroid/graphics/Bitmap;Ljava/lang/String;Landroid/app/PendingIntent;)Landroidx/browser/customtabs/CustomTabsIntent$Builder;
|
||||
.locals 2
|
||||
.param p2 # Landroid/graphics/Bitmap;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p3 # Ljava/lang/String;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.annotation system Ldalvik/annotation/Throws;
|
||||
value = {
|
||||
Ljava/lang/IllegalStateException;
|
||||
|
@ -235,7 +255,7 @@
|
|||
throw p1
|
||||
.end method
|
||||
|
||||
.method public final build()Landroidx/browser/customtabs/CustomTabsIntent;
|
||||
.method public build()Landroidx/browser/customtabs/CustomTabsIntent;
|
||||
.locals 3
|
||||
|
||||
iget-object v0, p0, Landroidx/browser/customtabs/CustomTabsIntent$Builder;->mMenuItems:Ljava/util/ArrayList;
|
||||
|
@ -279,7 +299,7 @@
|
|||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public final enableUrlBarHiding()Landroidx/browser/customtabs/CustomTabsIntent$Builder;
|
||||
.method public enableUrlBarHiding()Landroidx/browser/customtabs/CustomTabsIntent$Builder;
|
||||
.locals 3
|
||||
|
||||
iget-object v0, p0, Landroidx/browser/customtabs/CustomTabsIntent$Builder;->mIntent:Landroid/content/Intent;
|
||||
|
@ -293,8 +313,20 @@
|
|||
return-object p0
|
||||
.end method
|
||||
|
||||
.method public final setActionButton(Landroid/graphics/Bitmap;Ljava/lang/String;Landroid/app/PendingIntent;)Landroidx/browser/customtabs/CustomTabsIntent$Builder;
|
||||
.method public setActionButton(Landroid/graphics/Bitmap;Ljava/lang/String;Landroid/app/PendingIntent;)Landroidx/browser/customtabs/CustomTabsIntent$Builder;
|
||||
.locals 1
|
||||
.param p1 # Landroid/graphics/Bitmap;
|
||||
.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 # Landroid/app/PendingIntent;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
|
@ -305,8 +337,20 @@
|
|||
return-object p1
|
||||
.end method
|
||||
|
||||
.method public final setActionButton(Landroid/graphics/Bitmap;Ljava/lang/String;Landroid/app/PendingIntent;Z)Landroidx/browser/customtabs/CustomTabsIntent$Builder;
|
||||
.method public setActionButton(Landroid/graphics/Bitmap;Ljava/lang/String;Landroid/app/PendingIntent;Z)Landroidx/browser/customtabs/CustomTabsIntent$Builder;
|
||||
.locals 3
|
||||
.param p1 # Landroid/graphics/Bitmap;
|
||||
.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 # Landroid/app/PendingIntent;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
new-instance v0, Landroid/os/Bundle;
|
||||
|
||||
|
@ -345,8 +389,12 @@
|
|||
return-object p0
|
||||
.end method
|
||||
|
||||
.method public final setCloseButtonIcon(Landroid/graphics/Bitmap;)Landroidx/browser/customtabs/CustomTabsIntent$Builder;
|
||||
.method public setCloseButtonIcon(Landroid/graphics/Bitmap;)Landroidx/browser/customtabs/CustomTabsIntent$Builder;
|
||||
.locals 2
|
||||
.param p1 # Landroid/graphics/Bitmap;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
iget-object v0, p0, Landroidx/browser/customtabs/CustomTabsIntent$Builder;->mIntent:Landroid/content/Intent;
|
||||
|
||||
|
@ -357,8 +405,20 @@
|
|||
return-object p0
|
||||
.end method
|
||||
|
||||
.method public final setExitAnimations(Landroid/content/Context;II)Landroidx/browser/customtabs/CustomTabsIntent$Builder;
|
||||
.method public setExitAnimations(Landroid/content/Context;II)Landroidx/browser/customtabs/CustomTabsIntent$Builder;
|
||||
.locals 0
|
||||
.param p1 # Landroid/content/Context;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p2 # I
|
||||
.annotation build Landroidx/annotation/AnimRes;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p3 # I
|
||||
.annotation build Landroidx/annotation/AnimRes;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
invoke-static {p1, p2, p3}, Landroidx/core/app/ActivityOptionsCompat;->makeCustomAnimation(Landroid/content/Context;II)Landroidx/core/app/ActivityOptionsCompat;
|
||||
|
||||
|
@ -377,7 +437,7 @@
|
|||
return-object p0
|
||||
.end method
|
||||
|
||||
.method public final setInstantAppsEnabled(Z)Landroidx/browser/customtabs/CustomTabsIntent$Builder;
|
||||
.method public setInstantAppsEnabled(Z)Landroidx/browser/customtabs/CustomTabsIntent$Builder;
|
||||
.locals 0
|
||||
|
||||
iput-boolean p1, p0, Landroidx/browser/customtabs/CustomTabsIntent$Builder;->mInstantAppsEnabled:Z
|
||||
|
@ -385,8 +445,12 @@
|
|||
return-object p0
|
||||
.end method
|
||||
|
||||
.method public final setSecondaryToolbarColor(I)Landroidx/browser/customtabs/CustomTabsIntent$Builder;
|
||||
.method public setSecondaryToolbarColor(I)Landroidx/browser/customtabs/CustomTabsIntent$Builder;
|
||||
.locals 2
|
||||
.param p1 # I
|
||||
.annotation build Landroidx/annotation/ColorInt;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
iget-object v0, p0, Landroidx/browser/customtabs/CustomTabsIntent$Builder;->mIntent:Landroid/content/Intent;
|
||||
|
||||
|
@ -397,8 +461,20 @@
|
|||
return-object p0
|
||||
.end method
|
||||
|
||||
.method public final setSecondaryToolbarViews(Landroid/widget/RemoteViews;[ILandroid/app/PendingIntent;)Landroidx/browser/customtabs/CustomTabsIntent$Builder;
|
||||
.method public setSecondaryToolbarViews(Landroid/widget/RemoteViews;[ILandroid/app/PendingIntent;)Landroidx/browser/customtabs/CustomTabsIntent$Builder;
|
||||
.locals 2
|
||||
.param p1 # Landroid/widget/RemoteViews;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p2 # [I
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p3 # Landroid/app/PendingIntent;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
iget-object v0, p0, Landroidx/browser/customtabs/CustomTabsIntent$Builder;->mIntent:Landroid/content/Intent;
|
||||
|
||||
|
@ -421,7 +497,7 @@
|
|||
return-object p0
|
||||
.end method
|
||||
|
||||
.method public final setShowTitle(Z)Landroidx/browser/customtabs/CustomTabsIntent$Builder;
|
||||
.method public setShowTitle(Z)Landroidx/browser/customtabs/CustomTabsIntent$Builder;
|
||||
.locals 2
|
||||
|
||||
iget-object v0, p0, Landroidx/browser/customtabs/CustomTabsIntent$Builder;->mIntent:Landroid/content/Intent;
|
||||
|
@ -433,8 +509,20 @@
|
|||
return-object p0
|
||||
.end method
|
||||
|
||||
.method public final setStartAnimations(Landroid/content/Context;II)Landroidx/browser/customtabs/CustomTabsIntent$Builder;
|
||||
.method public setStartAnimations(Landroid/content/Context;II)Landroidx/browser/customtabs/CustomTabsIntent$Builder;
|
||||
.locals 0
|
||||
.param p1 # Landroid/content/Context;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p2 # I
|
||||
.annotation build Landroidx/annotation/AnimRes;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p3 # I
|
||||
.annotation build Landroidx/annotation/AnimRes;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
invoke-static {p1, p2, p3}, Landroidx/core/app/ActivityOptionsCompat;->makeCustomAnimation(Landroid/content/Context;II)Landroidx/core/app/ActivityOptionsCompat;
|
||||
|
||||
|
@ -449,8 +537,12 @@
|
|||
return-object p0
|
||||
.end method
|
||||
|
||||
.method public final setToolbarColor(I)Landroidx/browser/customtabs/CustomTabsIntent$Builder;
|
||||
.method public setToolbarColor(I)Landroidx/browser/customtabs/CustomTabsIntent$Builder;
|
||||
.locals 2
|
||||
.param p1 # I
|
||||
.annotation build Landroidx/annotation/ColorInt;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
iget-object v0, p0, Landroidx/browser/customtabs/CustomTabsIntent$Builder;->mIntent:Landroid/content/Intent;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue