Changes of com.discord v986
This commit is contained in:
parent
8f4cf7370b
commit
4f9eb81121
8484 changed files with 280941 additions and 219031 deletions
|
@ -3,10 +3,13 @@
|
|||
.source "AppCompatCheckBox.java"
|
||||
|
||||
# interfaces
|
||||
.implements Landroidx/core/view/TintableBackgroundView;
|
||||
.implements Landroidx/core/widget/TintableCompoundButton;
|
||||
|
||||
|
||||
# instance fields
|
||||
.field private final mBackgroundTintHelper:Landroidx/appcompat/widget/AppCompatBackgroundHelper;
|
||||
|
||||
.field private final mCompoundButtonHelper:Landroidx/appcompat/widget/AppCompatCompoundButtonHelper;
|
||||
|
||||
.field private final mTextHelper:Landroidx/appcompat/widget/AppCompatTextHelper;
|
||||
|
@ -52,6 +55,16 @@
|
|||
|
||||
invoke-virtual {p1, p2, p3}, Landroidx/appcompat/widget/AppCompatCompoundButtonHelper;->loadFromAttributes(Landroid/util/AttributeSet;I)V
|
||||
|
||||
new-instance p1, Landroidx/appcompat/widget/AppCompatBackgroundHelper;
|
||||
|
||||
invoke-direct {p1, p0}, Landroidx/appcompat/widget/AppCompatBackgroundHelper;-><init>(Landroid/view/View;)V
|
||||
|
||||
iput-object p1, p0, Landroidx/appcompat/widget/AppCompatCheckBox;->mBackgroundTintHelper:Landroidx/appcompat/widget/AppCompatBackgroundHelper;
|
||||
|
||||
iget-object p1, p0, Landroidx/appcompat/widget/AppCompatCheckBox;->mBackgroundTintHelper:Landroidx/appcompat/widget/AppCompatBackgroundHelper;
|
||||
|
||||
invoke-virtual {p1, p2, p3}, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->loadFromAttributes(Landroid/util/AttributeSet;I)V
|
||||
|
||||
new-instance p1, Landroidx/appcompat/widget/AppCompatTextHelper;
|
||||
|
||||
invoke-direct {p1, p0}, Landroidx/appcompat/widget/AppCompatTextHelper;-><init>(Landroid/widget/TextView;)V
|
||||
|
@ -67,6 +80,28 @@
|
|||
|
||||
|
||||
# virtual methods
|
||||
.method public drawableStateChanged()V
|
||||
.locals 1
|
||||
|
||||
invoke-super {p0}, Landroid/widget/CheckBox;->drawableStateChanged()V
|
||||
|
||||
iget-object v0, p0, Landroidx/appcompat/widget/AppCompatCheckBox;->mBackgroundTintHelper:Landroidx/appcompat/widget/AppCompatBackgroundHelper;
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
invoke-virtual {v0}, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->applySupportBackgroundTint()V
|
||||
|
||||
:cond_0
|
||||
iget-object v0, p0, Landroidx/appcompat/widget/AppCompatCheckBox;->mTextHelper:Landroidx/appcompat/widget/AppCompatTextHelper;
|
||||
|
||||
if-eqz v0, :cond_1
|
||||
|
||||
invoke-virtual {v0}, Landroidx/appcompat/widget/AppCompatTextHelper;->applyCompoundDrawablesTints()V
|
||||
|
||||
:cond_1
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public getCompoundPaddingLeft()I
|
||||
.locals 2
|
||||
|
||||
|
@ -86,6 +121,44 @@
|
|||
return v0
|
||||
.end method
|
||||
|
||||
.method public getSupportBackgroundTintList()Landroid/content/res/ColorStateList;
|
||||
.locals 1
|
||||
|
||||
iget-object v0, p0, Landroidx/appcompat/widget/AppCompatCheckBox;->mBackgroundTintHelper:Landroidx/appcompat/widget/AppCompatBackgroundHelper;
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
invoke-virtual {v0}, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->getSupportBackgroundTintList()Landroid/content/res/ColorStateList;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
return-object v0
|
||||
|
||||
:cond_0
|
||||
const/4 v0, 0x0
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public getSupportBackgroundTintMode()Landroid/graphics/PorterDuff$Mode;
|
||||
.locals 1
|
||||
|
||||
iget-object v0, p0, Landroidx/appcompat/widget/AppCompatCheckBox;->mBackgroundTintHelper:Landroidx/appcompat/widget/AppCompatBackgroundHelper;
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
invoke-virtual {v0}, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->getSupportBackgroundTintMode()Landroid/graphics/PorterDuff$Mode;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
return-object v0
|
||||
|
||||
:cond_0
|
||||
const/4 v0, 0x0
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public getSupportButtonTintList()Landroid/content/res/ColorStateList;
|
||||
.locals 1
|
||||
|
||||
|
@ -124,6 +197,36 @@
|
|||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public setBackgroundDrawable(Landroid/graphics/drawable/Drawable;)V
|
||||
.locals 1
|
||||
|
||||
invoke-super {p0, p1}, Landroid/widget/CheckBox;->setBackgroundDrawable(Landroid/graphics/drawable/Drawable;)V
|
||||
|
||||
iget-object v0, p0, Landroidx/appcompat/widget/AppCompatCheckBox;->mBackgroundTintHelper:Landroidx/appcompat/widget/AppCompatBackgroundHelper;
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
invoke-virtual {v0, p1}, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->onSetBackgroundDrawable(Landroid/graphics/drawable/Drawable;)V
|
||||
|
||||
:cond_0
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public setBackgroundResource(I)V
|
||||
.locals 1
|
||||
|
||||
invoke-super {p0, p1}, Landroid/widget/CheckBox;->setBackgroundResource(I)V
|
||||
|
||||
iget-object v0, p0, Landroidx/appcompat/widget/AppCompatCheckBox;->mBackgroundTintHelper:Landroidx/appcompat/widget/AppCompatBackgroundHelper;
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
invoke-virtual {v0, p1}, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->onSetBackgroundResource(I)V
|
||||
|
||||
:cond_0
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public setButtonDrawable(I)V
|
||||
.locals 1
|
||||
|
||||
|
@ -155,6 +258,32 @@
|
|||
return-void
|
||||
.end method
|
||||
|
||||
.method public setSupportBackgroundTintList(Landroid/content/res/ColorStateList;)V
|
||||
.locals 1
|
||||
|
||||
iget-object v0, p0, Landroidx/appcompat/widget/AppCompatCheckBox;->mBackgroundTintHelper:Landroidx/appcompat/widget/AppCompatBackgroundHelper;
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
invoke-virtual {v0, p1}, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->setSupportBackgroundTintList(Landroid/content/res/ColorStateList;)V
|
||||
|
||||
:cond_0
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public setSupportBackgroundTintMode(Landroid/graphics/PorterDuff$Mode;)V
|
||||
.locals 1
|
||||
|
||||
iget-object v0, p0, Landroidx/appcompat/widget/AppCompatCheckBox;->mBackgroundTintHelper:Landroidx/appcompat/widget/AppCompatBackgroundHelper;
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
invoke-virtual {v0, p1}, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->setSupportBackgroundTintMode(Landroid/graphics/PorterDuff$Mode;)V
|
||||
|
||||
:cond_0
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public setSupportButtonTintList(Landroid/content/res/ColorStateList;)V
|
||||
.locals 1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue