Changes of com.discord v998
This commit is contained in:
parent
dc3b174a87
commit
a8e290ae89
20243 changed files with 1573881 additions and 1337713 deletions
|
@ -4,6 +4,12 @@
|
|||
|
||||
|
||||
# annotations
|
||||
.annotation build Landroidx/annotation/RestrictTo;
|
||||
value = {
|
||||
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY:Landroidx/annotation/RestrictTo$Scope;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/MemberClasses;
|
||||
value = {
|
||||
Landroidx/appcompat/widget/ContentFrameLayout$OnAttachListener;
|
||||
|
@ -12,21 +18,21 @@
|
|||
|
||||
|
||||
# instance fields
|
||||
.field private mAttachListener:Landroidx/appcompat/widget/ContentFrameLayout$OnAttachListener;
|
||||
.field public mAttachListener:Landroidx/appcompat/widget/ContentFrameLayout$OnAttachListener;
|
||||
|
||||
.field private final mDecorPadding:Landroid/graphics/Rect;
|
||||
.field public final mDecorPadding:Landroid/graphics/Rect;
|
||||
|
||||
.field private mFixedHeightMajor:Landroid/util/TypedValue;
|
||||
.field public mFixedHeightMajor:Landroid/util/TypedValue;
|
||||
|
||||
.field private mFixedHeightMinor:Landroid/util/TypedValue;
|
||||
.field public mFixedHeightMinor:Landroid/util/TypedValue;
|
||||
|
||||
.field private mFixedWidthMajor:Landroid/util/TypedValue;
|
||||
.field public mFixedWidthMajor:Landroid/util/TypedValue;
|
||||
|
||||
.field private mFixedWidthMinor:Landroid/util/TypedValue;
|
||||
.field public mFixedWidthMinor:Landroid/util/TypedValue;
|
||||
|
||||
.field private mMinWidthMajor:Landroid/util/TypedValue;
|
||||
.field public mMinWidthMajor:Landroid/util/TypedValue;
|
||||
|
||||
.field private mMinWidthMinor:Landroid/util/TypedValue;
|
||||
.field public mMinWidthMinor:Landroid/util/TypedValue;
|
||||
|
||||
|
||||
# direct methods
|
||||
|
@ -68,8 +74,13 @@
|
|||
# virtual methods
|
||||
.method public dispatchFitSystemWindows(Landroid/graphics/Rect;)V
|
||||
.locals 0
|
||||
.annotation build Landroidx/annotation/RestrictTo;
|
||||
value = {
|
||||
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY_GROUP_PREFIX:Landroidx/annotation/RestrictTo$Scope;
|
||||
}
|
||||
.end annotation
|
||||
|
||||
invoke-virtual {p0, p1}, Landroidx/appcompat/widget/ContentFrameLayout;->fitSystemWindows(Landroid/graphics/Rect;)Z
|
||||
invoke-virtual {p0, p1}, Landroid/widget/FrameLayout;->fitSystemWindows(Landroid/graphics/Rect;)Z
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
@ -188,7 +199,7 @@
|
|||
return-object v0
|
||||
.end method
|
||||
|
||||
.method protected onAttachedToWindow()V
|
||||
.method public onAttachedToWindow()V
|
||||
.locals 1
|
||||
|
||||
invoke-super {p0}, Landroid/widget/FrameLayout;->onAttachedToWindow()V
|
||||
|
@ -203,7 +214,7 @@
|
|||
return-void
|
||||
.end method
|
||||
|
||||
.method protected onDetachedFromWindow()V
|
||||
.method public onDetachedFromWindow()V
|
||||
.locals 1
|
||||
|
||||
invoke-super {p0}, Landroid/widget/FrameLayout;->onDetachedFromWindow()V
|
||||
|
@ -218,10 +229,10 @@
|
|||
return-void
|
||||
.end method
|
||||
|
||||
.method protected onMeasure(II)V
|
||||
.method public onMeasure(II)V
|
||||
.locals 13
|
||||
|
||||
invoke-virtual {p0}, Landroidx/appcompat/widget/ContentFrameLayout;->getContext()Landroid/content/Context;
|
||||
invoke-virtual {p0}, Landroid/widget/FrameLayout;->getContext()Landroid/content/Context;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
|
@ -285,8 +296,6 @@
|
|||
|
||||
if-eqz v11, :cond_4
|
||||
|
||||
iget v11, v10, Landroid/util/TypedValue;->type:I
|
||||
|
||||
if-ne v11, v7, :cond_2
|
||||
|
||||
invoke-virtual {v10, v0}, Landroid/util/TypedValue;->getDimension(Landroid/util/DisplayMetrics;)F
|
||||
|
@ -299,19 +308,15 @@
|
|||
goto :goto_3
|
||||
|
||||
:cond_2
|
||||
iget v11, v10, Landroid/util/TypedValue;->type:I
|
||||
|
||||
if-ne v11, v6, :cond_3
|
||||
|
||||
iget v11, v0, Landroid/util/DisplayMetrics;->widthPixels:I
|
||||
|
||||
int-to-float v12, v11
|
||||
|
||||
int-to-float v11, v11
|
||||
|
||||
iget v12, v0, Landroid/util/DisplayMetrics;->widthPixels:I
|
||||
|
||||
int-to-float v12, v12
|
||||
|
||||
invoke-virtual {v10, v11, v12}, Landroid/util/TypedValue;->getFraction(FF)F
|
||||
invoke-virtual {v10, v12, v11}, Landroid/util/TypedValue;->getFraction(FF)F
|
||||
|
||||
move-result v10
|
||||
|
||||
|
@ -325,15 +330,13 @@
|
|||
|
||||
iget-object v11, p0, Landroidx/appcompat/widget/ContentFrameLayout;->mDecorPadding:Landroid/graphics/Rect;
|
||||
|
||||
iget v11, v11, Landroid/graphics/Rect;->left:I
|
||||
iget v12, v11, Landroid/graphics/Rect;->left:I
|
||||
|
||||
iget-object v12, p0, Landroidx/appcompat/widget/ContentFrameLayout;->mDecorPadding:Landroid/graphics/Rect;
|
||||
iget v11, v11, Landroid/graphics/Rect;->right:I
|
||||
|
||||
iget v12, v12, Landroid/graphics/Rect;->right:I
|
||||
add-int/2addr v12, v11
|
||||
|
||||
add-int/2addr v11, v12
|
||||
|
||||
sub-int/2addr v10, v11
|
||||
sub-int/2addr v10, v12
|
||||
|
||||
invoke-static {p1}, Landroid/view/View$MeasureSpec;->getSize(I)I
|
||||
|
||||
|
@ -377,8 +380,6 @@
|
|||
|
||||
if-eqz v11, :cond_8
|
||||
|
||||
iget v11, v5, Landroid/util/TypedValue;->type:I
|
||||
|
||||
if-ne v11, v7, :cond_6
|
||||
|
||||
invoke-virtual {v5, v0}, Landroid/util/TypedValue;->getDimension(Landroid/util/DisplayMetrics;)F
|
||||
|
@ -391,19 +392,15 @@
|
|||
goto :goto_7
|
||||
|
||||
:cond_6
|
||||
iget v11, v5, Landroid/util/TypedValue;->type:I
|
||||
|
||||
if-ne v11, v6, :cond_7
|
||||
|
||||
iget v11, v0, Landroid/util/DisplayMetrics;->heightPixels:I
|
||||
|
||||
int-to-float v12, v11
|
||||
|
||||
int-to-float v11, v11
|
||||
|
||||
iget v12, v0, Landroid/util/DisplayMetrics;->heightPixels:I
|
||||
|
||||
int-to-float v12, v12
|
||||
|
||||
invoke-virtual {v5, v11, v12}, Landroid/util/TypedValue;->getFraction(FF)F
|
||||
invoke-virtual {v5, v12, v11}, Landroid/util/TypedValue;->getFraction(FF)F
|
||||
|
||||
move-result v5
|
||||
|
||||
|
@ -417,15 +414,13 @@
|
|||
|
||||
iget-object v11, p0, Landroidx/appcompat/widget/ContentFrameLayout;->mDecorPadding:Landroid/graphics/Rect;
|
||||
|
||||
iget v11, v11, Landroid/graphics/Rect;->top:I
|
||||
iget v12, v11, Landroid/graphics/Rect;->top:I
|
||||
|
||||
iget-object v12, p0, Landroidx/appcompat/widget/ContentFrameLayout;->mDecorPadding:Landroid/graphics/Rect;
|
||||
iget v11, v11, Landroid/graphics/Rect;->bottom:I
|
||||
|
||||
iget v12, v12, Landroid/graphics/Rect;->bottom:I
|
||||
add-int/2addr v12, v11
|
||||
|
||||
add-int/2addr v11, v12
|
||||
|
||||
sub-int/2addr v5, v11
|
||||
sub-int/2addr v5, v12
|
||||
|
||||
invoke-static {p2}, Landroid/view/View$MeasureSpec;->getSize(I)I
|
||||
|
||||
|
@ -442,7 +437,7 @@
|
|||
:cond_8
|
||||
invoke-super {p0, v10, p2}, Landroid/widget/FrameLayout;->onMeasure(II)V
|
||||
|
||||
invoke-virtual {p0}, Landroidx/appcompat/widget/ContentFrameLayout;->getMeasuredWidth()I
|
||||
invoke-virtual {p0}, Landroid/widget/FrameLayout;->getMeasuredWidth()I
|
||||
|
||||
move-result v5
|
||||
|
||||
|
@ -470,8 +465,6 @@
|
|||
|
||||
if-eqz v1, :cond_d
|
||||
|
||||
iget v1, p1, Landroid/util/TypedValue;->type:I
|
||||
|
||||
if-ne v1, v7, :cond_a
|
||||
|
||||
invoke-virtual {p1, v0}, Landroid/util/TypedValue;->getDimension(Landroid/util/DisplayMetrics;)F
|
||||
|
@ -484,16 +477,12 @@
|
|||
goto :goto_a
|
||||
|
||||
:cond_a
|
||||
iget v1, p1, Landroid/util/TypedValue;->type:I
|
||||
|
||||
if-ne v1, v6, :cond_b
|
||||
|
||||
iget v1, v0, Landroid/util/DisplayMetrics;->widthPixels:I
|
||||
|
||||
int-to-float v1, v1
|
||||
|
||||
iget v0, v0, Landroid/util/DisplayMetrics;->widthPixels:I
|
||||
|
||||
int-to-float v1, v0
|
||||
|
||||
int-to-float v0, v0
|
||||
|
||||
invoke-virtual {p1, v1, v0}, Landroid/util/TypedValue;->getFraction(FF)F
|
||||
|
@ -510,15 +499,13 @@
|
|||
|
||||
iget-object v0, p0, Landroidx/appcompat/widget/ContentFrameLayout;->mDecorPadding:Landroid/graphics/Rect;
|
||||
|
||||
iget v0, v0, Landroid/graphics/Rect;->left:I
|
||||
iget v1, v0, Landroid/graphics/Rect;->left:I
|
||||
|
||||
iget-object v1, p0, Landroidx/appcompat/widget/ContentFrameLayout;->mDecorPadding:Landroid/graphics/Rect;
|
||||
iget v0, v0, Landroid/graphics/Rect;->right:I
|
||||
|
||||
iget v1, v1, Landroid/graphics/Rect;->right:I
|
||||
add-int/2addr v1, v0
|
||||
|
||||
add-int/2addr v0, v1
|
||||
|
||||
sub-int/2addr p1, v0
|
||||
sub-int/2addr p1, v1
|
||||
|
||||
:cond_c
|
||||
if-ge v5, p1, :cond_d
|
||||
|
@ -551,6 +538,11 @@
|
|||
|
||||
.method public setDecorPadding(IIII)V
|
||||
.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/appcompat/widget/ContentFrameLayout;->mDecorPadding:Landroid/graphics/Rect;
|
||||
|
||||
|
@ -562,7 +554,7 @@
|
|||
|
||||
if-eqz p1, :cond_0
|
||||
|
||||
invoke-virtual {p0}, Landroidx/appcompat/widget/ContentFrameLayout;->requestLayout()V
|
||||
invoke-virtual {p0}, Landroid/widget/FrameLayout;->requestLayout()V
|
||||
|
||||
:cond_0
|
||||
return-void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue