AppCompatBackgroundHelper.smali 
.class Landroidx/appcompat/widget/AppCompatBackgroundHelper;
.super Ljava/lang/Object;
.source "AppCompatBackgroundHelper.java"
# instance fields
.field private mBackgroundResId:I
.field private mBackgroundTint:Landroidx/appcompat/widget/TintInfo;
.field private final mDrawableManager:Landroidx/appcompat/widget/AppCompatDrawableManager;
.field private mInternalBackgroundTint:Landroidx/appcompat/widget/TintInfo;
.field private mTmpInfo:Landroidx/appcompat/widget/TintInfo;
.field private final mView:Landroid/view/View;
# direct methods
.method constructor <init>(Landroid/view/View;)V
    .registers 3
    .line 41
    invoke-direct {p0}, Ljava/lang/Object;-><init>()V
    const/4 v0, -0x1
    .line 35
    iput v0, p0, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->mBackgroundResId:I
    .line 42
    iput-object p1, p0, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->mView:Landroid/view/View;
    .line 43
    invoke-static {}, Landroidx/appcompat/widget/AppCompatDrawableManager;->get()Landroidx/appcompat/widget/AppCompatDrawableManager;
    move-result-object p1
    iput-object p1, p0, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->mDrawableManager:Landroidx/appcompat/widget/AppCompatDrawableManager;
    return-void
