* 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>
2711 lines
63 KiB
Smali
2711 lines
63 KiB
Smali
.class public Landroidx/appcompat/widget/AppCompatTextView;
|
|
.super Landroid/widget/TextView;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Landroidx/core/view/TintableBackgroundView;
|
|
.implements Landroidx/core/widget/TintableCompoundDrawablesView;
|
|
.implements Landroidx/core/widget/AutoSizeableTextView;
|
|
.implements Landroidx/appcompat/widget/EmojiCompatConfigurationView;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/MemberClasses;
|
|
value = {
|
|
Landroidx/appcompat/widget/AppCompatTextView$SuperCaller;,
|
|
Landroidx/appcompat/widget/AppCompatTextView$SuperCallerApi34;,
|
|
Landroidx/appcompat/widget/AppCompatTextView$SuperCallerApi28;,
|
|
Landroidx/appcompat/widget/AppCompatTextView$SuperCallerApi26;
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field public final c:Landroidx/appcompat/widget/AppCompatBackgroundHelper;
|
|
|
|
.field public final f:Landroidx/appcompat/widget/AppCompatTextHelper;
|
|
|
|
.field public final g:Landroidx/appcompat/widget/AppCompatTextClassifierHelper;
|
|
|
|
.field public h:Landroidx/appcompat/widget/AppCompatEmojiTextHelper;
|
|
|
|
.field public i:Z
|
|
|
|
.field public j:Landroidx/appcompat/widget/AppCompatTextView$SuperCallerApi26;
|
|
|
|
.field public k:Ljava/util/concurrent/Future;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Landroid/content/Context;Landroid/util/AttributeSet;)V
|
|
.locals 1
|
|
|
|
const v0, 0x1010084
|
|
|
|
.line 1
|
|
invoke-direct {p0, p1, p2, v0}, Landroidx/appcompat/widget/AppCompatTextView;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;I)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public constructor <init>(Landroid/content/Context;Landroid/util/AttributeSet;I)V
|
|
.locals 0
|
|
|
|
.line 2
|
|
invoke-static {p1}, Landroidx/appcompat/widget/TintContextWrapper;->a(Landroid/content/Context;)V
|
|
|
|
invoke-direct {p0, p1, p2, p3}, Landroid/widget/TextView;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;I)V
|
|
|
|
const/4 p1, 0x0
|
|
|
|
.line 3
|
|
iput-boolean p1, p0, Landroidx/appcompat/widget/AppCompatTextView;->i:Z
|
|
|
|
const/4 p1, 0x0
|
|
|
|
.line 4
|
|
iput-object p1, p0, Landroidx/appcompat/widget/AppCompatTextView;->j:Landroidx/appcompat/widget/AppCompatTextView$SuperCallerApi26;
|
|
|
|
.line 5
|
|
invoke-virtual {p0}, Landroid/view/View;->getContext()Landroid/content/Context;
|
|
|
|
move-result-object p1
|
|
|
|
invoke-static {p1, p0}, Landroidx/appcompat/widget/ThemeUtils;->a(Landroid/content/Context;Landroid/view/View;)V
|
|
|
|
.line 6
|
|
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/AppCompatTextView;->c:Landroidx/appcompat/widget/AppCompatBackgroundHelper;
|
|
|
|
.line 7
|
|
invoke-virtual {p1, p2, p3}, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->d(Landroid/util/AttributeSet;I)V
|
|
|
|
.line 8
|
|
new-instance p1, Landroidx/appcompat/widget/AppCompatTextHelper;
|
|
|
|
invoke-direct {p1, p0}, Landroidx/appcompat/widget/AppCompatTextHelper;-><init>(Landroid/widget/TextView;)V
|
|
|
|
iput-object p1, p0, Landroidx/appcompat/widget/AppCompatTextView;->f:Landroidx/appcompat/widget/AppCompatTextHelper;
|
|
|
|
.line 9
|
|
invoke-virtual {p1, p2, p3}, Landroidx/appcompat/widget/AppCompatTextHelper;->f(Landroid/util/AttributeSet;I)V
|
|
|
|
.line 10
|
|
invoke-virtual {p1}, Landroidx/appcompat/widget/AppCompatTextHelper;->b()V
|
|
|
|
.line 11
|
|
new-instance p1, Landroidx/appcompat/widget/AppCompatTextClassifierHelper;
|
|
|
|
.line 12
|
|
invoke-direct {p1}, Ljava/lang/Object;-><init>()V
|
|
|
|
.line 13
|
|
iput-object p0, p1, Landroidx/appcompat/widget/AppCompatTextClassifierHelper;->a:Landroid/widget/TextView;
|
|
|
|
.line 14
|
|
iput-object p1, p0, Landroidx/appcompat/widget/AppCompatTextView;->g:Landroidx/appcompat/widget/AppCompatTextClassifierHelper;
|
|
|
|
.line 15
|
|
invoke-direct {p0}, Landroidx/appcompat/widget/AppCompatTextView;->getEmojiTextViewHelper()Landroidx/appcompat/widget/AppCompatEmojiTextHelper;
|
|
|
|
move-result-object p1
|
|
|
|
.line 16
|
|
invoke-virtual {p1, p2, p3}, Landroidx/appcompat/widget/AppCompatEmojiTextHelper;->a(Landroid/util/AttributeSet;I)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic d(Landroidx/appcompat/widget/AppCompatTextView;)I
|
|
.locals 0
|
|
|
|
.line 1
|
|
invoke-super {p0}, Landroid/widget/TextView;->getAutoSizeMaxTextSize()I
|
|
|
|
.line 2
|
|
.line 3
|
|
.line 4
|
|
move-result p0
|
|
|
|
.line 5
|
|
return p0
|
|
.end method
|
|
|
|
.method public static synthetic e(Landroidx/appcompat/widget/AppCompatTextView;I)V
|
|
.locals 0
|
|
|
|
.line 1
|
|
invoke-super {p0, p1}, Landroid/widget/TextView;->setFirstBaselineToTopHeight(I)V
|
|
|
|
.line 2
|
|
.line 3
|
|
.line 4
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic f(Landroidx/appcompat/widget/AppCompatTextView;)I
|
|
.locals 0
|
|
|
|
.line 1
|
|
invoke-super {p0}, Landroid/widget/TextView;->getAutoSizeMinTextSize()I
|
|
|
|
.line 2
|
|
.line 3
|
|
.line 4
|
|
move-result p0
|
|
|
|
.line 5
|
|
return p0
|
|
.end method
|
|
|
|
.method public static synthetic g(Landroidx/appcompat/widget/AppCompatTextView;I)V
|
|
.locals 0
|
|
|
|
.line 1
|
|
invoke-super {p0, p1}, Landroid/widget/TextView;->setLastBaselineToBottomHeight(I)V
|
|
|
|
.line 2
|
|
.line 3
|
|
.line 4
|
|
return-void
|
|
.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/AppCompatTextView;->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/AppCompatTextView;->h:Landroidx/appcompat/widget/AppCompatEmojiTextHelper;
|
|
|
|
.line 11
|
|
.line 12
|
|
:cond_0
|
|
iget-object v0, p0, Landroidx/appcompat/widget/AppCompatTextView;->h:Landroidx/appcompat/widget/AppCompatEmojiTextHelper;
|
|
|
|
.line 13
|
|
.line 14
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public static synthetic h(Landroidx/appcompat/widget/AppCompatTextView;IF)V
|
|
.locals 0
|
|
|
|
.line 1
|
|
invoke-super {p0, p1, p2}, Landroid/widget/TextView;->setLineHeight(IF)V
|
|
|
|
.line 2
|
|
.line 3
|
|
.line 4
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic i(Landroidx/appcompat/widget/AppCompatTextView;)I
|
|
.locals 0
|
|
|
|
.line 1
|
|
invoke-super {p0}, Landroid/widget/TextView;->getAutoSizeStepGranularity()I
|
|
|
|
.line 2
|
|
.line 3
|
|
.line 4
|
|
move-result p0
|
|
|
|
.line 5
|
|
return p0
|
|
.end method
|
|
|
|
.method public static synthetic j(Landroidx/appcompat/widget/AppCompatTextView;)[I
|
|
.locals 0
|
|
|
|
.line 1
|
|
invoke-super {p0}, Landroid/widget/TextView;->getAutoSizeTextAvailableSizes()[I
|
|
|
|
.line 2
|
|
.line 3
|
|
.line 4
|
|
move-result-object p0
|
|
|
|
.line 5
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static synthetic k(Landroidx/appcompat/widget/AppCompatTextView;)I
|
|
.locals 0
|
|
|
|
.line 1
|
|
invoke-super {p0}, Landroid/widget/TextView;->getAutoSizeTextType()I
|
|
|
|
.line 2
|
|
.line 3
|
|
.line 4
|
|
move-result p0
|
|
|
|
.line 5
|
|
return p0
|
|
.end method
|
|
|
|
.method public static synthetic l(Landroidx/appcompat/widget/AppCompatTextView;)Landroid/view/textclassifier/TextClassifier;
|
|
.locals 0
|
|
|
|
.line 1
|
|
invoke-super {p0}, Landroid/widget/TextView;->getTextClassifier()Landroid/view/textclassifier/TextClassifier;
|
|
|
|
.line 2
|
|
.line 3
|
|
.line 4
|
|
move-result-object p0
|
|
|
|
.line 5
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static synthetic m(Landroidx/appcompat/widget/AppCompatTextView;IIII)V
|
|
.locals 0
|
|
|
|
.line 1
|
|
invoke-super {p0, p1, p2, p3, p4}, Landroid/widget/TextView;->setAutoSizeTextTypeUniformWithConfiguration(IIII)V
|
|
|
|
.line 2
|
|
.line 3
|
|
.line 4
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic n(Landroidx/appcompat/widget/AppCompatTextView;[II)V
|
|
.locals 0
|
|
|
|
.line 1
|
|
invoke-super {p0, p1, p2}, Landroid/widget/TextView;->setAutoSizeTextTypeUniformWithPresetSizes([II)V
|
|
|
|
.line 2
|
|
.line 3
|
|
.line 4
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic o(Landroidx/appcompat/widget/AppCompatTextView;I)V
|
|
.locals 0
|
|
|
|
.line 1
|
|
invoke-super {p0, p1}, Landroid/widget/TextView;->setAutoSizeTextTypeWithDefaults(I)V
|
|
|
|
.line 2
|
|
.line 3
|
|
.line 4
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic p(Landroidx/appcompat/widget/AppCompatTextView;Landroid/view/textclassifier/TextClassifier;)V
|
|
.locals 0
|
|
|
|
.line 1
|
|
invoke-super {p0, p1}, Landroid/widget/TextView;->setTextClassifier(Landroid/view/textclassifier/TextClassifier;)V
|
|
|
|
.line 2
|
|
.line 3
|
|
.line 4
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final drawableStateChanged()V
|
|
.locals 1
|
|
|
|
.line 1
|
|
invoke-super {p0}, Landroid/widget/TextView;->drawableStateChanged()V
|
|
|
|
.line 2
|
|
.line 3
|
|
.line 4
|
|
iget-object v0, p0, Landroidx/appcompat/widget/AppCompatTextView;->c:Landroidx/appcompat/widget/AppCompatBackgroundHelper;
|
|
|
|
.line 5
|
|
.line 6
|
|
if-eqz v0, :cond_0
|
|
|
|
.line 7
|
|
.line 8
|
|
invoke-virtual {v0}, Landroidx/appcompat/widget/AppCompatBackgroundHelper;->a()V
|
|
|
|
.line 9
|
|
.line 10
|
|
.line 11
|
|
:cond_0
|
|
iget-object v0, p0, Landroidx/appcompat/widget/AppCompatTextView;->f:Landroidx/appcompat/widget/AppCompatTextHelper;
|
|
|
|
.line 12
|
|
.line 13
|
|
if-eqz v0, :cond_1
|
|
|
|
.line 14
|
|
.line 15
|
|
invoke-virtual {v0}, Landroidx/appcompat/widget/AppCompatTextHelper;->b()V
|
|
|
|
.line 16
|
|
.line 17
|
|
.line 18
|
|
:cond_1
|
|
return-void
|
|
.end method
|
|
|
|
.method public getAutoSizeMaxTextSize()I
|
|
.locals 1
|
|
.annotation build Landroidx/annotation/RestrictTo;
|
|
.end annotation
|
|
|
|
.line 1
|
|
sget-boolean v0, Landroidx/appcompat/widget/ViewUtils;->c:Z
|
|
|
|
.line 2
|
|
.line 3
|
|
if-eqz v0, :cond_0
|
|
|
|
.line 4
|
|
.line 5
|
|
invoke-virtual {p0}, Landroidx/appcompat/widget/AppCompatTextView;->getSuperCaller()Landroidx/appcompat/widget/AppCompatTextView$SuperCaller;
|
|
|
|
.line 6
|
|
.line 7
|
|
.line 8
|
|
move-result-object v0
|
|
|
|
.line 9
|
|
invoke-interface {v0}, Landroidx/appcompat/widget/AppCompatTextView$SuperCaller;->d()I
|
|
|
|
.line 10
|
|
.line 11
|
|
.line 12
|
|
move-result v0
|
|
|
|
.line 13
|
|
return v0
|
|
|
|
.line 14
|
|
:cond_0
|
|
iget-object v0, p0, Landroidx/appcompat/widget/AppCompatTextView;->f:Landroidx/appcompat/widget/AppCompatTextHelper;
|
|
|
|
.line 15
|
|
.line 16
|
|
if-eqz v0, :cond_1
|
|
|
|
.line 17
|
|
.line 18
|
|
iget-object v0, v0, Landroidx/appcompat/widget/AppCompatTextHelper;->i:Landroidx/appcompat/widget/AppCompatTextViewAutoSizeHelper;
|
|
|
|
.line 19
|
|
.line 20
|
|
iget v0, v0, Landroidx/appcompat/widget/AppCompatTextViewAutoSizeHelper;->e:F
|
|
|
|
.line 21
|
|
.line 22
|
|
invoke-static {v0}, Ljava/lang/Math;->round(F)I
|
|
|
|
.line 23
|
|
.line 24
|
|
.line 25
|
|
move-result v0
|
|
|
|
.line 26
|
|
return v0
|
|
|
|
.line 27
|
|
:cond_1
|
|
const/4 v0, -0x1
|
|
|
|
.line 28
|
|
return v0
|
|
.end method
|
|
|
|
.method public getAutoSizeMinTextSize()I
|
|
.locals 1
|
|
.annotation build Landroidx/annotation/RestrictTo;
|
|
.end annotation
|
|
|
|
.line 1
|
|
sget-boolean v0, Landroidx/appcompat/widget/ViewUtils;->c:Z
|
|
|
|
.line 2
|
|
.line 3
|
|
if-eqz v0, :cond_0
|
|
|
|
.line 4
|
|
.line 5
|
|
invoke-virtual {p0}, Landroidx/appcompat/widget/AppCompatTextView;->getSuperCaller()Landroidx/appcompat/widget/AppCompatTextView$SuperCaller;
|
|
|
|
.line 6
|
|
.line 7
|
|
.line 8
|
|
move-result-object v0
|
|
|
|
.line 9
|
|
invoke-interface {v0}, Landroidx/appcompat/widget/AppCompatTextView$SuperCaller;->i()I
|
|
|
|
.line 10
|
|
.line 11
|
|
.line 12
|
|
move-result v0
|
|
|
|
.line 13
|
|
return v0
|
|
|
|
.line 14
|
|
:cond_0
|
|
iget-object v0, p0, Landroidx/appcompat/widget/AppCompatTextView;->f:Landroidx/appcompat/widget/AppCompatTextHelper;
|
|
|
|
.line 15
|
|
.line 16
|
|
if-eqz v0, :cond_1
|
|
|
|
.line 17
|
|
.line 18
|
|
iget-object v0, v0, Landroidx/appcompat/widget/AppCompatTextHelper;->i:Landroidx/appcompat/widget/AppCompatTextViewAutoSizeHelper;
|
|
|
|
.line 19
|
|
.line 20
|
|
iget v0, v0, Landroidx/appcompat/widget/AppCompatTextViewAutoSizeHelper;->d:F
|
|
|
|
.line 21
|
|
.line 22
|
|
invoke-static {v0}, Ljava/lang/Math;->round(F)I
|
|
|
|
.line 23
|
|
.line 24
|
|
.line 25
|
|
move-result v0
|
|
|
|
.line 26
|
|
return v0
|
|
|
|
.line 27
|
|
:cond_1
|
|
const/4 v0, -0x1
|
|
|
|
.line 28
|
|
return v0
|
|
.end method
|
|
|
|
.method public getAutoSizeStepGranularity()I
|
|
.locals 1
|
|
.annotation build Landroidx/annotation/RestrictTo;
|
|
.end annotation
|
|
|
|
.line 1
|
|
sget-boolean v0, Landroidx/appcompat/widget/ViewUtils;->c:Z
|
|
|
|
.line 2
|
|
.line 3
|
|
if-eqz v0, :cond_0
|
|
|
|
.line 4
|
|
.line 5
|
|
invoke-virtual {p0}, Landroidx/appcompat/widget/AppCompatTextView;->getSuperCaller()Landroidx/appcompat/widget/AppCompatTextView$SuperCaller;
|
|
|
|
.line 6
|
|
.line 7
|
|
.line 8
|
|
move-result-object v0
|
|
|
|
.line 9
|
|
invoke-interface {v0}, Landroidx/appcompat/widget/AppCompatTextView$SuperCaller;->k()I
|
|
|
|
.line 10
|
|
.line 11
|
|
.line 12
|
|
move-result v0
|
|
|
|
.line 13
|
|
return v0
|
|
|
|
.line 14
|
|
:cond_0
|
|
iget-object v0, p0, Landroidx/appcompat/widget/AppCompatTextView;->f:Landroidx/appcompat/widget/AppCompatTextHelper;
|
|
|
|
.line 15
|
|
.line 16
|
|
if-eqz v0, :cond_1
|
|
|
|
.line 17
|
|
.line 18
|
|
iget-object v0, v0, Landroidx/appcompat/widget/AppCompatTextHelper;->i:Landroidx/appcompat/widget/AppCompatTextViewAutoSizeHelper;
|
|
|
|
.line 19
|
|
.line 20
|
|
iget v0, v0, Landroidx/appcompat/widget/AppCompatTextViewAutoSizeHelper;->c:F
|
|
|
|
.line 21
|
|
.line 22
|
|
invoke-static {v0}, Ljava/lang/Math;->round(F)I
|
|
|
|
.line 23
|
|
.line 24
|
|
.line 25
|
|
move-result v0
|
|
|
|
.line 26
|
|
return v0
|
|
|
|
.line 27
|
|
:cond_1
|
|
const/4 v0, -0x1
|
|
|
|
.line 28
|
|
return v0
|
|
.end method
|
|
|
|
.method public getAutoSizeTextAvailableSizes()[I
|
|
.locals 1
|
|
.annotation build Landroidx/annotation/RestrictTo;
|
|
.end annotation
|
|
|
|
.line 1
|
|
sget-boolean v0, Landroidx/appcompat/widget/ViewUtils;->c:Z
|
|
|
|
.line 2
|
|
.line 3
|
|
if-eqz v0, :cond_0
|
|
|
|
.line 4
|
|
.line 5
|
|
invoke-virtual {p0}, Landroidx/appcompat/widget/AppCompatTextView;->getSuperCaller()Landroidx/appcompat/widget/AppCompatTextView$SuperCaller;
|
|
|
|
.line 6
|
|
.line 7
|
|
.line 8
|
|
move-result-object v0
|
|
|
|
.line 9
|
|
invoke-interface {v0}, Landroidx/appcompat/widget/AppCompatTextView$SuperCaller;->b()[I
|
|
|
|
.line 10
|
|
.line 11
|
|
.line 12
|
|
move-result-object v0
|
|
|
|
.line 13
|
|
return-object v0
|
|
|
|
.line 14
|
|
:cond_0
|
|
iget-object v0, p0, Landroidx/appcompat/widget/AppCompatTextView;->f:Landroidx/appcompat/widget/AppCompatTextHelper;
|
|
|
|
.line 15
|
|
.line 16
|
|
if-eqz v0, :cond_1
|
|
|
|
.line 17
|
|
.line 18
|
|
iget-object v0, v0, Landroidx/appcompat/widget/AppCompatTextHelper;->i:Landroidx/appcompat/widget/AppCompatTextViewAutoSizeHelper;
|
|
|
|
.line 19
|
|
.line 20
|
|
iget-object v0, v0, Landroidx/appcompat/widget/AppCompatTextViewAutoSizeHelper;->f:[I
|
|
|
|
.line 21
|
|
.line 22
|
|
return-object v0
|
|
|
|
.line 23
|
|
:cond_1
|
|
const/4 v0, 0x0
|
|
|
|
.line 24
|
|
new-array v0, v0, [I
|
|
|
|
.line 25
|
|
.line 26
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public getAutoSizeTextType()I
|
|
.locals 2
|
|
.annotation build Landroid/annotation/SuppressLint;
|
|
value = {
|
|
"WrongConstant"
|
|
}
|
|
.end annotation
|
|
|
|
.annotation build Landroidx/annotation/RestrictTo;
|
|
.end annotation
|
|
|
|
.line 1
|
|
sget-boolean v0, Landroidx/appcompat/widget/ViewUtils;->c:Z
|
|
|
|
.line 2
|
|
.line 3
|
|
if-eqz v0, :cond_0
|
|
|
|
.line 4
|
|
.line 5
|
|
invoke-virtual {p0}, Landroidx/appcompat/widget/AppCompatTextView;->getSuperCaller()Landroidx/appcompat/widget/AppCompatTextView$SuperCaller;
|
|
|
|
.line 6
|
|
.line 7
|
|
.line 8
|
|
move-result-object v0
|
|
|
|
.line 9
|
|
invoke-interface {v0}, Landroidx/appcompat/widget/AppCompatTextView$SuperCaller;->h()I
|
|
|
|
.line 10
|
|
.line 11
|
|
.line 12
|
|
move-result v0
|
|
|
|
.line 13
|
|
const/4 v1, 0x1
|
|
|
|
.line 14
|
|
if-ne v0, v1, :cond_1
|
|
|
|
.line 15
|
|
.line 16
|
|
return v1
|
|
|
|
.line 17
|
|
:cond_0
|
|
iget-object v0, p0, Landroidx/appcompat/widget/AppCompatTextView;->f:Landroidx/appcompat/widget/AppCompatTextHelper;
|
|
|
|
.line 18
|
|
.line 19
|
|
if-eqz v0, :cond_1
|
|
|
|
.line 20
|
|
.line 21
|
|
iget-object v0, v0, Landroidx/appcompat/widget/AppCompatTextHelper;->i:Landroidx/appcompat/widget/AppCompatTextViewAutoSizeHelper;
|
|
|
|
.line 22
|
|
.line 23
|
|
iget v0, v0, Landroidx/appcompat/widget/AppCompatTextViewAutoSizeHelper;->a:I
|
|
|
|
.line 24
|
|
.line 25
|
|
return v0
|
|
|
|
.line 26
|
|
:cond_1
|
|
const/4 v0, 0x0
|
|
|
|
.line 27
|
|
return v0
|
|
.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/TextView;->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 getFirstBaselineToTopHeight()I
|
|
.locals 2
|
|
|
|
.line 1
|
|
invoke-virtual {p0}, Landroid/view/View;->getPaddingTop()I
|
|
|
|
.line 2
|
|
.line 3
|
|
.line 4
|
|
move-result v0
|
|
|
|
.line 5
|
|
invoke-virtual {p0}, Landroid/widget/TextView;->getPaint()Landroid/text/TextPaint;
|
|
|
|
.line 6
|
|
.line 7
|
|
.line 8
|
|
move-result-object v1
|
|
|
|
.line 9
|
|
invoke-virtual {v1}, Landroid/graphics/Paint;->getFontMetricsInt()Landroid/graphics/Paint$FontMetricsInt;
|
|
|
|
.line 10
|
|
.line 11
|
|
.line 12
|
|
move-result-object v1
|
|
|
|
.line 13
|
|
iget v1, v1, Landroid/graphics/Paint$FontMetricsInt;->top:I
|
|
|
|
.line 14
|
|
.line 15
|
|
sub-int/2addr v0, v1
|
|
|
|
.line 16
|
|
return v0
|
|
.end method
|
|
|
|
.method public getLastBaselineToBottomHeight()I
|
|
.locals 2
|
|
|
|
.line 1
|
|
invoke-virtual {p0}, Landroid/view/View;->getPaddingBottom()I
|
|
|
|
.line 2
|
|
.line 3
|
|
.line 4
|
|
move-result v0
|
|
|
|
.line 5
|
|
invoke-virtual {p0}, Landroid/widget/TextView;->getPaint()Landroid/text/TextPaint;
|
|
|
|
.line 6
|
|
.line 7
|
|
.line 8
|
|
move-result-object v1
|
|
|
|
.line 9
|
|
invoke-virtual {v1}, Landroid/graphics/Paint;->getFontMetricsInt()Landroid/graphics/Paint$FontMetricsInt;
|
|
|
|
.line 10
|
|
.line 11
|
|
.line 12
|
|
move-result-object v1
|
|
|
|
.line 13
|
|
iget v1, v1, Landroid/graphics/Paint$FontMetricsInt;->bottom:I
|
|
|
|
.line 14
|
|
.line 15
|
|
add-int/2addr v0, v1
|
|
|
|
.line 16
|
|
return v0
|
|
.end method
|
|
|
|
.method public getSuperCaller()Landroidx/appcompat/widget/AppCompatTextView$SuperCaller;
|
|
.locals 2
|
|
.annotation build Landroidx/annotation/RequiresApi;
|
|
.end annotation
|
|
|
|
.annotation build Landroidx/annotation/UiThread;
|
|
.end annotation
|
|
|
|
.line 1
|
|
iget-object v0, p0, Landroidx/appcompat/widget/AppCompatTextView;->j:Landroidx/appcompat/widget/AppCompatTextView$SuperCallerApi26;
|
|
|
|
.line 2
|
|
.line 3
|
|
if-nez v0, :cond_2
|
|
|
|
.line 4
|
|
.line 5
|
|
sget v0, Landroid/os/Build$VERSION;->SDK_INT:I
|
|
|
|
.line 6
|
|
.line 7
|
|
const/16 v1, 0x22
|
|
|
|
.line 8
|
|
.line 9
|
|
if-lt v0, v1, :cond_0
|
|
|
|
.line 10
|
|
.line 11
|
|
new-instance v0, Landroidx/appcompat/widget/AppCompatTextView$SuperCallerApi34;
|
|
|
|
.line 12
|
|
.line 13
|
|
invoke-direct {v0, p0}, Landroidx/appcompat/widget/AppCompatTextView$SuperCallerApi34;-><init>(Landroidx/appcompat/widget/AppCompatTextView;)V
|
|
|
|
.line 14
|
|
.line 15
|
|
.line 16
|
|
iput-object v0, p0, Landroidx/appcompat/widget/AppCompatTextView;->j:Landroidx/appcompat/widget/AppCompatTextView$SuperCallerApi26;
|
|
|
|
.line 17
|
|
.line 18
|
|
goto :goto_0
|
|
|
|
.line 19
|
|
:cond_0
|
|
const/16 v1, 0x1c
|
|
|
|
.line 20
|
|
.line 21
|
|
if-lt v0, v1, :cond_1
|
|
|
|
.line 22
|
|
.line 23
|
|
new-instance v0, Landroidx/appcompat/widget/AppCompatTextView$SuperCallerApi28;
|
|
|
|
.line 24
|
|
.line 25
|
|
invoke-direct {v0, p0}, Landroidx/appcompat/widget/AppCompatTextView$SuperCallerApi28;-><init>(Landroidx/appcompat/widget/AppCompatTextView;)V
|
|
|
|
.line 26
|
|
.line 27
|
|
.line 28
|
|
iput-object v0, p0, Landroidx/appcompat/widget/AppCompatTextView;->j:Landroidx/appcompat/widget/AppCompatTextView$SuperCallerApi26;
|
|
|
|
.line 29
|
|
.line 30
|
|
goto :goto_0
|
|
|
|
.line 31
|
|
:cond_1
|
|
const/16 v1, 0x1a
|
|
|
|
.line 32
|
|
.line 33
|
|
if-lt v0, v1, :cond_2
|
|
|
|
.line 34
|
|
.line 35
|
|
new-instance v0, Landroidx/appcompat/widget/AppCompatTextView$SuperCallerApi26;
|
|
|
|
.line 36
|
|
.line 37
|
|
invoke-direct {v0, p0}, Landroidx/appcompat/widget/AppCompatTextView$SuperCallerApi26;-><init>(Landroidx/appcompat/widget/AppCompatTextView;)V
|
|
|
|
.line 38
|
|
.line 39
|
|
.line 40
|
|
iput-object v0, p0, Landroidx/appcompat/widget/AppCompatTextView;->j:Landroidx/appcompat/widget/AppCompatTextView$SuperCallerApi26;
|
|
|
|
.line 41
|
|
.line 42
|
|
:cond_2
|
|
:goto_0
|
|
iget-object v0, p0, Landroidx/appcompat/widget/AppCompatTextView;->j:Landroidx/appcompat/widget/AppCompatTextView$SuperCallerApi26;
|
|
|
|
.line 43
|
|
.line 44
|
|
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/AppCompatTextView;->c: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/AppCompatTextView;->c: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 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/AppCompatTextView;->f: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/AppCompatTextView;->f: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 getText()Ljava/lang/CharSequence;
|
|
.locals 2
|
|
|
|
.line 1
|
|
iget-object v0, p0, Landroidx/appcompat/widget/AppCompatTextView;->k:Ljava/util/concurrent/Future;
|
|
|
|
.line 2
|
|
.line 3
|
|
if-eqz v0, :cond_0
|
|
|
|
.line 4
|
|
.line 5
|
|
const/4 v1, 0x0
|
|
|
|
.line 6
|
|
:try_start_0
|
|
iput-object v1, p0, Landroidx/appcompat/widget/AppCompatTextView;->k:Ljava/util/concurrent/Future;
|
|
|
|
.line 7
|
|
.line 8
|
|
invoke-interface {v0}, Ljava/util/concurrent/Future;->get()Ljava/lang/Object;
|
|
|
|
.line 9
|
|
.line 10
|
|
.line 11
|
|
move-result-object v0
|
|
|
|
.line 12
|
|
check-cast v0, Landroidx/core/text/PrecomputedTextCompat;
|
|
|
|
.line 13
|
|
.line 14
|
|
invoke-static {p0, v0}, Landroidx/core/widget/TextViewCompat;->f(Landroidx/appcompat/widget/AppCompatTextView;Landroidx/core/text/PrecomputedTextCompat;)V
|
|
:try_end_0
|
|
.catch Ljava/lang/InterruptedException; {:try_start_0 .. :try_end_0} :catch_0
|
|
.catch Ljava/util/concurrent/ExecutionException; {:try_start_0 .. :try_end_0} :catch_0
|
|
|
|
.line 15
|
|
.line 16
|
|
.line 17
|
|
:catch_0
|
|
:cond_0
|
|
invoke-super {p0}, Landroid/widget/TextView;->getText()Ljava/lang/CharSequence;
|
|
|
|
.line 18
|
|
.line 19
|
|
.line 20
|
|
move-result-object v0
|
|
|
|
.line 21
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public getTextClassifier()Landroid/view/textclassifier/TextClassifier;
|
|
.locals 2
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
|
|
.annotation build Landroidx/annotation/RequiresApi;
|
|
.end annotation
|
|
|
|
.line 1
|
|
sget v0, Landroid/os/Build$VERSION;->SDK_INT:I
|
|
|
|
.line 2
|
|
.line 3
|
|
const/16 v1, 0x1c
|
|
|
|
.line 4
|
|
.line 5
|
|
if-ge v0, v1, :cond_2
|
|
|
|
.line 6
|
|
.line 7
|
|
iget-object v0, p0, Landroidx/appcompat/widget/AppCompatTextView;->g:Landroidx/appcompat/widget/AppCompatTextClassifierHelper;
|
|
|
|
.line 8
|
|
.line 9
|
|
if-nez v0, :cond_0
|
|
|
|
.line 10
|
|
.line 11
|
|
goto :goto_0
|
|
|
|
.line 12
|
|
:cond_0
|
|
iget-object v1, v0, Landroidx/appcompat/widget/AppCompatTextClassifierHelper;->b:Landroid/view/textclassifier/TextClassifier;
|
|
|
|
.line 13
|
|
.line 14
|
|
if-nez v1, :cond_1
|
|
|
|
.line 15
|
|
.line 16
|
|
iget-object v0, v0, Landroidx/appcompat/widget/AppCompatTextClassifierHelper;->a:Landroid/widget/TextView;
|
|
|
|
.line 17
|
|
.line 18
|
|
invoke-static {v0}, Landroidx/appcompat/widget/AppCompatTextClassifierHelper$Api26Impl;->a(Landroid/widget/TextView;)Landroid/view/textclassifier/TextClassifier;
|
|
|
|
.line 19
|
|
.line 20
|
|
.line 21
|
|
move-result-object v0
|
|
|
|
.line 22
|
|
return-object v0
|
|
|
|
.line 23
|
|
:cond_1
|
|
return-object v1
|
|
|
|
.line 24
|
|
:cond_2
|
|
:goto_0
|
|
invoke-virtual {p0}, Landroidx/appcompat/widget/AppCompatTextView;->getSuperCaller()Landroidx/appcompat/widget/AppCompatTextView$SuperCaller;
|
|
|
|
.line 25
|
|
.line 26
|
|
.line 27
|
|
move-result-object v0
|
|
|
|
.line 28
|
|
invoke-interface {v0}, Landroidx/appcompat/widget/AppCompatTextView$SuperCaller;->c()Landroid/view/textclassifier/TextClassifier;
|
|
|
|
.line 29
|
|
.line 30
|
|
.line 31
|
|
move-result-object v0
|
|
|
|
.line 32
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public getTextMetricsParamsCompat()Landroidx/core/text/PrecomputedTextCompat$Params;
|
|
.locals 1
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
|
|
.line 1
|
|
invoke-static {p0}, Landroidx/core/widget/TextViewCompat;->a(Landroidx/appcompat/widget/AppCompatTextView;)Landroidx/core/text/PrecomputedTextCompat$Params;
|
|
|
|
.line 2
|
|
.line 3
|
|
.line 4
|
|
move-result-object v0
|
|
|
|
.line 5
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public final onCreateInputConnection(Landroid/view/inputmethod/EditorInfo;)Landroid/view/inputmethod/InputConnection;
|
|
.locals 3
|
|
|
|
.line 1
|
|
invoke-super {p0, p1}, Landroid/widget/TextView;->onCreateInputConnection(Landroid/view/inputmethod/EditorInfo;)Landroid/view/inputmethod/InputConnection;
|
|
|
|
.line 2
|
|
.line 3
|
|
.line 4
|
|
move-result-object v0
|
|
|
|
.line 5
|
|
iget-object v1, p0, Landroidx/appcompat/widget/AppCompatTextView;->f:Landroidx/appcompat/widget/AppCompatTextHelper;
|
|
|
|
.line 6
|
|
.line 7
|
|
invoke-virtual {v1}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
|
|
|
|
.line 8
|
|
.line 9
|
|
.line 10
|
|
sget v1, Landroid/os/Build$VERSION;->SDK_INT:I
|
|
|
|
.line 11
|
|
.line 12
|
|
const/16 v2, 0x1e
|
|
|
|
.line 13
|
|
.line 14
|
|
if-ge v1, v2, :cond_0
|
|
|
|
.line 15
|
|
.line 16
|
|
if-eqz v0, :cond_0
|
|
|
|
.line 17
|
|
.line 18
|
|
invoke-virtual {p0}, Landroidx/appcompat/widget/AppCompatTextView;->getText()Ljava/lang/CharSequence;
|
|
|
|
.line 19
|
|
.line 20
|
|
.line 21
|
|
move-result-object v1
|
|
|
|
.line 22
|
|
invoke-static {p1, v1}, Landroidx/core/view/inputmethod/EditorInfoCompat;->c(Landroid/view/inputmethod/EditorInfo;Ljava/lang/CharSequence;)V
|
|
|
|
.line 23
|
|
.line 24
|
|
.line 25
|
|
:cond_0
|
|
invoke-static {v0, p1, p0}, Landroidx/appcompat/widget/AppCompatHintHelper;->a(Landroid/view/inputmethod/InputConnection;Landroid/view/inputmethod/EditorInfo;Landroid/widget/TextView;)V
|
|
|
|
.line 26
|
|
.line 27
|
|
.line 28
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public onDetachedFromWindow()V
|
|
.locals 2
|
|
|
|
.line 1
|
|
invoke-super {p0}, Landroid/widget/TextView;->onDetachedFromWindow()V
|
|
|
|
.line 2
|
|
.line 3
|
|
.line 4
|
|
sget v0, Landroid/os/Build$VERSION;->SDK_INT:I
|
|
|
|
.line 5
|
|
.line 6
|
|
const/16 v1, 0x1e
|
|
|
|
.line 7
|
|
.line 8
|
|
if-lt v0, v1, :cond_0
|
|
|
|
.line 9
|
|
.line 10
|
|
const/16 v1, 0x21
|
|
|
|
.line 11
|
|
.line 12
|
|
if-ge v0, v1, :cond_0
|
|
|
|
.line 13
|
|
.line 14
|
|
invoke-virtual {p0}, Landroid/view/View;->onCheckIsTextEditor()Z
|
|
|
|
.line 15
|
|
.line 16
|
|
.line 17
|
|
move-result v0
|
|
|
|
.line 18
|
|
if-eqz v0, :cond_0
|
|
|
|
.line 19
|
|
.line 20
|
|
invoke-virtual {p0}, Landroid/view/View;->getContext()Landroid/content/Context;
|
|
|
|
.line 21
|
|
.line 22
|
|
.line 23
|
|
move-result-object v0
|
|
|
|
.line 24
|
|
const-string v1, "input_method"
|
|
|
|
.line 25
|
|
.line 26
|
|
invoke-virtual {v0, v1}, Landroid/content/Context;->getSystemService(Ljava/lang/String;)Ljava/lang/Object;
|
|
|
|
.line 27
|
|
.line 28
|
|
.line 29
|
|
move-result-object v0
|
|
|
|
.line 30
|
|
check-cast v0, Landroid/view/inputmethod/InputMethodManager;
|
|
|
|
.line 31
|
|
.line 32
|
|
invoke-virtual {v0, p0}, Landroid/view/inputmethod/InputMethodManager;->isActive(Landroid/view/View;)Z
|
|
|
|
.line 33
|
|
.line 34
|
|
.line 35
|
|
:cond_0
|
|
return-void
|
|
.end method
|
|
|
|
.method public final onLayout(ZIIII)V
|
|
.locals 0
|
|
|
|
.line 1
|
|
invoke-super/range {p0 .. p5}, Landroid/widget/TextView;->onLayout(ZIIII)V
|
|
|
|
.line 2
|
|
.line 3
|
|
.line 4
|
|
move-object p1, p0
|
|
|
|
.line 5
|
|
iget-object p2, p1, Landroidx/appcompat/widget/AppCompatTextView;->f:Landroidx/appcompat/widget/AppCompatTextHelper;
|
|
|
|
.line 6
|
|
.line 7
|
|
if-eqz p2, :cond_0
|
|
|
|
.line 8
|
|
.line 9
|
|
sget-boolean p3, Landroidx/appcompat/widget/ViewUtils;->c:Z
|
|
|
|
.line 10
|
|
.line 11
|
|
if-nez p3, :cond_0
|
|
|
|
.line 12
|
|
.line 13
|
|
iget-object p2, p2, Landroidx/appcompat/widget/AppCompatTextHelper;->i:Landroidx/appcompat/widget/AppCompatTextViewAutoSizeHelper;
|
|
|
|
.line 14
|
|
.line 15
|
|
invoke-virtual {p2}, Landroidx/appcompat/widget/AppCompatTextViewAutoSizeHelper;->a()V
|
|
|
|
.line 16
|
|
.line 17
|
|
.line 18
|
|
:cond_0
|
|
return-void
|
|
.end method
|
|
|
|
.method public onMeasure(II)V
|
|
.locals 2
|
|
|
|
.line 1
|
|
iget-object v0, p0, Landroidx/appcompat/widget/AppCompatTextView;->k:Ljava/util/concurrent/Future;
|
|
|
|
.line 2
|
|
.line 3
|
|
if-eqz v0, :cond_0
|
|
|
|
.line 4
|
|
.line 5
|
|
const/4 v1, 0x0
|
|
|
|
.line 6
|
|
:try_start_0
|
|
iput-object v1, p0, Landroidx/appcompat/widget/AppCompatTextView;->k:Ljava/util/concurrent/Future;
|
|
|
|
.line 7
|
|
.line 8
|
|
invoke-interface {v0}, Ljava/util/concurrent/Future;->get()Ljava/lang/Object;
|
|
|
|
.line 9
|
|
.line 10
|
|
.line 11
|
|
move-result-object v0
|
|
|
|
.line 12
|
|
check-cast v0, Landroidx/core/text/PrecomputedTextCompat;
|
|
|
|
.line 13
|
|
.line 14
|
|
invoke-static {p0, v0}, Landroidx/core/widget/TextViewCompat;->f(Landroidx/appcompat/widget/AppCompatTextView;Landroidx/core/text/PrecomputedTextCompat;)V
|
|
:try_end_0
|
|
.catch Ljava/lang/InterruptedException; {:try_start_0 .. :try_end_0} :catch_0
|
|
.catch Ljava/util/concurrent/ExecutionException; {:try_start_0 .. :try_end_0} :catch_0
|
|
|
|
.line 15
|
|
.line 16
|
|
.line 17
|
|
:catch_0
|
|
:cond_0
|
|
invoke-super {p0, p1, p2}, Landroid/widget/TextView;->onMeasure(II)V
|
|
|
|
.line 18
|
|
.line 19
|
|
.line 20
|
|
return-void
|
|
.end method
|
|
|
|
.method public final onTextChanged(Ljava/lang/CharSequence;III)V
|
|
.locals 0
|
|
|
|
.line 1
|
|
invoke-super {p0, p1, p2, p3, p4}, Landroid/widget/TextView;->onTextChanged(Ljava/lang/CharSequence;III)V
|
|
|
|
.line 2
|
|
.line 3
|
|
.line 4
|
|
iget-object p1, p0, Landroidx/appcompat/widget/AppCompatTextView;->f:Landroidx/appcompat/widget/AppCompatTextHelper;
|
|
|
|
.line 5
|
|
.line 6
|
|
if-eqz p1, :cond_0
|
|
|
|
.line 7
|
|
.line 8
|
|
iget-object p1, p1, Landroidx/appcompat/widget/AppCompatTextHelper;->i:Landroidx/appcompat/widget/AppCompatTextViewAutoSizeHelper;
|
|
|
|
.line 9
|
|
.line 10
|
|
sget-boolean p2, Landroidx/appcompat/widget/ViewUtils;->c:Z
|
|
|
|
.line 11
|
|
.line 12
|
|
if-nez p2, :cond_0
|
|
|
|
.line 13
|
|
.line 14
|
|
invoke-virtual {p1}, Landroidx/appcompat/widget/AppCompatTextViewAutoSizeHelper;->f()Z
|
|
|
|
.line 15
|
|
.line 16
|
|
.line 17
|
|
move-result p2
|
|
|
|
.line 18
|
|
if-eqz p2, :cond_0
|
|
|
|
.line 19
|
|
.line 20
|
|
invoke-virtual {p1}, Landroidx/appcompat/widget/AppCompatTextViewAutoSizeHelper;->a()V
|
|
|
|
.line 21
|
|
.line 22
|
|
.line 23
|
|
:cond_0
|
|
return-void
|
|
.end method
|
|
|
|
.method public setAllCaps(Z)V
|
|
.locals 1
|
|
|
|
.line 1
|
|
invoke-super {p0, p1}, Landroid/widget/TextView;->setAllCaps(Z)V
|
|
|
|
.line 2
|
|
.line 3
|
|
.line 4
|
|
invoke-direct {p0}, Landroidx/appcompat/widget/AppCompatTextView;->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 final setAutoSizeTextTypeUniformWithConfiguration(IIII)V
|
|
.locals 1
|
|
|
|
.line 1
|
|
sget-boolean v0, Landroidx/appcompat/widget/ViewUtils;->c:Z
|
|
|
|
.line 2
|
|
.line 3
|
|
if-eqz v0, :cond_0
|
|
|
|
.line 4
|
|
.line 5
|
|
invoke-virtual {p0}, Landroidx/appcompat/widget/AppCompatTextView;->getSuperCaller()Landroidx/appcompat/widget/AppCompatTextView$SuperCaller;
|
|
|
|
.line 6
|
|
.line 7
|
|
.line 8
|
|
move-result-object v0
|
|
|
|
.line 9
|
|
invoke-interface {v0, p1, p2, p3, p4}, Landroidx/appcompat/widget/AppCompatTextView$SuperCaller;->g(IIII)V
|
|
|
|
.line 10
|
|
.line 11
|
|
.line 12
|
|
return-void
|
|
|
|
.line 13
|
|
:cond_0
|
|
iget-object v0, p0, Landroidx/appcompat/widget/AppCompatTextView;->f:Landroidx/appcompat/widget/AppCompatTextHelper;
|
|
|
|
.line 14
|
|
.line 15
|
|
if-eqz v0, :cond_1
|
|
|
|
.line 16
|
|
.line 17
|
|
invoke-virtual {v0, p1, p2, p3, p4}, Landroidx/appcompat/widget/AppCompatTextHelper;->h(IIII)V
|
|
|
|
.line 18
|
|
.line 19
|
|
.line 20
|
|
:cond_1
|
|
return-void
|
|
.end method
|
|
|
|
.method public final setAutoSizeTextTypeUniformWithPresetSizes([II)V
|
|
.locals 1
|
|
|
|
.line 1
|
|
sget-boolean v0, Landroidx/appcompat/widget/ViewUtils;->c:Z
|
|
|
|
.line 2
|
|
.line 3
|
|
if-eqz v0, :cond_0
|
|
|
|
.line 4
|
|
.line 5
|
|
invoke-virtual {p0}, Landroidx/appcompat/widget/AppCompatTextView;->getSuperCaller()Landroidx/appcompat/widget/AppCompatTextView$SuperCaller;
|
|
|
|
.line 6
|
|
.line 7
|
|
.line 8
|
|
move-result-object v0
|
|
|
|
.line 9
|
|
invoke-interface {v0, p1, p2}, Landroidx/appcompat/widget/AppCompatTextView$SuperCaller;->a([II)V
|
|
|
|
.line 10
|
|
.line 11
|
|
.line 12
|
|
return-void
|
|
|
|
.line 13
|
|
:cond_0
|
|
iget-object v0, p0, Landroidx/appcompat/widget/AppCompatTextView;->f:Landroidx/appcompat/widget/AppCompatTextHelper;
|
|
|
|
.line 14
|
|
.line 15
|
|
if-eqz v0, :cond_1
|
|
|
|
.line 16
|
|
.line 17
|
|
invoke-virtual {v0, p1, p2}, Landroidx/appcompat/widget/AppCompatTextHelper;->i([II)V
|
|
|
|
.line 18
|
|
.line 19
|
|
.line 20
|
|
:cond_1
|
|
return-void
|
|
.end method
|
|
|
|
.method public setAutoSizeTextTypeWithDefaults(I)V
|
|
.locals 1
|
|
.annotation build Landroidx/annotation/RestrictTo;
|
|
.end annotation
|
|
|
|
.line 1
|
|
sget-boolean v0, Landroidx/appcompat/widget/ViewUtils;->c:Z
|
|
|
|
.line 2
|
|
.line 3
|
|
if-eqz v0, :cond_0
|
|
|
|
.line 4
|
|
.line 5
|
|
invoke-virtual {p0}, Landroidx/appcompat/widget/AppCompatTextView;->getSuperCaller()Landroidx/appcompat/widget/AppCompatTextView$SuperCaller;
|
|
|
|
.line 6
|
|
.line 7
|
|
.line 8
|
|
move-result-object v0
|
|
|
|
.line 9
|
|
invoke-interface {v0, p1}, Landroidx/appcompat/widget/AppCompatTextView$SuperCaller;->l(I)V
|
|
|
|
.line 10
|
|
.line 11
|
|
.line 12
|
|
return-void
|
|
|
|
.line 13
|
|
:cond_0
|
|
iget-object v0, p0, Landroidx/appcompat/widget/AppCompatTextView;->f:Landroidx/appcompat/widget/AppCompatTextHelper;
|
|
|
|
.line 14
|
|
.line 15
|
|
if-eqz v0, :cond_1
|
|
|
|
.line 16
|
|
.line 17
|
|
invoke-virtual {v0, p1}, Landroidx/appcompat/widget/AppCompatTextHelper;->j(I)V
|
|
|
|
.line 18
|
|
.line 19
|
|
.line 20
|
|
:cond_1
|
|
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/TextView;->setBackgroundDrawable(Landroid/graphics/drawable/Drawable;)V
|
|
|
|
.line 2
|
|
.line 3
|
|
.line 4
|
|
iget-object p1, p0, Landroidx/appcompat/widget/AppCompatTextView;->c: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/TextView;->setBackgroundResource(I)V
|
|
|
|
.line 2
|
|
.line 3
|
|
.line 4
|
|
iget-object v0, p0, Landroidx/appcompat/widget/AppCompatTextView;->c: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 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/TextView;->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/AppCompatTextView;->f: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/TextView;->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/AppCompatTextView;->f: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 setCompoundDrawablesRelativeWithIntrinsicBounds(IIII)V
|
|
.locals 2
|
|
|
|
.line 4
|
|
invoke-virtual {p0}, Landroid/view/View;->getContext()Landroid/content/Context;
|
|
|
|
move-result-object v0
|
|
|
|
const/4 v1, 0x0
|
|
|
|
if-eqz p1, :cond_0
|
|
|
|
.line 5
|
|
invoke-static {v0, p1}, Landroidx/appcompat/content/res/AppCompatResources;->a(Landroid/content/Context;I)Landroid/graphics/drawable/Drawable;
|
|
|
|
move-result-object p1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
move-object p1, v1
|
|
|
|
:goto_0
|
|
if-eqz p2, :cond_1
|
|
|
|
.line 6
|
|
invoke-static {v0, p2}, Landroidx/appcompat/content/res/AppCompatResources;->a(Landroid/content/Context;I)Landroid/graphics/drawable/Drawable;
|
|
|
|
move-result-object p2
|
|
|
|
goto :goto_1
|
|
|
|
:cond_1
|
|
move-object p2, v1
|
|
|
|
:goto_1
|
|
if-eqz p3, :cond_2
|
|
|
|
.line 7
|
|
invoke-static {v0, p3}, Landroidx/appcompat/content/res/AppCompatResources;->a(Landroid/content/Context;I)Landroid/graphics/drawable/Drawable;
|
|
|
|
move-result-object p3
|
|
|
|
goto :goto_2
|
|
|
|
:cond_2
|
|
move-object p3, v1
|
|
|
|
:goto_2
|
|
if-eqz p4, :cond_3
|
|
|
|
.line 8
|
|
invoke-static {v0, p4}, Landroidx/appcompat/content/res/AppCompatResources;->a(Landroid/content/Context;I)Landroid/graphics/drawable/Drawable;
|
|
|
|
move-result-object v1
|
|
|
|
.line 9
|
|
:cond_3
|
|
invoke-virtual {p0, p1, p2, p3, v1}, Landroidx/appcompat/widget/AppCompatTextView;->setCompoundDrawablesRelativeWithIntrinsicBounds(Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;)V
|
|
|
|
.line 10
|
|
iget-object p1, p0, Landroidx/appcompat/widget/AppCompatTextView;->f:Landroidx/appcompat/widget/AppCompatTextHelper;
|
|
|
|
if-eqz p1, :cond_4
|
|
|
|
.line 11
|
|
invoke-virtual {p1}, Landroidx/appcompat/widget/AppCompatTextHelper;->b()V
|
|
|
|
:cond_4
|
|
return-void
|
|
.end method
|
|
|
|
.method public final setCompoundDrawablesRelativeWithIntrinsicBounds(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/TextView;->setCompoundDrawablesRelativeWithIntrinsicBounds(Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;)V
|
|
|
|
.line 2
|
|
iget-object p1, p0, Landroidx/appcompat/widget/AppCompatTextView;->f:Landroidx/appcompat/widget/AppCompatTextHelper;
|
|
|
|
if-eqz p1, :cond_0
|
|
|
|
.line 3
|
|
invoke-virtual {p1}, Landroidx/appcompat/widget/AppCompatTextHelper;->b()V
|
|
|
|
:cond_0
|
|
return-void
|
|
.end method
|
|
|
|
.method public final setCompoundDrawablesWithIntrinsicBounds(IIII)V
|
|
.locals 2
|
|
|
|
.line 4
|
|
invoke-virtual {p0}, Landroid/view/View;->getContext()Landroid/content/Context;
|
|
|
|
move-result-object v0
|
|
|
|
const/4 v1, 0x0
|
|
|
|
if-eqz p1, :cond_0
|
|
|
|
.line 5
|
|
invoke-static {v0, p1}, Landroidx/appcompat/content/res/AppCompatResources;->a(Landroid/content/Context;I)Landroid/graphics/drawable/Drawable;
|
|
|
|
move-result-object p1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
move-object p1, v1
|
|
|
|
:goto_0
|
|
if-eqz p2, :cond_1
|
|
|
|
.line 6
|
|
invoke-static {v0, p2}, Landroidx/appcompat/content/res/AppCompatResources;->a(Landroid/content/Context;I)Landroid/graphics/drawable/Drawable;
|
|
|
|
move-result-object p2
|
|
|
|
goto :goto_1
|
|
|
|
:cond_1
|
|
move-object p2, v1
|
|
|
|
:goto_1
|
|
if-eqz p3, :cond_2
|
|
|
|
.line 7
|
|
invoke-static {v0, p3}, Landroidx/appcompat/content/res/AppCompatResources;->a(Landroid/content/Context;I)Landroid/graphics/drawable/Drawable;
|
|
|
|
move-result-object p3
|
|
|
|
goto :goto_2
|
|
|
|
:cond_2
|
|
move-object p3, v1
|
|
|
|
:goto_2
|
|
if-eqz p4, :cond_3
|
|
|
|
.line 8
|
|
invoke-static {v0, p4}, Landroidx/appcompat/content/res/AppCompatResources;->a(Landroid/content/Context;I)Landroid/graphics/drawable/Drawable;
|
|
|
|
move-result-object v1
|
|
|
|
.line 9
|
|
:cond_3
|
|
invoke-virtual {p0, p1, p2, p3, v1}, Landroidx/appcompat/widget/AppCompatTextView;->setCompoundDrawablesWithIntrinsicBounds(Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;)V
|
|
|
|
.line 10
|
|
iget-object p1, p0, Landroidx/appcompat/widget/AppCompatTextView;->f:Landroidx/appcompat/widget/AppCompatTextHelper;
|
|
|
|
if-eqz p1, :cond_4
|
|
|
|
.line 11
|
|
invoke-virtual {p1}, Landroidx/appcompat/widget/AppCompatTextHelper;->b()V
|
|
|
|
:cond_4
|
|
return-void
|
|
.end method
|
|
|
|
.method public final setCompoundDrawablesWithIntrinsicBounds(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/TextView;->setCompoundDrawablesWithIntrinsicBounds(Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;Landroid/graphics/drawable/Drawable;)V
|
|
|
|
.line 2
|
|
iget-object p1, p0, Landroidx/appcompat/widget/AppCompatTextView;->f:Landroidx/appcompat/widget/AppCompatTextHelper;
|
|
|
|
if-eqz p1, :cond_0
|
|
|
|
.line 3
|
|
invoke-virtual {p1}, Landroidx/appcompat/widget/AppCompatTextHelper;->b()V
|
|
|
|
: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/TextView;->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/AppCompatTextView;->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 setFilters([Landroid/text/InputFilter;)V
|
|
.locals 1
|
|
.param p1 # [Landroid/text/InputFilter;
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
.end param
|
|
|
|
.line 1
|
|
invoke-direct {p0}, Landroidx/appcompat/widget/AppCompatTextView;->getEmojiTextViewHelper()Landroidx/appcompat/widget/AppCompatEmojiTextHelper;
|
|
|
|
.line 2
|
|
.line 3
|
|
.line 4
|
|
move-result-object v0
|
|
|
|
.line 5
|
|
iget-object v0, v0, Landroidx/appcompat/widget/AppCompatEmojiTextHelper;->b:Landroidx/emoji2/viewsintegration/EmojiTextViewHelper;
|
|
|
|
.line 6
|
|
.line 7
|
|
invoke-virtual {v0, p1}, Landroidx/emoji2/viewsintegration/EmojiTextViewHelper;->a([Landroid/text/InputFilter;)[Landroid/text/InputFilter;
|
|
|
|
.line 8
|
|
.line 9
|
|
.line 10
|
|
move-result-object p1
|
|
|
|
.line 11
|
|
invoke-super {p0, p1}, Landroid/widget/TextView;->setFilters([Landroid/text/InputFilter;)V
|
|
|
|
.line 12
|
|
.line 13
|
|
.line 14
|
|
return-void
|
|
.end method
|
|
|
|
.method public setFirstBaselineToTopHeight(I)V
|
|
.locals 2
|
|
.param p1 # I
|
|
.annotation build Landroidx/annotation/IntRange;
|
|
.end annotation
|
|
|
|
.annotation build Landroidx/annotation/Px;
|
|
.end annotation
|
|
.end param
|
|
|
|
.line 1
|
|
sget v0, Landroid/os/Build$VERSION;->SDK_INT:I
|
|
|
|
.line 2
|
|
.line 3
|
|
const/16 v1, 0x1c
|
|
|
|
.line 4
|
|
.line 5
|
|
if-lt v0, v1, :cond_0
|
|
|
|
.line 6
|
|
.line 7
|
|
invoke-virtual {p0}, Landroidx/appcompat/widget/AppCompatTextView;->getSuperCaller()Landroidx/appcompat/widget/AppCompatTextView$SuperCaller;
|
|
|
|
.line 8
|
|
.line 9
|
|
.line 10
|
|
move-result-object v0
|
|
|
|
.line 11
|
|
invoke-interface {v0, p1}, Landroidx/appcompat/widget/AppCompatTextView$SuperCaller;->j(I)V
|
|
|
|
.line 12
|
|
.line 13
|
|
.line 14
|
|
return-void
|
|
|
|
.line 15
|
|
:cond_0
|
|
invoke-static {p0, p1}, Landroidx/core/widget/TextViewCompat;->b(Landroid/widget/TextView;I)V
|
|
|
|
.line 16
|
|
.line 17
|
|
.line 18
|
|
return-void
|
|
.end method
|
|
|
|
.method public setLastBaselineToBottomHeight(I)V
|
|
.locals 2
|
|
.param p1 # I
|
|
.annotation build Landroidx/annotation/IntRange;
|
|
.end annotation
|
|
|
|
.annotation build Landroidx/annotation/Px;
|
|
.end annotation
|
|
.end param
|
|
|
|
.line 1
|
|
sget v0, Landroid/os/Build$VERSION;->SDK_INT:I
|
|
|
|
.line 2
|
|
.line 3
|
|
const/16 v1, 0x1c
|
|
|
|
.line 4
|
|
.line 5
|
|
if-lt v0, v1, :cond_0
|
|
|
|
.line 6
|
|
.line 7
|
|
invoke-virtual {p0}, Landroidx/appcompat/widget/AppCompatTextView;->getSuperCaller()Landroidx/appcompat/widget/AppCompatTextView$SuperCaller;
|
|
|
|
.line 8
|
|
.line 9
|
|
.line 10
|
|
move-result-object v0
|
|
|
|
.line 11
|
|
invoke-interface {v0, p1}, Landroidx/appcompat/widget/AppCompatTextView$SuperCaller;->f(I)V
|
|
|
|
.line 12
|
|
.line 13
|
|
.line 14
|
|
return-void
|
|
|
|
.line 15
|
|
:cond_0
|
|
invoke-static {p0, p1}, Landroidx/core/widget/TextViewCompat;->c(Landroid/widget/TextView;I)V
|
|
|
|
.line 16
|
|
.line 17
|
|
.line 18
|
|
return-void
|
|
.end method
|
|
|
|
.method public setLineHeight(I)V
|
|
.locals 0
|
|
.param p1 # I
|
|
.annotation build Landroidx/annotation/IntRange;
|
|
.end annotation
|
|
|
|
.annotation build Landroidx/annotation/Px;
|
|
.end annotation
|
|
.end param
|
|
|
|
.line 1
|
|
invoke-static {p0, p1}, Landroidx/core/widget/TextViewCompat;->d(Landroid/widget/TextView;I)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public final setLineHeight(IF)V
|
|
.locals 2
|
|
|
|
.line 2
|
|
sget v0, Landroid/os/Build$VERSION;->SDK_INT:I
|
|
|
|
const/16 v1, 0x22
|
|
|
|
if-lt v0, v1, :cond_0
|
|
|
|
.line 3
|
|
invoke-virtual {p0}, Landroidx/appcompat/widget/AppCompatTextView;->getSuperCaller()Landroidx/appcompat/widget/AppCompatTextView$SuperCaller;
|
|
|
|
move-result-object v0
|
|
|
|
invoke-interface {v0, p1, p2}, Landroidx/appcompat/widget/AppCompatTextView$SuperCaller;->m(IF)V
|
|
|
|
return-void
|
|
|
|
.line 4
|
|
:cond_0
|
|
invoke-static {p0, p1, p2}, Landroidx/core/widget/TextViewCompat;->e(Landroid/widget/TextView;IF)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public setPrecomputedText(Landroidx/core/text/PrecomputedTextCompat;)V
|
|
.locals 0
|
|
.param p1 # Landroidx/core/text/PrecomputedTextCompat;
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
.end param
|
|
|
|
.line 1
|
|
invoke-static {p0, p1}, Landroidx/core/widget/TextViewCompat;->f(Landroidx/appcompat/widget/AppCompatTextView;Landroidx/core/text/PrecomputedTextCompat;)V
|
|
|
|
.line 2
|
|
.line 3
|
|
.line 4
|
|
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/AppCompatTextView;->c: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/AppCompatTextView;->c: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 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/AppCompatTextView;->f: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/AppCompatTextView;->f: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 setTextAppearance(Landroid/content/Context;I)V
|
|
.locals 1
|
|
|
|
.line 1
|
|
invoke-super {p0, p1, p2}, Landroid/widget/TextView;->setTextAppearance(Landroid/content/Context;I)V
|
|
|
|
.line 2
|
|
.line 3
|
|
.line 4
|
|
iget-object v0, p0, Landroidx/appcompat/widget/AppCompatTextView;->f: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
|
|
|
|
.method public setTextClassifier(Landroid/view/textclassifier/TextClassifier;)V
|
|
.locals 2
|
|
.param p1 # Landroid/view/textclassifier/TextClassifier;
|
|
.annotation build Landroidx/annotation/Nullable;
|
|
.end annotation
|
|
.end param
|
|
.annotation build Landroidx/annotation/RequiresApi;
|
|
.end annotation
|
|
|
|
.line 1
|
|
sget v0, Landroid/os/Build$VERSION;->SDK_INT:I
|
|
|
|
.line 2
|
|
.line 3
|
|
const/16 v1, 0x1c
|
|
|
|
.line 4
|
|
.line 5
|
|
if-ge v0, v1, :cond_1
|
|
|
|
.line 6
|
|
.line 7
|
|
iget-object v0, p0, Landroidx/appcompat/widget/AppCompatTextView;->g:Landroidx/appcompat/widget/AppCompatTextClassifierHelper;
|
|
|
|
.line 8
|
|
.line 9
|
|
if-nez v0, :cond_0
|
|
|
|
.line 10
|
|
.line 11
|
|
goto :goto_0
|
|
|
|
.line 12
|
|
:cond_0
|
|
iput-object p1, v0, Landroidx/appcompat/widget/AppCompatTextClassifierHelper;->b:Landroid/view/textclassifier/TextClassifier;
|
|
|
|
.line 13
|
|
.line 14
|
|
return-void
|
|
|
|
.line 15
|
|
:cond_1
|
|
:goto_0
|
|
invoke-virtual {p0}, Landroidx/appcompat/widget/AppCompatTextView;->getSuperCaller()Landroidx/appcompat/widget/AppCompatTextView$SuperCaller;
|
|
|
|
.line 16
|
|
.line 17
|
|
.line 18
|
|
move-result-object v0
|
|
|
|
.line 19
|
|
invoke-interface {v0, p1}, Landroidx/appcompat/widget/AppCompatTextView$SuperCaller;->e(Landroid/view/textclassifier/TextClassifier;)V
|
|
|
|
.line 20
|
|
.line 21
|
|
.line 22
|
|
return-void
|
|
.end method
|
|
|
|
.method public setTextFuture(Ljava/util/concurrent/Future;)V
|
|
.locals 0
|
|
.param p1 # Ljava/util/concurrent/Future;
|
|
.annotation build Landroidx/annotation/Nullable;
|
|
.end annotation
|
|
.end param
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"(",
|
|
"Ljava/util/concurrent/Future<",
|
|
"Landroidx/core/text/PrecomputedTextCompat;",
|
|
">;)V"
|
|
}
|
|
.end annotation
|
|
|
|
.line 1
|
|
iput-object p1, p0, Landroidx/appcompat/widget/AppCompatTextView;->k:Ljava/util/concurrent/Future;
|
|
|
|
.line 2
|
|
.line 3
|
|
if-eqz p1, :cond_0
|
|
|
|
.line 4
|
|
.line 5
|
|
invoke-virtual {p0}, Landroid/view/View;->requestLayout()V
|
|
|
|
.line 6
|
|
.line 7
|
|
.line 8
|
|
:cond_0
|
|
return-void
|
|
.end method
|
|
|
|
.method public setTextMetricsParamsCompat(Landroidx/core/text/PrecomputedTextCompat$Params;)V
|
|
.locals 5
|
|
.param p1 # Landroidx/core/text/PrecomputedTextCompat$Params;
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
.end param
|
|
|
|
.line 1
|
|
iget-object v0, p1, Landroidx/core/text/PrecomputedTextCompat$Params;->b:Landroid/text/TextDirectionHeuristic;
|
|
|
|
.line 2
|
|
.line 3
|
|
sget-object v1, Landroid/text/TextDirectionHeuristics;->FIRSTSTRONG_RTL:Landroid/text/TextDirectionHeuristic;
|
|
|
|
.line 4
|
|
.line 5
|
|
const/4 v2, 0x1
|
|
|
|
.line 6
|
|
if-ne v0, v1, :cond_0
|
|
|
|
.line 7
|
|
.line 8
|
|
goto :goto_0
|
|
|
|
.line 9
|
|
:cond_0
|
|
sget-object v3, Landroid/text/TextDirectionHeuristics;->FIRSTSTRONG_LTR:Landroid/text/TextDirectionHeuristic;
|
|
|
|
.line 10
|
|
.line 11
|
|
if-ne v0, v3, :cond_1
|
|
|
|
.line 12
|
|
.line 13
|
|
goto :goto_0
|
|
|
|
.line 14
|
|
:cond_1
|
|
sget-object v4, Landroid/text/TextDirectionHeuristics;->ANYRTL_LTR:Landroid/text/TextDirectionHeuristic;
|
|
|
|
.line 15
|
|
.line 16
|
|
if-ne v0, v4, :cond_2
|
|
|
|
.line 17
|
|
.line 18
|
|
const/4 v2, 0x2
|
|
|
|
.line 19
|
|
goto :goto_0
|
|
|
|
.line 20
|
|
:cond_2
|
|
sget-object v4, Landroid/text/TextDirectionHeuristics;->LTR:Landroid/text/TextDirectionHeuristic;
|
|
|
|
.line 21
|
|
.line 22
|
|
if-ne v0, v4, :cond_3
|
|
|
|
.line 23
|
|
.line 24
|
|
const/4 v2, 0x3
|
|
|
|
.line 25
|
|
goto :goto_0
|
|
|
|
.line 26
|
|
:cond_3
|
|
sget-object v4, Landroid/text/TextDirectionHeuristics;->RTL:Landroid/text/TextDirectionHeuristic;
|
|
|
|
.line 27
|
|
.line 28
|
|
if-ne v0, v4, :cond_4
|
|
|
|
.line 29
|
|
.line 30
|
|
const/4 v2, 0x4
|
|
|
|
.line 31
|
|
goto :goto_0
|
|
|
|
.line 32
|
|
:cond_4
|
|
sget-object v4, Landroid/text/TextDirectionHeuristics;->LOCALE:Landroid/text/TextDirectionHeuristic;
|
|
|
|
.line 33
|
|
.line 34
|
|
if-ne v0, v4, :cond_5
|
|
|
|
.line 35
|
|
.line 36
|
|
const/4 v2, 0x5
|
|
|
|
.line 37
|
|
goto :goto_0
|
|
|
|
.line 38
|
|
:cond_5
|
|
if-ne v0, v3, :cond_6
|
|
|
|
.line 39
|
|
.line 40
|
|
const/4 v2, 0x6
|
|
|
|
.line 41
|
|
goto :goto_0
|
|
|
|
.line 42
|
|
:cond_6
|
|
if-ne v0, v1, :cond_7
|
|
|
|
.line 43
|
|
.line 44
|
|
const/4 v2, 0x7
|
|
|
|
.line 45
|
|
:cond_7
|
|
:goto_0
|
|
invoke-virtual {p0, v2}, Landroid/view/View;->setTextDirection(I)V
|
|
|
|
.line 46
|
|
.line 47
|
|
.line 48
|
|
invoke-virtual {p0}, Landroid/widget/TextView;->getPaint()Landroid/text/TextPaint;
|
|
|
|
.line 49
|
|
.line 50
|
|
.line 51
|
|
move-result-object v0
|
|
|
|
.line 52
|
|
iget-object v1, p1, Landroidx/core/text/PrecomputedTextCompat$Params;->a:Landroid/text/TextPaint;
|
|
|
|
.line 53
|
|
.line 54
|
|
invoke-virtual {v0, v1}, Landroid/text/TextPaint;->set(Landroid/text/TextPaint;)V
|
|
|
|
.line 55
|
|
.line 56
|
|
.line 57
|
|
iget v0, p1, Landroidx/core/text/PrecomputedTextCompat$Params;->c:I
|
|
|
|
.line 58
|
|
.line 59
|
|
invoke-virtual {p0, v0}, Landroid/widget/TextView;->setBreakStrategy(I)V
|
|
|
|
.line 60
|
|
.line 61
|
|
.line 62
|
|
iget p1, p1, Landroidx/core/text/PrecomputedTextCompat$Params;->d:I
|
|
|
|
.line 63
|
|
.line 64
|
|
invoke-virtual {p0, p1}, Landroid/widget/TextView;->setHyphenationFrequency(I)V
|
|
|
|
.line 65
|
|
.line 66
|
|
.line 67
|
|
return-void
|
|
.end method
|
|
|
|
.method public final setTextSize(IF)V
|
|
.locals 2
|
|
|
|
.line 1
|
|
sget-boolean v0, Landroidx/appcompat/widget/ViewUtils;->c:Z
|
|
|
|
.line 2
|
|
.line 3
|
|
if-eqz v0, :cond_0
|
|
|
|
.line 4
|
|
.line 5
|
|
invoke-super {p0, p1, p2}, Landroid/widget/TextView;->setTextSize(IF)V
|
|
|
|
.line 6
|
|
.line 7
|
|
.line 8
|
|
return-void
|
|
|
|
.line 9
|
|
:cond_0
|
|
iget-object v1, p0, Landroidx/appcompat/widget/AppCompatTextView;->f:Landroidx/appcompat/widget/AppCompatTextHelper;
|
|
|
|
.line 10
|
|
.line 11
|
|
if-eqz v1, :cond_1
|
|
|
|
.line 12
|
|
.line 13
|
|
iget-object v1, v1, Landroidx/appcompat/widget/AppCompatTextHelper;->i:Landroidx/appcompat/widget/AppCompatTextViewAutoSizeHelper;
|
|
|
|
.line 14
|
|
.line 15
|
|
if-nez v0, :cond_1
|
|
|
|
.line 16
|
|
.line 17
|
|
invoke-virtual {v1}, Landroidx/appcompat/widget/AppCompatTextViewAutoSizeHelper;->f()Z
|
|
|
|
.line 18
|
|
.line 19
|
|
.line 20
|
|
move-result v0
|
|
|
|
.line 21
|
|
if-nez v0, :cond_1
|
|
|
|
.line 22
|
|
.line 23
|
|
invoke-virtual {v1, p2, p1}, Landroidx/appcompat/widget/AppCompatTextViewAutoSizeHelper;->g(FI)V
|
|
|
|
.line 24
|
|
.line 25
|
|
.line 26
|
|
:cond_1
|
|
return-void
|
|
.end method
|
|
|
|
.method public final setTypeface(Landroid/graphics/Typeface;I)V
|
|
.locals 2
|
|
|
|
.line 1
|
|
iget-boolean v0, p0, Landroidx/appcompat/widget/AppCompatTextView;->i:Z
|
|
|
|
.line 2
|
|
.line 3
|
|
if-eqz v0, :cond_0
|
|
|
|
.line 4
|
|
.line 5
|
|
return-void
|
|
|
|
.line 6
|
|
:cond_0
|
|
if-eqz p1, :cond_2
|
|
|
|
.line 7
|
|
.line 8
|
|
if-lez p2, :cond_2
|
|
|
|
.line 9
|
|
.line 10
|
|
invoke-virtual {p0}, Landroid/view/View;->getContext()Landroid/content/Context;
|
|
|
|
.line 11
|
|
.line 12
|
|
.line 13
|
|
move-result-object v0
|
|
|
|
.line 14
|
|
sget-object v1, Landroidx/core/graphics/TypefaceCompat;->a:Landroidx/core/graphics/TypefaceCompatBaseImpl;
|
|
|
|
.line 15
|
|
.line 16
|
|
if-eqz v0, :cond_1
|
|
|
|
.line 17
|
|
.line 18
|
|
invoke-static {p1, p2}, Landroid/graphics/Typeface;->create(Landroid/graphics/Typeface;I)Landroid/graphics/Typeface;
|
|
|
|
.line 19
|
|
.line 20
|
|
.line 21
|
|
move-result-object v0
|
|
|
|
.line 22
|
|
goto :goto_0
|
|
|
|
.line 23
|
|
:cond_1
|
|
new-instance p1, Ljava/lang/IllegalArgumentException;
|
|
|
|
.line 24
|
|
.line 25
|
|
const-string p2, "Context cannot be null"
|
|
|
|
.line 26
|
|
.line 27
|
|
invoke-direct {p1, p2}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
|
|
|
|
.line 28
|
|
.line 29
|
|
.line 30
|
|
throw p1
|
|
|
|
.line 31
|
|
:cond_2
|
|
const/4 v0, 0x0
|
|
|
|
.line 32
|
|
:goto_0
|
|
const/4 v1, 0x1
|
|
|
|
.line 33
|
|
iput-boolean v1, p0, Landroidx/appcompat/widget/AppCompatTextView;->i:Z
|
|
|
|
.line 34
|
|
.line 35
|
|
if-eqz v0, :cond_3
|
|
|
|
.line 36
|
|
.line 37
|
|
move-object p1, v0
|
|
|
|
.line 38
|
|
:cond_3
|
|
const/4 v0, 0x0
|
|
|
|
.line 39
|
|
:try_start_0
|
|
invoke-super {p0, p1, p2}, Landroid/widget/TextView;->setTypeface(Landroid/graphics/Typeface;I)V
|
|
:try_end_0
|
|
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
|
|
|
.line 40
|
|
.line 41
|
|
.line 42
|
|
iput-boolean v0, p0, Landroidx/appcompat/widget/AppCompatTextView;->i:Z
|
|
|
|
.line 43
|
|
.line 44
|
|
return-void
|
|
|
|
.line 45
|
|
:catchall_0
|
|
move-exception p1
|
|
|
|
.line 46
|
|
iput-boolean v0, p0, Landroidx/appcompat/widget/AppCompatTextView;->i:Z
|
|
|
|
.line 47
|
|
.line 48
|
|
throw p1
|
|
.end method
|