Changes of com.discord v998
This commit is contained in:
parent
dc3b174a87
commit
a8e290ae89
20243 changed files with 1573881 additions and 1337713 deletions
|
@ -1,24 +1,24 @@
|
|||
.class Landroidx/appcompat/widget/AppCompatBackgroundHelper;
|
||||
.class public Landroidx/appcompat/widget/AppCompatBackgroundHelper;
|
||||
.super Ljava/lang/Object;
|
||||
.source "AppCompatBackgroundHelper.java"
|
||||
|
||||
|
||||
# instance fields
|
||||
.field private mBackgroundResId:I
|
||||
.field public mBackgroundResId:I
|
||||
|
||||
.field private mBackgroundTint:Landroidx/appcompat/widget/TintInfo;
|
||||
.field public mBackgroundTint:Landroidx/appcompat/widget/TintInfo;
|
||||
|
||||
.field private final mDrawableManager:Landroidx/appcompat/widget/AppCompatDrawableManager;
|
||||
.field public final mDrawableManager:Landroidx/appcompat/widget/AppCompatDrawableManager;
|
||||
|
||||
.field private mInternalBackgroundTint:Landroidx/appcompat/widget/TintInfo;
|
||||
.field public mInternalBackgroundTint:Landroidx/appcompat/widget/TintInfo;
|
||||
|
||||
.field private mTmpInfo:Landroidx/appcompat/widget/TintInfo;
|
||||
.field public mTmpInfo:Landroidx/appcompat/widget/TintInfo;
|
||||
|
||||
.field private final mView:Landroid/view/View;
|
||||
.field public final mView:Landroid/view/View;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method constructor <init>(Landroid/view/View;)V
|
||||
.method public constructor <init>(Landroid/view/View;)V
|
||||
.locals 1
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
@ -40,6 +40,10 @@
|
|||
|
||||
.method private applyFrameworkTintUsingColorFilter(Landroid/graphics/drawable/Drawable;)Z
|
||||
.locals 3
|
||||
.param p1 # Landroid/graphics/drawable/Drawable;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
iget-object v0, p0, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->mTmpInfo:Landroidx/appcompat/widget/TintInfo;
|
||||
|
||||
|
@ -129,10 +133,13 @@
|
|||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
return v1
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
return v2
|
||||
const/4 v1, 0x0
|
||||
|
||||
:goto_0
|
||||
return v1
|
||||
|
||||
:cond_1
|
||||
if-ne v0, v3, :cond_2
|
||||
|
@ -145,7 +152,7 @@
|
|||
|
||||
|
||||
# virtual methods
|
||||
.method applySupportBackgroundTint()V
|
||||
.method public applySupportBackgroundTint()V
|
||||
.locals 3
|
||||
|
||||
iget-object v0, p0, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->mView:Landroid/view/View;
|
||||
|
@ -183,7 +190,7 @@
|
|||
|
||||
invoke-static {v0, v1, v2}, Landroidx/appcompat/widget/AppCompatDrawableManager;->tintDrawable(Landroid/graphics/drawable/Drawable;Landroidx/appcompat/widget/TintInfo;[I)V
|
||||
|
||||
return-void
|
||||
goto :goto_0
|
||||
|
||||
:cond_1
|
||||
iget-object v1, p0, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->mInternalBackgroundTint:Landroidx/appcompat/widget/TintInfo;
|
||||
|
@ -199,10 +206,11 @@
|
|||
invoke-static {v0, v1, v2}, Landroidx/appcompat/widget/AppCompatDrawableManager;->tintDrawable(Landroid/graphics/drawable/Drawable;Landroidx/appcompat/widget/TintInfo;[I)V
|
||||
|
||||
:cond_2
|
||||
:goto_0
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method getSupportBackgroundTintList()Landroid/content/res/ColorStateList;
|
||||
.method public getSupportBackgroundTintList()Landroid/content/res/ColorStateList;
|
||||
.locals 1
|
||||
|
||||
iget-object v0, p0, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->mBackgroundTint:Landroidx/appcompat/widget/TintInfo;
|
||||
|
@ -211,15 +219,16 @@
|
|||
|
||||
iget-object v0, v0, Landroidx/appcompat/widget/TintInfo;->mTintList:Landroid/content/res/ColorStateList;
|
||||
|
||||
return-object v0
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
const/4 v0, 0x0
|
||||
|
||||
:goto_0
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method getSupportBackgroundTintMode()Landroid/graphics/PorterDuff$Mode;
|
||||
.method public getSupportBackgroundTintMode()Landroid/graphics/PorterDuff$Mode;
|
||||
.locals 1
|
||||
|
||||
iget-object v0, p0, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->mBackgroundTint:Landroidx/appcompat/widget/TintInfo;
|
||||
|
@ -228,15 +237,16 @@
|
|||
|
||||
iget-object v0, v0, Landroidx/appcompat/widget/TintInfo;->mTintMode:Landroid/graphics/PorterDuff$Mode;
|
||||
|
||||
return-object v0
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
const/4 v0, 0x0
|
||||
|
||||
:goto_0
|
||||
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/AppCompatBackgroundHelper;->mView:Landroid/view/View;
|
||||
|
@ -349,7 +359,7 @@
|
|||
throw p2
|
||||
.end method
|
||||
|
||||
.method onSetBackgroundDrawable(Landroid/graphics/drawable/Drawable;)V
|
||||
.method public onSetBackgroundDrawable(Landroid/graphics/drawable/Drawable;)V
|
||||
.locals 0
|
||||
|
||||
const/4 p1, -0x1
|
||||
|
@ -365,7 +375,7 @@
|
|||
return-void
|
||||
.end method
|
||||
|
||||
.method onSetBackgroundResource(I)V
|
||||
.method public onSetBackgroundResource(I)V
|
||||
.locals 2
|
||||
|
||||
iput p1, p0, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->mBackgroundResId:I
|
||||
|
@ -397,7 +407,7 @@
|
|||
return-void
|
||||
.end method
|
||||
|
||||
.method setInternalBackgroundTint(Landroid/content/res/ColorStateList;)V
|
||||
.method public setInternalBackgroundTint(Landroid/content/res/ColorStateList;)V
|
||||
.locals 1
|
||||
|
||||
if-eqz p1, :cond_1
|
||||
|
@ -434,7 +444,7 @@
|
|||
return-void
|
||||
.end method
|
||||
|
||||
.method setSupportBackgroundTintList(Landroid/content/res/ColorStateList;)V
|
||||
.method public setSupportBackgroundTintList(Landroid/content/res/ColorStateList;)V
|
||||
.locals 1
|
||||
|
||||
iget-object v0, p0, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->mBackgroundTint:Landroidx/appcompat/widget/TintInfo;
|
||||
|
@ -461,7 +471,7 @@
|
|||
return-void
|
||||
.end method
|
||||
|
||||
.method setSupportBackgroundTintMode(Landroid/graphics/PorterDuff$Mode;)V
|
||||
.method public setSupportBackgroundTintMode(Landroid/graphics/PorterDuff$Mode;)V
|
||||
.locals 1
|
||||
|
||||
iget-object v0, p0, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->mBackgroundTint:Landroidx/appcompat/widget/TintInfo;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue