Changes of com.discord v998
This commit is contained in:
parent
dc3b174a87
commit
a8e290ae89
20243 changed files with 1573881 additions and 1337713 deletions
|
@ -15,21 +15,21 @@
|
|||
|
||||
|
||||
# static fields
|
||||
.field private static final FLAG_IS_CLOSING:I = 0x4
|
||||
.field public static final FLAG_IS_CLOSING:I = 0x4
|
||||
|
||||
.field private static final FLAG_IS_OPENED:I = 0x1
|
||||
.field public static final FLAG_IS_OPENED:I = 0x1
|
||||
|
||||
.field private static final FLAG_IS_OPENING:I = 0x2
|
||||
.field public static final FLAG_IS_OPENING:I = 0x2
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public gravity:I
|
||||
|
||||
.field isPeeking:Z
|
||||
.field public isPeeking:Z
|
||||
|
||||
.field onScreen:F
|
||||
.field public onScreen:F
|
||||
|
||||
.field openState:I
|
||||
.field public openState:I
|
||||
|
||||
|
||||
# direct methods
|
||||
|
@ -57,6 +57,14 @@
|
|||
|
||||
.method public constructor <init>(Landroid/content/Context;Landroid/util/AttributeSet;)V
|
||||
.locals 2
|
||||
.param p1 # Landroid/content/Context;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p2 # Landroid/util/AttributeSet;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
invoke-direct {p0, p1, p2}, Landroid/view/ViewGroup$MarginLayoutParams;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;)V
|
||||
|
||||
|
@ -83,6 +91,10 @@
|
|||
|
||||
.method public constructor <init>(Landroid/view/ViewGroup$LayoutParams;)V
|
||||
.locals 0
|
||||
.param p1 # Landroid/view/ViewGroup$LayoutParams;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
invoke-direct {p0, p1}, Landroid/view/ViewGroup$MarginLayoutParams;-><init>(Landroid/view/ViewGroup$LayoutParams;)V
|
||||
|
||||
|
@ -95,6 +107,10 @@
|
|||
|
||||
.method public constructor <init>(Landroid/view/ViewGroup$MarginLayoutParams;)V
|
||||
.locals 0
|
||||
.param p1 # Landroid/view/ViewGroup$MarginLayoutParams;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
invoke-direct {p0, p1}, Landroid/view/ViewGroup$MarginLayoutParams;-><init>(Landroid/view/ViewGroup$MarginLayoutParams;)V
|
||||
|
||||
|
@ -107,6 +123,10 @@
|
|||
|
||||
.method public constructor <init>(Landroidx/drawerlayout/widget/DrawerLayout$LayoutParams;)V
|
||||
.locals 1
|
||||
.param p1 # Landroidx/drawerlayout/widget/DrawerLayout$LayoutParams;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
invoke-direct {p0, p1}, Landroid/view/ViewGroup$MarginLayoutParams;-><init>(Landroid/view/ViewGroup$MarginLayoutParams;)V
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue