soul-browser/app/smali/androidx/appcompat/widget/AppCompatCheckedTextView.smali
KaKi87 550ddb0413
Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1)
* Decompile and recreate Soul Browser v1.4.85 with APK CI builds

Co-authored-by: KaKi87 <KaKi87@pm.me>

* Fix CI build: include bundled google.jks and remove PR trigger

The apktool build failed in CI because app/unknown/.../google.jks was
excluded by the *.jks gitignore rule. Whitelist app-bundled JKS files
and commit the missing resource.

Also remove the redundant pull_request workflow trigger.

Co-authored-by: KaKi87 <KaKi87@pm.me>

* Change package ID to com.github.kaki87.soulbrowser

Rename the application ID so the rebuilt APK can be installed
alongside the original Soul Browser from Google Play.

- Update AndroidManifest package, permissions, providers, and actions
- Update R class references in smali (com/github/kaki87/soulbrowser/R)
- Update shortcuts.xml targetPackage
- Rename app label to "Soul Rebuild" for easy identification

Co-authored-by: KaKi87 <KaKi87@pm.me>

* Fix install compatibility: remove split APK metadata and bundle native libs

The rebuilt APK still declared requiredSplitTypes and Play Store split
metadata, causing Android to reject standalone installs as incompatible.

- Remove requiredSplitTypes and split-related manifest meta-data
- Merge native libs from all ABI splits with uncompressed storage
- Page-align before signing for extractNativeLibs=false
- Add .so to apktool doNotCompress list

Co-authored-by: KaKi87 <KaKi87@pm.me>

* Fix install failure: use apksigner v2/v3 and bundle arm64 native libs

Target SDK 36 requires APK Signature Scheme v2+, but jarsigner only
produces v1 signatures, causing Android to reject the install.

- Sign with apksigner (v1+v2+v3) instead of jarsigner
- Add arm64-v8a native libraries from universal Soul Browser 1.4.79
- Set extractNativeLibs=true for reliable sideload installs
- Commit stable debug keystore for consistent signatures across builds

Co-authored-by: KaKi87 <KaKi87@pm.me>

* Add committed debug keystore for consistent APK signatures

Co-authored-by: KaKi87 <KaKi87@pm.me>

* Fix startup crash: use original classes2.dex desugar libraries

Apktool recompiles smali_classes2 into a broken classes2.dex, causing
ClassNotFoundException for j$.com.android.tools.r8.a at ML Kit init.

Inject the original classes2.dex (Java 8+ desugar libs) after apktool
build instead of using the recompiled version.

Co-authored-by: KaKi87 <KaKi87@pm.me>

* Fix missing drawable resources from density split APKs

The base APK is an app bundle module; density-specific drawables like
seek_thumb_nor_b live in config.xhdpi.apk and were missing after rebuild,
causing Resources$NotFoundException at runtime.

- Merge non-9-patch resources from split APKs before apktool build
- Sync public.xml IDs from R smali only when backing files exist
- Add 713 density-specific resource IDs to public.xml

Co-authored-by: KaKi87 <KaKi87@pm.me>

---------

Co-authored-by: Cursor Agent <cursoragent@cursor.com>
2026-08-10 16:07:14 +02:00

1173 lines
30 KiB
Smali

.class public Landroidx/appcompat/widget/AppCompatCheckedTextView;
.super Landroid/widget/CheckedTextView;
.source "SourceFile"
# interfaces
.implements Landroidx/core/widget/TintableCheckedTextView;
.implements Landroidx/core/view/TintableBackgroundView;
.implements Landroidx/appcompat/widget/EmojiCompatConfigurationView;
.implements Landroidx/core/widget/TintableCompoundDrawablesView;
# instance fields
.field public final c:Landroidx/appcompat/widget/AppCompatCheckedTextViewHelper;
.field public final f:Landroidx/appcompat/widget/AppCompatBackgroundHelper;
.field public final g:Landroidx/appcompat/widget/AppCompatTextHelper;
.field public h:Landroidx/appcompat/widget/AppCompatEmojiTextHelper;
# direct methods
.method public constructor <init>(Landroid/content/Context;Landroid/util/AttributeSet;)V
.locals 7
.line 1
sget v6, Landroidx/appcompat/R$attr;->checkedTextViewStyle:I
.line 2
.line 3
invoke-static {p1}, Landroidx/appcompat/widget/TintContextWrapper;->a(Landroid/content/Context;)V
.line 4
.line 5
.line 6
invoke-direct {p0, p1, p2, v6}, Landroid/widget/CheckedTextView;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;I)V
.line 7
.line 8
.line 9
invoke-virtual {p0}, Landroid/view/View;->getContext()Landroid/content/Context;
.line 10
.line 11
.line 12
move-result-object p1
.line 13
invoke-static {p1, p0}, Landroidx/appcompat/widget/ThemeUtils;->a(Landroid/content/Context;Landroid/view/View;)V
.line 14
.line 15
.line 16
new-instance p1, Landroidx/appcompat/widget/AppCompatTextHelper;
.line 17
.line 18
invoke-direct {p1, p0}, Landroidx/appcompat/widget/AppCompatTextHelper;-><init>(Landroid/widget/TextView;)V
.line 19
.line 20
.line 21
iput-object p1, p0, Landroidx/appcompat/widget/AppCompatCheckedTextView;->g:Landroidx/appcompat/widget/AppCompatTextHelper;
.line 22
.line 23
invoke-virtual {p1, p2, v6}, Landroidx/appcompat/widget/AppCompatTextHelper;->f(Landroid/util/AttributeSet;I)V
.line 24
.line 25
.line 26
invoke-virtual {p1}, Landroidx/appcompat/widget/AppCompatTextHelper;->b()V
.line 27
.line 28
.line 29
new-instance p1, Landroidx/appcompat/widget/AppCompatBackgroundHelper;
.line 30
.line 31
invoke-direct {p1, p0}, Landroidx/appcompat/widget/AppCompatBackgroundHelper;-><init>(Landroid/view/View;)V
.line 32
.line 33
.line 34
iput-object p1, p0, Landroidx/appcompat/widget/AppCompatCheckedTextView;->f:Landroidx/appcompat/widget/AppCompatBackgroundHelper;
.line 35
.line 36
invoke-virtual {p1, p2, v6}, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->d(Landroid/util/AttributeSet;I)V
.line 37
.line 38
.line 39
new-instance p1, Landroidx/appcompat/widget/AppCompatCheckedTextViewHelper;
.line 40
.line 41
invoke-direct {p1, p0}, Landroidx/appcompat/widget/AppCompatCheckedTextViewHelper;-><init>(Landroidx/appcompat/widget/AppCompatCheckedTextView;)V
.line 42
.line 43
.line 44
iput-object p1, p0, Landroidx/appcompat/widget/AppCompatCheckedTextView;->c:Landroidx/appcompat/widget/AppCompatCheckedTextViewHelper;
.line 45
.line 46
invoke-virtual {p0}, Landroid/view/View;->getContext()Landroid/content/Context;
.line 47
.line 48
.line 49
move-result-object p1
.line 50
sget-object v0, Landroidx/appcompat/R$styleable;->CheckedTextView:[I
.line 51
.line 52
invoke-static {p1, p2, v0, v6}, Landroidx/appcompat/widget/TintTypedArray;->e(Landroid/content/Context;Landroid/util/AttributeSet;[II)Landroidx/appcompat/widget/TintTypedArray;
.line 53
.line 54
.line 55
move-result-object p1
.line 56
iget-object v0, p1, Landroidx/appcompat/widget/TintTypedArray;->b:Landroid/content/res/TypedArray;
.line 57
.line 58
invoke-virtual {p0}, Landroid/view/View;->getContext()Landroid/content/Context;
.line 59
.line 60
.line 61
move-result-object v2
.line 62
sget-object v3, Landroidx/appcompat/R$styleable;->CheckedTextView:[I
.line 63
.line 64
iget-object v5, p1, Landroidx/appcompat/widget/TintTypedArray;->b:Landroid/content/res/TypedArray;
.line 65
.line 66
move-object v1, p0
.line 67
move-object v4, p2
.line 68
invoke-static/range {v1 .. v6}, Landroidx/core/view/ViewCompat;->y(Landroid/view/View;Landroid/content/Context;[ILandroid/util/AttributeSet;Landroid/content/res/TypedArray;I)V
.line 69
.line 70
.line 71
:try_start_0
sget p2, Landroidx/appcompat/R$styleable;->CheckedTextView_checkMarkCompat:I
.line 72
.line 73
invoke-virtual {v0, p2}, Landroid/content/res/TypedArray;->hasValue(I)Z
.line 74
.line 75
.line 76
move-result p2
.line 77
const/4 v2, 0x0
.line 78
if-eqz p2, :cond_0
.line 79
.line 80
sget p2, Landroidx/appcompat/R$styleable;->CheckedTextView_checkMarkCompat:I
.line 81
.line 82
invoke-virtual {v0, p2, v2}, Landroid/content/res/TypedArray;->getResourceId(II)I
.line 83
.line 84
.line 85
move-result p2
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
.line 86
if-eqz p2, :cond_0
.line 87
.line 88
:try_start_1
invoke-virtual {p0}, Landroid/view/View;->getContext()Landroid/content/Context;
.line 89
.line 90
.line 91
move-result-object v3
.line 92
invoke-static {v3, p2}, Landroidx/appcompat/content/res/AppCompatResources;->a(Landroid/content/Context;I)Landroid/graphics/drawable/Drawable;
.line 93
.line 94
.line 95
move-result-object p2
.line 96
invoke-virtual {p0, p2}, Landroidx/appcompat/widget/AppCompatCheckedTextView;->setCheckMarkDrawable(Landroid/graphics/drawable/Drawable;)V
:try_end_1
.catch Landroid/content/res/Resources$NotFoundException; {:try_start_1 .. :try_end_1} :catch_0
.catchall {:try_start_1 .. :try_end_1} :catchall_0
.line 97
.line 98
.line 99
goto :goto_0
.line 100
:catchall_0
move-exception v0
.line 101
move-object p2, v0
.line 102
goto :goto_1
.line 103
:catch_0
:cond_0
:try_start_2
sget p2, Landroidx/appcompat/R$styleable;->CheckedTextView_android_checkMark:I
.line 104
.line 105
invoke-virtual {v0, p2}, Landroid/content/res/TypedArray;->hasValue(I)Z
.line 106
.line 107
.line 108
move-result p2
.line 109
if-eqz p2, :cond_1
.line 110
.line 111
sget p2, Landroidx/appcompat/R$styleable;->CheckedTextView_android_checkMark:I
.line 112
.line 113
invoke-virtual {v0, p2, v2}, Landroid/content/res/TypedArray;->getResourceId(II)I
.line 114
.line 115
.line 116
move-result p2
.line 117
if-eqz p2, :cond_1
.line 118
.line 119
invoke-virtual {p0}, Landroid/view/View;->getContext()Landroid/content/Context;
.line 120
.line 121
.line 122
move-result-object v2
.line 123
invoke-static {v2, p2}, Landroidx/appcompat/content/res/AppCompatResources;->a(Landroid/content/Context;I)Landroid/graphics/drawable/Drawable;
.line 124
.line 125
.line 126
move-result-object p2
.line 127
invoke-virtual {p0, p2}, Landroidx/appcompat/widget/AppCompatCheckedTextView;->setCheckMarkDrawable(Landroid/graphics/drawable/Drawable;)V
.line 128
.line 129
.line 130
:cond_1
:goto_0
sget p2, Landroidx/appcompat/R$styleable;->CheckedTextView_checkMarkTint:I
.line 131
.line 132
invoke-virtual {v0, p2}, Landroid/content/res/TypedArray;->hasValue(I)Z
.line 133
.line 134
.line 135
move-result p2
.line 136
if-eqz p2, :cond_2
.line 137
.line 138
sget p2, Landroidx/appcompat/R$styleable;->CheckedTextView_checkMarkTint:I
.line 139
.line 140
invoke-virtual {p1, p2}, Landroidx/appcompat/widget/TintTypedArray;->a(I)Landroid/content/res/ColorStateList;
.line 141
.line 142
.line 143
move-result-object p2
.line 144
invoke-virtual {p0, p2}, Landroid/widget/CheckedTextView;->setCheckMarkTintList(Landroid/content/res/ColorStateList;)V
.line 145
.line 146
.line 147
:cond_2
sget p2, Landroidx/appcompat/R$styleable;->CheckedTextView_checkMarkTintMode:I
.line 148
.line 149
invoke-virtual {v0, p2}, Landroid/content/res/TypedArray;->hasValue(I)Z
.line 150
.line 151
.line 152
move-result p2
.line 153
if-eqz p2, :cond_3
.line 154
.line 155
sget p2, Landroidx/appcompat/R$styleable;->CheckedTextView_checkMarkTintMode:I
.line 156
.line 157
const/4 v2, -0x1
.line 158
invoke-virtual {v0, p2, v2}, Landroid/content/res/TypedArray;->getInt(II)I
.line 159
.line 160
.line 161
move-result p2
.line 162
const/4 v0, 0x0
.line 163
invoke-static {p2, v0}, Landroidx/appcompat/widget/DrawableUtils;->c(ILandroid/graphics/PorterDuff$Mode;)Landroid/graphics/PorterDuff$Mode;
.line 164
.line 165
.line 166
move-result-object p2
.line 167
invoke-virtual {p0, p2}, Landroid/widget/CheckedTextView;->setCheckMarkTintMode(Landroid/graphics/PorterDuff$Mode;)V
:try_end_2
.catchall {:try_start_2 .. :try_end_2} :catchall_0
.line 168
.line 169
.line 170
:cond_3
invoke-virtual {p1}, Landroidx/appcompat/widget/TintTypedArray;->f()V
.line 171
.line 172
.line 173
invoke-direct {p0}, Landroidx/appcompat/widget/AppCompatCheckedTextView;->getEmojiTextViewHelper()Landroidx/appcompat/widget/AppCompatEmojiTextHelper;
.line 174
.line 175
.line 176
move-result-object p1
.line 177
invoke-virtual {p1, v4, v6}, Landroidx/appcompat/widget/AppCompatEmojiTextHelper;->a(Landroid/util/AttributeSet;I)V
.line 178
.line 179
.line 180
return-void
.line 181
:goto_1
invoke-virtual {p1}, Landroidx/appcompat/widget/TintTypedArray;->f()V
.line 182
.line 183
.line 184
throw p2
.end method
.method private getEmojiTextViewHelper()Landroidx/appcompat/widget/AppCompatEmojiTextHelper;
.locals 1
.annotation build Landroidx/annotation/NonNull;
.end annotation
.line 1
iget-object v0, p0, Landroidx/appcompat/widget/AppCompatCheckedTextView;->h:Landroidx/appcompat/widget/AppCompatEmojiTextHelper;
.line 2
.line 3
if-nez v0, :cond_0
.line 4
.line 5
new-instance v0, Landroidx/appcompat/widget/AppCompatEmojiTextHelper;
.line 6
.line 7
invoke-direct {v0, p0}, Landroidx/appcompat/widget/AppCompatEmojiTextHelper;-><init>(Landroid/widget/TextView;)V
.line 8
.line 9
.line 10
iput-object v0, p0, Landroidx/appcompat/widget/AppCompatCheckedTextView;->h:Landroidx/appcompat/widget/AppCompatEmojiTextHelper;
.line 11
.line 12
:cond_0
iget-object v0, p0, Landroidx/appcompat/widget/AppCompatCheckedTextView;->h:Landroidx/appcompat/widget/AppCompatEmojiTextHelper;
.line 13
.line 14
return-object v0
.end method
# virtual methods
.method public final drawableStateChanged()V
.locals 1
.line 1
invoke-super {p0}, Landroid/widget/CheckedTextView;->drawableStateChanged()V
.line 2
.line 3
.line 4
iget-object v0, p0, Landroidx/appcompat/widget/AppCompatCheckedTextView;->g:Landroidx/appcompat/widget/AppCompatTextHelper;
.line 5
.line 6
if-eqz v0, :cond_0
.line 7
.line 8
invoke-virtual {v0}, Landroidx/appcompat/widget/AppCompatTextHelper;->b()V
.line 9
.line 10
.line 11
:cond_0
iget-object v0, p0, Landroidx/appcompat/widget/AppCompatCheckedTextView;->f:Landroidx/appcompat/widget/AppCompatBackgroundHelper;
.line 12
.line 13
if-eqz v0, :cond_1
.line 14
.line 15
invoke-virtual {v0}, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->a()V
.line 16
.line 17
.line 18
:cond_1
iget-object v0, p0, Landroidx/appcompat/widget/AppCompatCheckedTextView;->c:Landroidx/appcompat/widget/AppCompatCheckedTextViewHelper;
.line 19
.line 20
if-eqz v0, :cond_2
.line 21
.line 22
invoke-virtual {v0}, Landroidx/appcompat/widget/AppCompatCheckedTextViewHelper;->a()V
.line 23
.line 24
.line 25
:cond_2
return-void
.end method
.method public getCustomSelectionActionModeCallback()Landroid/view/ActionMode$Callback;
.locals 1
.annotation build Landroidx/annotation/Nullable;
.end annotation
.line 1
invoke-super {p0}, Landroid/widget/CheckedTextView;->getCustomSelectionActionModeCallback()Landroid/view/ActionMode$Callback;
.line 2
.line 3
.line 4
move-result-object v0
.line 5
invoke-static {v0}, Landroidx/core/widget/TextViewCompat;->g(Landroid/view/ActionMode$Callback;)Landroid/view/ActionMode$Callback;
.line 6
.line 7
.line 8
move-result-object v0
.line 9
return-object v0
.end method
.method public getSupportBackgroundTintList()Landroid/content/res/ColorStateList;
.locals 1
.annotation build Landroidx/annotation/Nullable;
.end annotation
.annotation build Landroidx/annotation/RestrictTo;
.end annotation
.line 1
iget-object v0, p0, Landroidx/appcompat/widget/AppCompatCheckedTextView;->f:Landroidx/appcompat/widget/AppCompatBackgroundHelper;
.line 2
.line 3
if-eqz v0, :cond_0
.line 4
.line 5
invoke-virtual {v0}, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->b()Landroid/content/res/ColorStateList;
.line 6
.line 7
.line 8
move-result-object v0
.line 9
return-object v0
.line 10
:cond_0
const/4 v0, 0x0
.line 11
return-object v0
.end method
.method public getSupportBackgroundTintMode()Landroid/graphics/PorterDuff$Mode;
.locals 1
.annotation build Landroidx/annotation/Nullable;
.end annotation
.annotation build Landroidx/annotation/RestrictTo;
.end annotation
.line 1
iget-object v0, p0, Landroidx/appcompat/widget/AppCompatCheckedTextView;->f:Landroidx/appcompat/widget/AppCompatBackgroundHelper;
.line 2
.line 3
if-eqz v0, :cond_0
.line 4
.line 5
invoke-virtual {v0}, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->c()Landroid/graphics/PorterDuff$Mode;
.line 6
.line 7
.line 8
move-result-object v0
.line 9
return-object v0
.line 10
:cond_0
const/4 v0, 0x0
.line 11
return-object v0
.end method
.method public getSupportCheckMarkTintList()Landroid/content/res/ColorStateList;
.locals 1
.annotation build Landroidx/annotation/Nullable;
.end annotation
.annotation build Landroidx/annotation/RestrictTo;
.end annotation
.line 1
iget-object v0, p0, Landroidx/appcompat/widget/AppCompatCheckedTextView;->c:Landroidx/appcompat/widget/AppCompatCheckedTextViewHelper;
.line 2
.line 3
if-eqz v0, :cond_0
.line 4
.line 5
iget-object v0, v0, Landroidx/appcompat/widget/AppCompatCheckedTextViewHelper;->b:Landroid/content/res/ColorStateList;
.line 6
.line 7
return-object v0
.line 8
:cond_0
const/4 v0, 0x0
.line 9
return-object v0
.end method
.method public getSupportCheckMarkTintMode()Landroid/graphics/PorterDuff$Mode;
.locals 1
.annotation build Landroidx/annotation/Nullable;
.end annotation
.annotation build Landroidx/annotation/RestrictTo;
.end annotation
.line 1
iget-object v0, p0, Landroidx/appcompat/widget/AppCompatCheckedTextView;->c:Landroidx/appcompat/widget/AppCompatCheckedTextViewHelper;
.line 2
.line 3
if-eqz v0, :cond_0
.line 4
.line 5
iget-object v0, v0, Landroidx/appcompat/widget/AppCompatCheckedTextViewHelper;->c:Landroid/graphics/PorterDuff$Mode;
.line 6
.line 7
return-object v0
.line 8
:cond_0
const/4 v0, 0x0
.line 9
return-object v0
.end method
.method public getSupportCompoundDrawablesTintList()Landroid/content/res/ColorStateList;
.locals 1
.annotation build Landroidx/annotation/Nullable;
.end annotation
.annotation build Landroidx/annotation/RestrictTo;
.end annotation
.line 1
iget-object v0, p0, Landroidx/appcompat/widget/AppCompatCheckedTextView;->g:Landroidx/appcompat/widget/AppCompatTextHelper;
.line 2
.line 3
invoke-virtual {v0}, Landroidx/appcompat/widget/AppCompatTextHelper;->d()Landroid/content/res/ColorStateList;
.line 4
.line 5
.line 6
move-result-object v0
.line 7
return-object v0
.end method
.method public getSupportCompoundDrawablesTintMode()Landroid/graphics/PorterDuff$Mode;
.locals 1
.annotation build Landroidx/annotation/Nullable;
.end annotation
.annotation build Landroidx/annotation/RestrictTo;
.end annotation
.line 1
iget-object v0, p0, Landroidx/appcompat/widget/AppCompatCheckedTextView;->g:Landroidx/appcompat/widget/AppCompatTextHelper;
.line 2
.line 3
invoke-virtual {v0}, Landroidx/appcompat/widget/AppCompatTextHelper;->e()Landroid/graphics/PorterDuff$Mode;
.line 4
.line 5
.line 6
move-result-object v0
.line 7
return-object v0
.end method
.method public final onCreateInputConnection(Landroid/view/inputmethod/EditorInfo;)Landroid/view/inputmethod/InputConnection;
.locals 1
.line 1
invoke-super {p0, p1}, Landroid/widget/CheckedTextView;->onCreateInputConnection(Landroid/view/inputmethod/EditorInfo;)Landroid/view/inputmethod/InputConnection;
.line 2
.line 3
.line 4
move-result-object v0
.line 5
invoke-static {v0, p1, p0}, Landroidx/appcompat/widget/AppCompatHintHelper;->a(Landroid/view/inputmethod/InputConnection;Landroid/view/inputmethod/EditorInfo;Landroid/widget/TextView;)V
.line 6
.line 7
.line 8
return-object v0
.end method
.method public setAllCaps(Z)V
.locals 1
.line 1
invoke-super {p0, p1}, Landroid/widget/CheckedTextView;->setAllCaps(Z)V
.line 2
.line 3
.line 4
invoke-direct {p0}, Landroidx/appcompat/widget/AppCompatCheckedTextView;->getEmojiTextViewHelper()Landroidx/appcompat/widget/AppCompatEmojiTextHelper;
.line 5
.line 6
.line 7
move-result-object v0
.line 8
invoke-virtual {v0, p1}, Landroidx/appcompat/widget/AppCompatEmojiTextHelper;->b(Z)V
.line 9
.line 10
.line 11
return-void
.end method
.method public setBackgroundDrawable(Landroid/graphics/drawable/Drawable;)V
.locals 0
.param p1 # Landroid/graphics/drawable/Drawable;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.line 1
invoke-super {p0, p1}, Landroid/widget/CheckedTextView;->setBackgroundDrawable(Landroid/graphics/drawable/Drawable;)V
.line 2
.line 3
.line 4
iget-object p1, p0, Landroidx/appcompat/widget/AppCompatCheckedTextView;->f:Landroidx/appcompat/widget/AppCompatBackgroundHelper;
.line 5
.line 6
if-eqz p1, :cond_0
.line 7
.line 8
invoke-virtual {p1}, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->e()V
.line 9
.line 10
.line 11
:cond_0
return-void
.end method
.method public setBackgroundResource(I)V
.locals 1
.param p1 # I
.annotation build Landroidx/annotation/DrawableRes;
.end annotation
.end param
.line 1
invoke-super {p0, p1}, Landroid/widget/CheckedTextView;->setBackgroundResource(I)V
.line 2
.line 3
.line 4
iget-object v0, p0, Landroidx/appcompat/widget/AppCompatCheckedTextView;->f:Landroidx/appcompat/widget/AppCompatBackgroundHelper;
.line 5
.line 6
if-eqz v0, :cond_0
.line 7
.line 8
invoke-virtual {v0, p1}, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->f(I)V
.line 9
.line 10
.line 11
:cond_0
return-void
.end method
.method public setCheckMarkDrawable(I)V
.locals 1
.param p1 # I
.annotation build Landroidx/annotation/DrawableRes;
.end annotation
.end param
.line 7
invoke-virtual {p0}, Landroid/view/View;->getContext()Landroid/content/Context;
move-result-object v0
invoke-static {v0, p1}, Landroidx/appcompat/content/res/AppCompatResources;->a(Landroid/content/Context;I)Landroid/graphics/drawable/Drawable;
move-result-object p1
invoke-virtual {p0, p1}, Landroidx/appcompat/widget/AppCompatCheckedTextView;->setCheckMarkDrawable(Landroid/graphics/drawable/Drawable;)V
return-void
.end method
.method public setCheckMarkDrawable(Landroid/graphics/drawable/Drawable;)V
.locals 1
.param p1 # Landroid/graphics/drawable/Drawable;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.line 1
invoke-super {p0, p1}, Landroid/widget/CheckedTextView;->setCheckMarkDrawable(Landroid/graphics/drawable/Drawable;)V
.line 2
iget-object p1, p0, Landroidx/appcompat/widget/AppCompatCheckedTextView;->c:Landroidx/appcompat/widget/AppCompatCheckedTextViewHelper;
if-eqz p1, :cond_1
.line 3
iget-boolean v0, p1, Landroidx/appcompat/widget/AppCompatCheckedTextViewHelper;->f:Z
if-eqz v0, :cond_0
const/4 v0, 0x0
.line 4
iput-boolean v0, p1, Landroidx/appcompat/widget/AppCompatCheckedTextViewHelper;->f:Z
return-void
:cond_0
const/4 v0, 0x1
.line 5
iput-boolean v0, p1, Landroidx/appcompat/widget/AppCompatCheckedTextViewHelper;->f:Z
.line 6
invoke-virtual {p1}, Landroidx/appcompat/widget/AppCompatCheckedTextViewHelper;->a()V
:cond_1
return-void
.end method
.method public final setCompoundDrawables(Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;)V
.locals 0
.line 1
invoke-super {p0, p1, p2, p3, p4}, Landroid/widget/CheckedTextView;->setCompoundDrawables(Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;)V
.line 2
.line 3
.line 4
iget-object p1, p0, Landroidx/appcompat/widget/AppCompatCheckedTextView;->g:Landroidx/appcompat/widget/AppCompatTextHelper;
.line 5
.line 6
if-eqz p1, :cond_0
.line 7
.line 8
invoke-virtual {p1}, Landroidx/appcompat/widget/AppCompatTextHelper;->b()V
.line 9
.line 10
.line 11
:cond_0
return-void
.end method
.method public final setCompoundDrawablesRelative(Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;)V
.locals 0
.line 1
invoke-super {p0, p1, p2, p3, p4}, Landroid/widget/CheckedTextView;->setCompoundDrawablesRelative(Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;)V
.line 2
.line 3
.line 4
iget-object p1, p0, Landroidx/appcompat/widget/AppCompatCheckedTextView;->g:Landroidx/appcompat/widget/AppCompatTextHelper;
.line 5
.line 6
if-eqz p1, :cond_0
.line 7
.line 8
invoke-virtual {p1}, Landroidx/appcompat/widget/AppCompatTextHelper;->b()V
.line 9
.line 10
.line 11
:cond_0
return-void
.end method
.method public setCustomSelectionActionModeCallback(Landroid/view/ActionMode$Callback;)V
.locals 0
.param p1 # Landroid/view/ActionMode$Callback;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.line 1
invoke-static {p1, p0}, Landroidx/core/widget/TextViewCompat;->h(Landroid/view/ActionMode$Callback;Landroid/widget/TextView;)Landroid/view/ActionMode$Callback;
.line 2
.line 3
.line 4
move-result-object p1
.line 5
invoke-super {p0, p1}, Landroid/widget/CheckedTextView;->setCustomSelectionActionModeCallback(Landroid/view/ActionMode$Callback;)V
.line 6
.line 7
.line 8
return-void
.end method
.method public setEmojiCompatEnabled(Z)V
.locals 1
.line 1
invoke-direct {p0}, Landroidx/appcompat/widget/AppCompatCheckedTextView;->getEmojiTextViewHelper()Landroidx/appcompat/widget/AppCompatEmojiTextHelper;
.line 2
.line 3
.line 4
move-result-object v0
.line 5
invoke-virtual {v0, p1}, Landroidx/appcompat/widget/AppCompatEmojiTextHelper;->c(Z)V
.line 6
.line 7
.line 8
return-void
.end method
.method public setSupportBackgroundTintList(Landroid/content/res/ColorStateList;)V
.locals 1
.param p1 # Landroid/content/res/ColorStateList;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.annotation build Landroidx/annotation/RestrictTo;
.end annotation
.line 1
iget-object v0, p0, Landroidx/appcompat/widget/AppCompatCheckedTextView;->f:Landroidx/appcompat/widget/AppCompatBackgroundHelper;
.line 2
.line 3
if-eqz v0, :cond_0
.line 4
.line 5
invoke-virtual {v0, p1}, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->h(Landroid/content/res/ColorStateList;)V
.line 6
.line 7
.line 8
:cond_0
return-void
.end method
.method public setSupportBackgroundTintMode(Landroid/graphics/PorterDuff$Mode;)V
.locals 1
.param p1 # Landroid/graphics/PorterDuff$Mode;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.annotation build Landroidx/annotation/RestrictTo;
.end annotation
.line 1
iget-object v0, p0, Landroidx/appcompat/widget/AppCompatCheckedTextView;->f:Landroidx/appcompat/widget/AppCompatBackgroundHelper;
.line 2
.line 3
if-eqz v0, :cond_0
.line 4
.line 5
invoke-virtual {v0, p1}, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->i(Landroid/graphics/PorterDuff$Mode;)V
.line 6
.line 7
.line 8
:cond_0
return-void
.end method
.method public setSupportCheckMarkTintList(Landroid/content/res/ColorStateList;)V
.locals 1
.param p1 # Landroid/content/res/ColorStateList;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.annotation build Landroidx/annotation/RestrictTo;
.end annotation
.line 1
iget-object v0, p0, Landroidx/appcompat/widget/AppCompatCheckedTextView;->c:Landroidx/appcompat/widget/AppCompatCheckedTextViewHelper;
.line 2
.line 3
if-eqz v0, :cond_0
.line 4
.line 5
iput-object p1, v0, Landroidx/appcompat/widget/AppCompatCheckedTextViewHelper;->b:Landroid/content/res/ColorStateList;
.line 6
.line 7
const/4 p1, 0x1
.line 8
iput-boolean p1, v0, Landroidx/appcompat/widget/AppCompatCheckedTextViewHelper;->d:Z
.line 9
.line 10
invoke-virtual {v0}, Landroidx/appcompat/widget/AppCompatCheckedTextViewHelper;->a()V
.line 11
.line 12
.line 13
:cond_0
return-void
.end method
.method public setSupportCheckMarkTintMode(Landroid/graphics/PorterDuff$Mode;)V
.locals 1
.param p1 # Landroid/graphics/PorterDuff$Mode;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.annotation build Landroidx/annotation/RestrictTo;
.end annotation
.line 1
iget-object v0, p0, Landroidx/appcompat/widget/AppCompatCheckedTextView;->c:Landroidx/appcompat/widget/AppCompatCheckedTextViewHelper;
.line 2
.line 3
if-eqz v0, :cond_0
.line 4
.line 5
iput-object p1, v0, Landroidx/appcompat/widget/AppCompatCheckedTextViewHelper;->c:Landroid/graphics/PorterDuff$Mode;
.line 6
.line 7
const/4 p1, 0x1
.line 8
iput-boolean p1, v0, Landroidx/appcompat/widget/AppCompatCheckedTextViewHelper;->e:Z
.line 9
.line 10
invoke-virtual {v0}, Landroidx/appcompat/widget/AppCompatCheckedTextViewHelper;->a()V
.line 11
.line 12
.line 13
:cond_0
return-void
.end method
.method public setSupportCompoundDrawablesTintList(Landroid/content/res/ColorStateList;)V
.locals 1
.param p1 # Landroid/content/res/ColorStateList;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.annotation build Landroidx/annotation/RestrictTo;
.end annotation
.line 1
iget-object v0, p0, Landroidx/appcompat/widget/AppCompatCheckedTextView;->g:Landroidx/appcompat/widget/AppCompatTextHelper;
.line 2
.line 3
invoke-virtual {v0, p1}, Landroidx/appcompat/widget/AppCompatTextHelper;->k(Landroid/content/res/ColorStateList;)V
.line 4
.line 5
.line 6
invoke-virtual {v0}, Landroidx/appcompat/widget/AppCompatTextHelper;->b()V
.line 7
.line 8
.line 9
return-void
.end method
.method public setSupportCompoundDrawablesTintMode(Landroid/graphics/PorterDuff$Mode;)V
.locals 1
.param p1 # Landroid/graphics/PorterDuff$Mode;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.annotation build Landroidx/annotation/RestrictTo;
.end annotation
.line 1
iget-object v0, p0, Landroidx/appcompat/widget/AppCompatCheckedTextView;->g:Landroidx/appcompat/widget/AppCompatTextHelper;
.line 2
.line 3
invoke-virtual {v0, p1}, Landroidx/appcompat/widget/AppCompatTextHelper;->l(Landroid/graphics/PorterDuff$Mode;)V
.line 4
.line 5
.line 6
invoke-virtual {v0}, Landroidx/appcompat/widget/AppCompatTextHelper;->b()V
.line 7
.line 8
.line 9
return-void
.end method
.method public final setTextAppearance(Landroid/content/Context;I)V
.locals 1
.line 1
invoke-super {p0, p1, p2}, Landroid/widget/CheckedTextView;->setTextAppearance(Landroid/content/Context;I)V
.line 2
.line 3
.line 4
iget-object v0, p0, Landroidx/appcompat/widget/AppCompatCheckedTextView;->g:Landroidx/appcompat/widget/AppCompatTextHelper;
.line 5
.line 6
if-eqz v0, :cond_0
.line 7
.line 8
invoke-virtual {v0, p1, p2}, Landroidx/appcompat/widget/AppCompatTextHelper;->g(Landroid/content/Context;I)V
.line 9
.line 10
.line 11
:cond_0
return-void
.end method