Changes of com.discord v998

This commit is contained in:
root 2019-12-06 04:29:40 +01:00
parent dc3b174a87
commit a8e290ae89
20243 changed files with 1573881 additions and 1337713 deletions

View file

@ -1,4 +1,4 @@
.class Landroidx/appcompat/widget/AppCompatCompoundButtonHelper;
.class public Landroidx/appcompat/widget/AppCompatCompoundButtonHelper;
.super Ljava/lang/Object;
.source "AppCompatCompoundButtonHelper.java"
@ -12,21 +12,21 @@
# instance fields
.field private mButtonTintList:Landroid/content/res/ColorStateList;
.field public mButtonTintList:Landroid/content/res/ColorStateList;
.field private mButtonTintMode:Landroid/graphics/PorterDuff$Mode;
.field public mButtonTintMode:Landroid/graphics/PorterDuff$Mode;
.field private mHasButtonTint:Z
.field public mHasButtonTint:Z
.field private mHasButtonTintMode:Z
.field public mHasButtonTintMode:Z
.field private mSkipNextApply:Z
.field public mSkipNextApply:Z
.field private final mView:Landroid/widget/CompoundButton;
.field public final mView:Landroid/widget/CompoundButton;
# direct methods
.method constructor <init>(Landroid/widget/CompoundButton;)V
.method public constructor <init>(Landroid/widget/CompoundButton;)V
.locals 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
@ -50,7 +50,7 @@
# virtual methods
.method applyButtonTint()V
.method public applyButtonTint()V
.locals 2
iget-object v0, p0, Landroidx/appcompat/widget/AppCompatCompoundButtonHelper;->mView:Landroid/widget/CompoundButton;
@ -119,34 +119,15 @@
return-void
.end method
.method getCompoundPaddingLeft(I)I
.locals 2
.method public getCompoundPaddingLeft(I)I
.locals 1
sget v0, Landroid/os/Build$VERSION;->SDK_INT:I
const/16 v1, 0x11
if-ge v0, v1, :cond_0
iget-object v0, p0, Landroidx/appcompat/widget/AppCompatCompoundButtonHelper;->mView:Landroid/widget/CompoundButton;
invoke-static {v0}, Landroidx/core/widget/CompoundButtonCompat;->getButtonDrawable(Landroid/widget/CompoundButton;)Landroid/graphics/drawable/Drawable;
move-result-object v0
if-eqz v0, :cond_0
invoke-virtual {v0}, Landroid/graphics/drawable/Drawable;->getIntrinsicWidth()I
move-result v0
add-int/2addr p1, v0
:cond_0
return p1
.end method
.method getSupportButtonTintList()Landroid/content/res/ColorStateList;
.method public getSupportButtonTintList()Landroid/content/res/ColorStateList;
.locals 1
iget-object v0, p0, Landroidx/appcompat/widget/AppCompatCompoundButtonHelper;->mButtonTintList:Landroid/content/res/ColorStateList;
@ -154,7 +135,7 @@
return-object v0
.end method
.method getSupportButtonTintMode()Landroid/graphics/PorterDuff$Mode;
.method public getSupportButtonTintMode()Landroid/graphics/PorterDuff$Mode;
.locals 1
iget-object v0, p0, Landroidx/appcompat/widget/AppCompatCompoundButtonHelper;->mButtonTintMode:Landroid/graphics/PorterDuff$Mode;
@ -162,7 +143,7 @@
return-object v0
.end method
.method loadFromAttributes(Landroid/util/AttributeSet;I)V
.method public loadFromAttributes(Landroid/util/AttributeSet;I)V
.locals 3
iget-object v0, p0, Landroidx/appcompat/widget/AppCompatCompoundButtonHelper;->mView:Landroid/widget/CompoundButton;
@ -319,7 +300,7 @@
throw p2
.end method
.method onSetButtonDrawable()V
.method public onSetButtonDrawable()V
.locals 1
iget-boolean v0, p0, Landroidx/appcompat/widget/AppCompatCompoundButtonHelper;->mSkipNextApply:Z
@ -342,7 +323,7 @@
return-void
.end method
.method setSupportButtonTintList(Landroid/content/res/ColorStateList;)V
.method public setSupportButtonTintList(Landroid/content/res/ColorStateList;)V
.locals 0
iput-object p1, p0, Landroidx/appcompat/widget/AppCompatCompoundButtonHelper;->mButtonTintList:Landroid/content/res/ColorStateList;
@ -356,8 +337,12 @@
return-void
.end method
.method setSupportButtonTintMode(Landroid/graphics/PorterDuff$Mode;)V
.method public setSupportButtonTintMode(Landroid/graphics/PorterDuff$Mode;)V
.locals 0
.param p1 # Landroid/graphics/PorterDuff$Mode;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
iput-object p1, p0, Landroidx/appcompat/widget/AppCompatCompoundButtonHelper;->mButtonTintMode:Landroid/graphics/PorterDuff$Mode;