.end method
.method private applyFrameworkTintUsingColorFilter(Landroid/graphics/drawable/Drawable;)Z
    .registers 5
    .line 173
    iget-object v0, p0, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->mTmpInfo:Landroidx/appcompat/widget/TintInfo;
    if-nez v0, :cond_b
    .line 174
    new-instance v0, Landroidx/appcompat/widget/TintInfo;
    invoke-direct {v0}, Landroidx/appcompat/widget/TintInfo;-><init>()V
    iput-object v0, p0, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->mTmpInfo:Landroidx/appcompat/widget/TintInfo;
    .line 176
    :cond_b
    iget-object v0, p0, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->mTmpInfo:Landroidx/appcompat/widget/TintInfo;
    .line 177
    invoke-virtual {v0}, Landroidx/appcompat/widget/TintInfo;->clear()V
    .line 179
    iget-object v1, p0, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->mView:Landroid/view/View;
    invoke-static {v1}, Landroidx/core/view/ViewCompat;->getBackgroundTintList(Landroid/view/View;)Landroid/content/res/ColorStateList;
    move-result-object v1
    const/4 v2, 0x1
    if-eqz v1, :cond_1d
    .line 181
    iput-boolean v2, v0, Landroidx/appcompat/widget/TintInfo;->mHasTintList:Z
    .line 182
    iput-object v1, v0, Landroidx/appcompat/widget/TintInfo;->mTintList:Landroid/content/res/ColorStateList;
    .line 184
    :cond_1d
    iget-object v1, p0, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->mView:Landroid/view/View;
    invoke-static {v1}, Landroidx/core/view/ViewCompat;->getBackgroundTintMode(Landroid/view/View;)Landroid/graphics/PorterDuff$Mode;
    move-result-object v1
    if-eqz v1, :cond_29
    .line 186
    iput-boolean v2, v0, Landroidx/appcompat/widget/TintInfo;->mHasTintMode:Z
    .line 187
    iput-object v1, v0, Landroidx/appcompat/widget/TintInfo;->mTintMode:Landroid/graphics/PorterDuff$Mode;
    .line 190
    :cond_29
    iget-boolean v1, v0, Landroidx/appcompat/widget/TintInfo;->mHasTintList:Z
    if-nez v1, :cond_34
    iget-boolean v1, v0, Landroidx/appcompat/widget/TintInfo;->mHasTintMode:Z
    if-eqz v1, :cond_32
    goto :goto_34
    :cond_32
    const/4 p1, 0x0
    return p1
    .line 191
    :cond_34
    :goto_34
    iget-object v1, p0, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->mView:Landroid/view/View;
    invoke-virtual {v1}, Landroid/view/View;->getDrawableState()[I
    move-result-object v1
    invoke-static {p1, v0, v1}, Landroidx/appcompat/widget/AppCompatDrawableManager;->tintDrawable(Landroid/graphics/drawable/Drawable;Landroidx/appcompat/widget/TintInfo;[I)V
    return v2
.end method
.method private shouldApplyFrameworkTintUsingColorFilter()Z
    .registers 5
    .line 151
    sget v0, Landroid/os/Build$VERSION;->SDK_INT:I
    const/4 v1, 0x1
    const/4 v2, 0x0
    const/16 v3, 0x15
    if-le v0, v3, :cond_f
    .line 155
    iget-object v0, p0, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->mInternalBackgroundTint:Landroidx/appcompat/widget/TintInfo;
    if-eqz v0, :cond_d
    goto :goto_e
    :cond_d
    move v1, v2
    :goto_e
    return v1
    :cond_f
    if-ne v0, v3, :cond_12
    return v1
    :cond_12
    return v2
.end method
# virtual methods
.method applySupportBackgroundTint()V
    .registers 4
    .line 118
    iget-object v0, p0, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->mView:Landroid/view/View;
    invoke-virtual {v0}, Landroid/view/View;->getBackground()Landroid/graphics/drawable/Drawable;
    move-result-object v0
    if-eqz v0, :cond_30
    .line 120
    invoke-direct {p0}, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->shouldApplyFrameworkTintUsingColorFilter()Z
    move-result v1
    if-eqz v1, :cond_15
    .line 121
    invoke-direct {p0, v0}, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->applyFrameworkTintUsingColorFilter(Landroid/graphics/drawable/Drawable;)Z
    move-result v1
    if-eqz v1, :cond_15
    return-void
    .line 127
    :cond_15
    iget-object v1, p0, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->mBackgroundTint:Landroidx/appcompat/widget/TintInfo;
    if-eqz v1, :cond_23
    .line 128
    iget-object v2, p0, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->mView:Landroid/view/View;
    .line 129
    invoke-virtual {v2}, Landroid/view/View;->getDrawableState()[I
    move-result-object v2
    .line 128
    invoke-static {v0, v1, v2}, Landroidx/appcompat/widget/AppCompatDrawableManager;->tintDrawable(Landroid/graphics/drawable/Drawable;Landroidx/appcompat/widget/TintInfo;[I)V
    goto :goto_30
    .line 130
    :cond_23
    iget-object v1, p0, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->mInternalBackgroundTint:Landroidx/appcompat/widget/TintInfo;
    if-eqz v1, :cond_30
    .line 131
    iget-object v2, p0, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->mView:Landroid/view/View;
    .line 132
    invoke-virtual {v2}, Landroid/view/View;->getDrawableState()[I
    move-result-object v2
    .line 131
    invoke-static {v0, v1, v2}, Landroidx/appcompat/widget/AppCompatDrawableManager;->tintDrawable(Landroid/graphics/drawable/Drawable;Landroidx/appcompat/widget/TintInfo;[I)V
    :cond_30
    :goto_30
    return-void
.end method
.method getSupportBackgroundTintList()Landroid/content/res/ColorStateList;
    .registers 2
    .line 100
    iget-object v0, p0, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->mBackgroundTint:Landroidx/appcompat/widget/TintInfo;
    if-eqz v0, :cond_7
    iget-object v0, v0, Landroidx/appcompat/widget/TintInfo;->mTintList:Landroid/content/res/ColorStateList;
    goto :goto_8
    :cond_7
    const/4 v0, 0x0
    :goto_8
    return-object v0
.end method
.method getSupportBackgroundTintMode()Landroid/graphics/PorterDuff$Mode;
    .registers 2
    .line 114
    iget-object v0, p0, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->mBackgroundTint:Landroidx/appcompat/widget/TintInfo;
    if-eqz v0, :cond_7
    iget-object v0, v0, Landroidx/appcompat/widget/TintInfo;->mTintMode:Landroid/graphics/PorterDuff$Mode;
    goto :goto_8
    :cond_7
    const/4 v0, 0x0
    :goto_8
    return-object v0
.end method
.method loadFromAttributes(Landroid/util/AttributeSet;I)V
    .registers 6
    .line 47
    iget-object v0, p0, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->mView:Landroid/view/View;
    invoke-virtual {v0}, Landroid/view/View;->getContext()Landroid/content/Context;
    move-result-object v0
    sget-object v1, Landroidx/appcompat/R$styleable;->ViewBackgroundHelper:[I
    const/4 v2, 0x0
    invoke-static {v0, p1, v1, p2, v2}, Landroidx/appcompat/widget/TintTypedArray;->obtainStyledAttributes(Landroid/content/Context;Landroid/util/AttributeSet;[III)Landroidx/appcompat/widget/TintTypedArray;
    move-result-object p1
    .line 50
    :try_start_d
    sget p2, Landroidx/appcompat/R$styleable;->ViewBackgroundHelper_android_background:I
    invoke-virtual {p1, p2}, Landroidx/appcompat/widget/TintTypedArray;->hasValue(I)Z
    move-result p2
    const/4 v0, -0x1
    if-eqz p2, :cond_31
    .line 51
    sget p2, Landroidx/appcompat/R$styleable;->ViewBackgroundHelper_android_background:I
    invoke-virtual {p1, p2, v0}, Landroidx/appcompat/widget/TintTypedArray;->getResourceId(II)I
    move-result p2
    iput p2, p0, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->mBackgroundResId:I
    .line 53
    iget-object p2, p0, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->mDrawableManager:Landroidx/appcompat/widget/AppCompatDrawableManager;
    iget-object v1, p0, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->mView:Landroid/view/View;
    .line 54
    invoke-virtual {v1}, Landroid/view/View;->getContext()Landroid/content/Context;
    move-result-object v1
    iget v2, p0, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->mBackgroundResId:I
    invoke-virtual {p2, v1, v2}, Landroidx/appcompat/widget/AppCompatDrawableManager;->getTintList(Landroid/content/Context;I)Landroid/content/res/ColorStateList;
    move-result-object p2
    if-eqz p2, :cond_31
    .line 56
    invoke-virtual {p0, p2}, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->setInternalBackgroundTint(Landroid/content/res/ColorStateList;)V
    .line 59
    :cond_31
    sget p2, Landroidx/appcompat/R$styleable;->ViewBackgroundHelper_backgroundTint:I
    invoke-virtual {p1, p2}, Landroidx/appcompat/widget/TintTypedArray;->hasValue(I)Z
    move-result p2
    if-eqz p2, :cond_44
    .line 60
    iget-object p2, p0, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->mView:Landroid/view/View;
    sget v1, Landroidx/appcompat/R$styleable;->ViewBackgroundHelper_backgroundTint:I
    .line 61
    invoke-virtual {p1, v1}, Landroidx/appcompat/widget/TintTypedArray;->getColorStateList(I)Landroid/content/res/ColorStateList;
    move-result-object v1
    .line 60
    invoke-static {p2, v1}, Landroidx/core/view/ViewCompat;->setBackgroundTintList(Landroid/view/View;Landroid/content/res/ColorStateList;)V
    .line 63
    :cond_44
    sget p2, Landroidx/appcompat/R$styleable;->ViewBackgroundHelper_backgroundTintMode:I
    invoke-virtual {p1, p2}, Landroidx/appcompat/widget/TintTypedArray;->hasValue(I)Z
    move-result p2
    if-eqz p2, :cond_5c
    .line 64
    iget-object p2, p0, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->mView:Landroid/view/View;
    sget v1, Landroidx/appcompat/R$styleable;->ViewBackgroundHelper_backgroundTintMode:I
    .line 66
    invoke-virtual {p1, v1, v0}, Landroidx/appcompat/widget/TintTypedArray;->getInt(II)I
    move-result v0
    const/4 v1, 0x0
    .line 65
    invoke-static {v0, v1}, Landroidx/appcompat/widget/DrawableUtils;->parseTintMode(ILandroid/graphics/PorterDuff$Mode;)Landroid/graphics/PorterDuff$Mode;
    move-result-object v0
    .line 64
    invoke-static {p2, v0}, Landroidx/core/view/ViewCompat;->setBackgroundTintMode(Landroid/view/View;Landroid/graphics/PorterDuff$Mode;)V
    :try_end_5c
    .catchall {:try_start_d .. :try_end_5c} :catchall_60
    .line 70
    :cond_5c
    invoke-virtual {p1}, Landroidx/appcompat/widget/TintTypedArray;->recycle()V
    return-void
    :catchall_60
    move-exception p2
    invoke-virtual {p1}, Landroidx/appcompat/widget/TintTypedArray;->recycle()V
    .line 71
    throw p2
.end method
.method onSetBackgroundDrawable(Landroid/graphics/drawable/Drawable;)V
    .registers 2
    const/4 p1, -0x1
    .line 84
    iput p1, p0, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->mBackgroundResId:I
    const/4 p1, 0x0
    .line 86
    invoke-virtual {p0, p1}, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->setInternalBackgroundTint(Landroid/content/res/ColorStateList;)V
    .line 87
    invoke-virtual {p0}, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->applySupportBackgroundTint()V
    return-void
.end method
.method onSetBackgroundResource(I)V
    .registers 4
    .line 75
    iput p1, p0, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->mBackgroundResId:I
    .line 77
    iget-object v0, p0, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->mDrawableManager:Landroidx/appcompat/widget/AppCompatDrawableManager;
    if-eqz v0, :cond_11
    iget-object v1, p0, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->mView:Landroid/view/View;
    .line 78
    invoke-virtual {v1}, Landroid/view/View;->getContext()Landroid/content/Context;
    move-result-object v1
    invoke-virtual {v0, v1, p1}, Landroidx/appcompat/widget/AppCompatDrawableManager;->getTintList(Landroid/content/Context;I)Landroid/content/res/ColorStateList;
    move-result-object p1
    goto :goto_12
    :cond_11
    const/4 p1, 0x0
    .line 77
    :goto_12
    invoke-virtual {p0, p1}, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->setInternalBackgroundTint(Landroid/content/res/ColorStateList;)V
    .line 80
    invoke-virtual {p0}, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->applySupportBackgroundTint()V
    return-void
.end method
.method setInternalBackgroundTint(Landroid/content/res/ColorStateList;)V
    .registers 3
    if-eqz p1, :cond_17
    .line 139
    iget-object v0, p0, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->mInternalBackgroundTint:Landroidx/appcompat/widget/TintInfo;
    if-nez v0, :cond_d
    .line 140
    new-instance v0, Landroidx/appcompat/widget/TintInfo;
    invoke-direct {v0}, Landroidx/appcompat/widget/TintInfo;-><init>()V
    iput-object v0, p0, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->mInternalBackgroundTint:Landroidx/appcompat/widget/TintInfo;
    .line 142
    :cond_d
    iget-object v0, p0, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->mInternalBackgroundTint:Landroidx/appcompat/widget/TintInfo;
    iput-object p1, v0, Landroidx/appcompat/widget/TintInfo;->mTintList:Landroid/content/res/ColorStateList;
    .line 143
    iget-object p1, p0, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->mInternalBackgroundTint:Landroidx/appcompat/widget/TintInfo;
    const/4 v0, 0x1
    iput-boolean v0, p1, Landroidx/appcompat/widget/TintInfo;->mHasTintList:Z
    goto :goto_1a
    :cond_17
    const/4 p1, 0x0
    .line 145
    iput-object p1, p0, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->mInternalBackgroundTint:Landroidx/appcompat/widget/TintInfo;
    .line 147
    :goto_1a
    invoke-virtual {p0}, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->applySupportBackgroundTint()V
    return-void
.end method
.method setSupportBackgroundTintList(Landroid/content/res/ColorStateList;)V
    .registers 3
    .line 91
    iget-object v0, p0, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->mBackgroundTint:Landroidx/appcompat/widget/TintInfo;
    if-nez v0, :cond_b
    .line 92
    new-instance v0, Landroidx/appcompat/widget/TintInfo;
    invoke-direct {v0}, Landroidx/appcompat/widget/TintInfo;-><init>()V
    iput-object v0, p0, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->mBackgroundTint:Landroidx/appcompat/widget/TintInfo;
    .line 94
    :cond_b
    iget-object v0, p0, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->mBackgroundTint:Landroidx/appcompat/widget/TintInfo;
    iput-object p1, v0, Landroidx/appcompat/widget/TintInfo;->mTintList:Landroid/content/res/ColorStateList;
    .line 95
    iget-object p1, p0, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->mBackgroundTint:Landroidx/appcompat/widget/TintInfo;
    const/4 v0, 0x1
    iput-boolean v0, p1, Landroidx/appcompat/widget/TintInfo;->mHasTintList:Z
    .line 96
    invoke-virtual {p0}, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->applySupportBackgroundTint()V
    return-void
.end method
.method setSupportBackgroundTintMode(Landroid/graphics/PorterDuff$Mode;)V
    .registers 3
    .line 104
    iget-object v0, p0, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->mBackgroundTint:Landroidx/appcompat/widget/TintInfo;
    if-nez v0, :cond_b
    .line 105
    new-instance v0, Landroidx/appcompat/widget/TintInfo;
    invoke-direct {v0}, Landroidx/appcompat/widget/TintInfo;-><init>()V
    iput-object v0, p0, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->mBackgroundTint:Landroidx/appcompat/widget/TintInfo;
    .line 107
    :cond_b
    iget-object v0, p0, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->mBackgroundTint:Landroidx/appcompat/widget/TintInfo;
    iput-object p1, v0, Landroidx/appcompat/widget/TintInfo;->mTintMode:Landroid/graphics/PorterDuff$Mode;
    .line 108
    iget-object p1, p0, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->mBackgroundTint:Landroidx/appcompat/widget/TintInfo;
    const/4 v0, 0x1
    iput-boolean v0, p1, Landroidx/appcompat/widget/TintInfo;->mHasTintMode:Z
    .line 110
    invoke-virtual {p0}, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->applySupportBackgroundTint()V
    return-void
.end method