Changes of com.discord v823
This commit is contained in:
parent
50139b7f2b
commit
204ebe7067
28411 changed files with 2982405 additions and 1720152 deletions
42
com.discord/smali/androidx/appcompat/widget/TintInfo.smali
Normal file
42
com.discord/smali/androidx/appcompat/widget/TintInfo.smali
Normal file
|
@ -0,0 +1,42 @@
|
|||
.class Landroidx/appcompat/widget/TintInfo;
|
||||
.super Ljava/lang/Object;
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public mHasTintList:Z
|
||||
|
||||
.field public mHasTintMode:Z
|
||||
|
||||
.field public mTintList:Landroid/content/res/ColorStateList;
|
||||
|
||||
.field public mTintMode:Landroid/graphics/PorterDuff$Mode;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method clear()V
|
||||
.locals 2
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
iput-object v0, p0, Landroidx/appcompat/widget/TintInfo;->mTintList:Landroid/content/res/ColorStateList;
|
||||
|
||||
const/4 v1, 0x0
|
||||
|
||||
iput-boolean v1, p0, Landroidx/appcompat/widget/TintInfo;->mHasTintList:Z
|
||||
|
||||
iput-object v0, p0, Landroidx/appcompat/widget/TintInfo;->mTintMode:Landroid/graphics/PorterDuff$Mode;
|
||||
|
||||
iput-boolean v1, p0, Landroidx/appcompat/widget/TintInfo;->mHasTintMode:Z
|
||||
|
||||
return-void
|
||||
.end method
|
Loading…
Add table
Add a link
Reference in a new issue