Changes of com.discord v998
This commit is contained in:
parent
dc3b174a87
commit
a8e290ae89
20243 changed files with 1573881 additions and 1337713 deletions
|
@ -4,29 +4,29 @@
|
|||
|
||||
|
||||
# static fields
|
||||
.field private static final COLOR_BACKGROUND_ATTR:[I
|
||||
.field public static final COLOR_BACKGROUND_ATTR:[I
|
||||
|
||||
.field private static final IMPL:Landroidx/cardview/widget/CardViewImpl;
|
||||
.field public static final IMPL:Landroidx/cardview/widget/CardViewImpl;
|
||||
|
||||
|
||||
# instance fields
|
||||
.field private final mCardViewDelegate:Landroidx/cardview/widget/CardViewDelegate;
|
||||
.field public final mCardViewDelegate:Landroidx/cardview/widget/CardViewDelegate;
|
||||
|
||||
.field private mCompatPadding:Z
|
||||
.field public mCompatPadding:Z
|
||||
|
||||
.field final mContentPadding:Landroid/graphics/Rect;
|
||||
.field public final mContentPadding:Landroid/graphics/Rect;
|
||||
|
||||
.field private mPreventCornerOverlap:Z
|
||||
.field public mPreventCornerOverlap:Z
|
||||
|
||||
.field final mShadowBounds:Landroid/graphics/Rect;
|
||||
.field public final mShadowBounds:Landroid/graphics/Rect;
|
||||
|
||||
.field mUserSetMinHeight:I
|
||||
.field public mUserSetMinHeight:I
|
||||
|
||||
.field mUserSetMinWidth:I
|
||||
.field public mUserSetMinWidth:I
|
||||
|
||||
|
||||
# direct methods
|
||||
.method static constructor <clinit>()V
|
||||
.method public static constructor <clinit>()V
|
||||
.locals 3
|
||||
|
||||
const/4 v0, 0x1
|
||||
|
@ -43,41 +43,12 @@
|
|||
|
||||
sget v0, Landroid/os/Build$VERSION;->SDK_INT:I
|
||||
|
||||
const/16 v1, 0x15
|
||||
|
||||
if-lt v0, v1, :cond_0
|
||||
|
||||
new-instance v0, Landroidx/cardview/widget/CardViewApi21Impl;
|
||||
|
||||
invoke-direct {v0}, Landroidx/cardview/widget/CardViewApi21Impl;-><init>()V
|
||||
|
||||
sput-object v0, Landroidx/cardview/widget/CardView;->IMPL:Landroidx/cardview/widget/CardViewImpl;
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
sget v0, Landroid/os/Build$VERSION;->SDK_INT:I
|
||||
|
||||
const/16 v1, 0x11
|
||||
|
||||
if-lt v0, v1, :cond_1
|
||||
|
||||
new-instance v0, Landroidx/cardview/widget/CardViewApi17Impl;
|
||||
|
||||
invoke-direct {v0}, Landroidx/cardview/widget/CardViewApi17Impl;-><init>()V
|
||||
|
||||
sput-object v0, Landroidx/cardview/widget/CardView;->IMPL:Landroidx/cardview/widget/CardViewImpl;
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_1
|
||||
new-instance v0, Landroidx/cardview/widget/CardViewBaseImpl;
|
||||
|
||||
invoke-direct {v0}, Landroidx/cardview/widget/CardViewBaseImpl;-><init>()V
|
||||
|
||||
sput-object v0, Landroidx/cardview/widget/CardView;->IMPL:Landroidx/cardview/widget/CardViewImpl;
|
||||
|
||||
:goto_0
|
||||
sget-object v0, Landroidx/cardview/widget/CardView;->IMPL:Landroidx/cardview/widget/CardViewImpl;
|
||||
|
||||
invoke-interface {v0}, Landroidx/cardview/widget/CardViewImpl;->initStatic()V
|
||||
|
@ -87,6 +58,10 @@
|
|||
|
||||
.method public constructor <init>(Landroid/content/Context;)V
|
||||
.locals 1
|
||||
.param p1 # Landroid/content/Context;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
|
@ -97,6 +72,14 @@
|
|||
|
||||
.method public constructor <init>(Landroid/content/Context;Landroid/util/AttributeSet;)V
|
||||
.locals 1
|
||||
.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
|
||||
|
||||
sget v0, Landroidx/cardview/R$attr;->cardViewStyle:I
|
||||
|
||||
|
@ -107,6 +90,14 @@
|
|||
|
||||
.method public constructor <init>(Landroid/content/Context;Landroid/util/AttributeSet;I)V
|
||||
.locals 8
|
||||
.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, p3}, Landroid/widget/FrameLayout;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;I)V
|
||||
|
||||
|
@ -158,7 +149,7 @@
|
|||
goto :goto_2
|
||||
|
||||
:cond_0
|
||||
invoke-virtual {p0}, Landroidx/cardview/widget/CardView;->getContext()Landroid/content/Context;
|
||||
invoke-virtual {p0}, Landroid/widget/FrameLayout;->getContext()Landroid/content/Context;
|
||||
|
||||
move-result-object p3
|
||||
|
||||
|
@ -190,7 +181,7 @@
|
|||
|
||||
if-lez p3, :cond_1
|
||||
|
||||
invoke-virtual {p0}, Landroidx/cardview/widget/CardView;->getResources()Landroid/content/res/Resources;
|
||||
invoke-virtual {p0}, Landroid/widget/FrameLayout;->getResources()Landroid/content/res/Resources;
|
||||
|
||||
move-result-object p3
|
||||
|
||||
|
@ -203,7 +194,7 @@
|
|||
goto :goto_1
|
||||
|
||||
:cond_1
|
||||
invoke-virtual {p0}, Landroidx/cardview/widget/CardView;->getResources()Landroid/content/res/Resources;
|
||||
invoke-virtual {p0}, Landroid/widget/FrameLayout;->getResources()Landroid/content/res/Resources;
|
||||
|
||||
move-result-object p3
|
||||
|
||||
|
@ -346,7 +337,7 @@
|
|||
return-void
|
||||
.end method
|
||||
|
||||
.method static synthetic access$001(Landroidx/cardview/widget/CardView;IIII)V
|
||||
.method public static synthetic access$001(Landroidx/cardview/widget/CardView;IIII)V
|
||||
.locals 0
|
||||
|
||||
invoke-super {p0, p1, p2, p3, p4}, Landroid/widget/FrameLayout;->setPadding(IIII)V
|
||||
|
@ -354,7 +345,7 @@
|
|||
return-void
|
||||
.end method
|
||||
|
||||
.method static synthetic access$101(Landroidx/cardview/widget/CardView;I)V
|
||||
.method public static synthetic access$101(Landroidx/cardview/widget/CardView;I)V
|
||||
.locals 0
|
||||
|
||||
invoke-super {p0, p1}, Landroid/widget/FrameLayout;->setMinimumWidth(I)V
|
||||
|
@ -362,7 +353,7 @@
|
|||
return-void
|
||||
.end method
|
||||
|
||||
.method static synthetic access$201(Landroidx/cardview/widget/CardView;I)V
|
||||
.method public static synthetic access$201(Landroidx/cardview/widget/CardView;I)V
|
||||
.locals 0
|
||||
|
||||
invoke-super {p0, p1}, Landroid/widget/FrameLayout;->setMinimumHeight(I)V
|
||||
|
@ -374,6 +365,8 @@
|
|||
# virtual methods
|
||||
.method public getCardBackgroundColor()Landroid/content/res/ColorStateList;
|
||||
.locals 2
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
|
||||
sget-object v0, Landroidx/cardview/widget/CardView;->IMPL:Landroidx/cardview/widget/CardViewImpl;
|
||||
|
||||
|
@ -402,6 +395,8 @@
|
|||
|
||||
.method public getContentPaddingBottom()I
|
||||
.locals 1
|
||||
.annotation build Landroidx/annotation/Px;
|
||||
.end annotation
|
||||
|
||||
iget-object v0, p0, Landroidx/cardview/widget/CardView;->mContentPadding:Landroid/graphics/Rect;
|
||||
|
||||
|
@ -412,6 +407,8 @@
|
|||
|
||||
.method public getContentPaddingLeft()I
|
||||
.locals 1
|
||||
.annotation build Landroidx/annotation/Px;
|
||||
.end annotation
|
||||
|
||||
iget-object v0, p0, Landroidx/cardview/widget/CardView;->mContentPadding:Landroid/graphics/Rect;
|
||||
|
||||
|
@ -422,6 +419,8 @@
|
|||
|
||||
.method public getContentPaddingRight()I
|
||||
.locals 1
|
||||
.annotation build Landroidx/annotation/Px;
|
||||
.end annotation
|
||||
|
||||
iget-object v0, p0, Landroidx/cardview/widget/CardView;->mContentPadding:Landroid/graphics/Rect;
|
||||
|
||||
|
@ -432,6 +431,8 @@
|
|||
|
||||
.method public getContentPaddingTop()I
|
||||
.locals 1
|
||||
.annotation build Landroidx/annotation/Px;
|
||||
.end annotation
|
||||
|
||||
iget-object v0, p0, Landroidx/cardview/widget/CardView;->mContentPadding:Landroid/graphics/Rect;
|
||||
|
||||
|
@ -484,7 +485,7 @@
|
|||
return v0
|
||||
.end method
|
||||
|
||||
.method protected onMeasure(II)V
|
||||
.method public onMeasure(II)V
|
||||
.locals 5
|
||||
|
||||
sget-object v0, Landroidx/cardview/widget/CardView;->IMPL:Landroidx/cardview/widget/CardViewImpl;
|
||||
|
@ -579,16 +580,21 @@
|
|||
:goto_1
|
||||
invoke-super {p0, p1, p2}, Landroid/widget/FrameLayout;->onMeasure(II)V
|
||||
|
||||
return-void
|
||||
goto :goto_2
|
||||
|
||||
:cond_2
|
||||
invoke-super {p0, p1, p2}, Landroid/widget/FrameLayout;->onMeasure(II)V
|
||||
|
||||
:goto_2
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public setCardBackgroundColor(I)V
|
||||
.locals 2
|
||||
.param p1 # I
|
||||
.annotation build Landroidx/annotation/ColorInt;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
sget-object v0, Landroidx/cardview/widget/CardView;->IMPL:Landroidx/cardview/widget/CardViewImpl;
|
||||
|
||||
|
@ -605,6 +611,10 @@
|
|||
|
||||
.method public setCardBackgroundColor(Landroid/content/res/ColorStateList;)V
|
||||
.locals 2
|
||||
.param p1 # Landroid/content/res/ColorStateList;
|
||||
.annotation build Landroidx/annotation/Nullable;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
sget-object v0, Landroidx/cardview/widget/CardView;->IMPL:Landroidx/cardview/widget/CardViewImpl;
|
||||
|
||||
|
@ -629,6 +639,22 @@
|
|||
|
||||
.method public setContentPadding(IIII)V
|
||||
.locals 1
|
||||
.param p1 # I
|
||||
.annotation build Landroidx/annotation/Px;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p2 # I
|
||||
.annotation build Landroidx/annotation/Px;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p3 # I
|
||||
.annotation build Landroidx/annotation/Px;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p4 # I
|
||||
.annotation build Landroidx/annotation/Px;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
iget-object v0, p0, Landroidx/cardview/widget/CardView;->mContentPadding:Landroid/graphics/Rect;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue