- Imported from https://github.com/supermegamestre/Project-Real-Resurrection-3 - APKTool decompilation (Smali bytecode) for modding and rebuilding APK - Supports both 32-bit (armeabi-v7a) and 64-bit (arm64-v8a) architectures - Includes full Smali source, resources, and native libraries - Ready to rebuild APK after modifications with apktool b command - Added comprehensive README-apktool.md with modding guide This branch complements the JADX branches: - Use JADX (main/discord-community) to UNDERSTAND code (readable Java) - Use APKTool (this branch) to MODIFY and REBUILD APK (editable Smali) Total: 44,417 files, 538.51 MB Smali source code
1364 lines
36 KiB
Smali
1364 lines
36 KiB
Smali
.class public Landroidx/appcompat/app/AppCompatViewInflater;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/MemberClasses;
|
|
value = {
|
|
Landroidx/appcompat/app/AppCompatViewInflater$DeclaredOnClickListener;
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# static fields
|
|
.field private static final LOG_TAG:Ljava/lang/String; = "AppCompatViewInflater"
|
|
|
|
.field private static final sAccessibilityHeading:[I
|
|
|
|
.field private static final sAccessibilityPaneTitle:[I
|
|
|
|
.field private static final sClassPrefixList:[Ljava/lang/String;
|
|
|
|
.field private static final sConstructorMap:Landroidx/collection/SimpleArrayMap;
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Landroidx/collection/SimpleArrayMap<",
|
|
"Ljava/lang/String;",
|
|
"Ljava/lang/reflect/Constructor<",
|
|
"+",
|
|
"Landroid/view/View;",
|
|
">;>;"
|
|
}
|
|
.end annotation
|
|
.end field
|
|
|
|
.field private static final sConstructorSignature:[Ljava/lang/Class;
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"[",
|
|
"Ljava/lang/Class<",
|
|
"*>;"
|
|
}
|
|
.end annotation
|
|
.end field
|
|
|
|
.field private static final sOnClickAttrs:[I
|
|
|
|
.field private static final sScreenReaderFocusable:[I
|
|
|
|
|
|
# instance fields
|
|
.field private final mConstructorArgs:[Ljava/lang/Object;
|
|
|
|
|
|
# direct methods
|
|
.method static constructor <clinit>()V
|
|
.locals 3
|
|
|
|
const/4 v0, 0x2
|
|
|
|
new-array v0, v0, [Ljava/lang/Class;
|
|
|
|
const/4 v1, 0x0
|
|
|
|
const-class v2, Landroid/content/Context;
|
|
|
|
aput-object v2, v0, v1
|
|
|
|
const/4 v1, 0x1
|
|
|
|
const-class v2, Landroid/util/AttributeSet;
|
|
|
|
aput-object v2, v0, v1
|
|
|
|
sput-object v0, Landroidx/appcompat/app/AppCompatViewInflater;->sConstructorSignature:[Ljava/lang/Class;
|
|
|
|
const v0, 0x101026f
|
|
|
|
filled-new-array {v0}, [I
|
|
|
|
move-result-object v0
|
|
|
|
sput-object v0, Landroidx/appcompat/app/AppCompatViewInflater;->sOnClickAttrs:[I
|
|
|
|
const v0, 0x1010580
|
|
|
|
filled-new-array {v0}, [I
|
|
|
|
move-result-object v0
|
|
|
|
sput-object v0, Landroidx/appcompat/app/AppCompatViewInflater;->sAccessibilityHeading:[I
|
|
|
|
const v0, 0x101057c
|
|
|
|
filled-new-array {v0}, [I
|
|
|
|
move-result-object v0
|
|
|
|
sput-object v0, Landroidx/appcompat/app/AppCompatViewInflater;->sAccessibilityPaneTitle:[I
|
|
|
|
const v0, 0x1010574
|
|
|
|
filled-new-array {v0}, [I
|
|
|
|
move-result-object v0
|
|
|
|
sput-object v0, Landroidx/appcompat/app/AppCompatViewInflater;->sScreenReaderFocusable:[I
|
|
|
|
const-string v0, "android.view."
|
|
|
|
const-string v1, "android.webkit."
|
|
|
|
const-string v2, "android.widget."
|
|
|
|
filled-new-array {v2, v0, v1}, [Ljava/lang/String;
|
|
|
|
move-result-object v0
|
|
|
|
sput-object v0, Landroidx/appcompat/app/AppCompatViewInflater;->sClassPrefixList:[Ljava/lang/String;
|
|
|
|
.line 93
|
|
new-instance v0, Landroidx/collection/SimpleArrayMap;
|
|
|
|
invoke-direct {v0}, Landroidx/collection/SimpleArrayMap;-><init>()V
|
|
|
|
sput-object v0, Landroidx/appcompat/app/AppCompatViewInflater;->sConstructorMap:Landroidx/collection/SimpleArrayMap;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public constructor <init>()V
|
|
.locals 1
|
|
|
|
.line 73
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
const/4 v0, 0x2
|
|
|
|
new-array v0, v0, [Ljava/lang/Object;
|
|
|
|
iput-object v0, p0, Landroidx/appcompat/app/AppCompatViewInflater;->mConstructorArgs:[Ljava/lang/Object;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private backportAccessibilityAttributes(Landroid/content/Context;Landroid/view/View;Landroid/util/AttributeSet;)V
|
|
.locals 3
|
|
.param p1 # Landroid/content/Context;
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
.end param
|
|
.param p2 # Landroid/view/View;
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
.end param
|
|
.param p3 # Landroid/util/AttributeSet;
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
.end param
|
|
|
|
sget v0, Landroid/os/Build$VERSION;->SDK_INT:I
|
|
|
|
const/16 v1, 0x1c
|
|
|
|
if-le v0, v1, :cond_0
|
|
|
|
return-void
|
|
|
|
:cond_0
|
|
sget-object v0, Landroidx/appcompat/app/AppCompatViewInflater;->sAccessibilityHeading:[I
|
|
|
|
.line 425
|
|
invoke-virtual {p1, p3, v0}, Landroid/content/Context;->obtainStyledAttributes(Landroid/util/AttributeSet;[I)Landroid/content/res/TypedArray;
|
|
|
|
move-result-object v0
|
|
|
|
const/4 v1, 0x0
|
|
|
|
.line 426
|
|
invoke-virtual {v0, v1}, Landroid/content/res/TypedArray;->hasValue(I)Z
|
|
|
|
move-result v2
|
|
|
|
if-eqz v2, :cond_1
|
|
|
|
.line 427
|
|
invoke-virtual {v0, v1, v1}, Landroid/content/res/TypedArray;->getBoolean(IZ)Z
|
|
|
|
move-result v2
|
|
|
|
invoke-static {p2, v2}, Landroidx/core/view/ViewCompat;->setAccessibilityHeading(Landroid/view/View;Z)V
|
|
|
|
.line 429
|
|
:cond_1
|
|
invoke-virtual {v0}, Landroid/content/res/TypedArray;->recycle()V
|
|
|
|
sget-object v0, Landroidx/appcompat/app/AppCompatViewInflater;->sAccessibilityPaneTitle:[I
|
|
|
|
.line 431
|
|
invoke-virtual {p1, p3, v0}, Landroid/content/Context;->obtainStyledAttributes(Landroid/util/AttributeSet;[I)Landroid/content/res/TypedArray;
|
|
|
|
move-result-object v0
|
|
|
|
.line 432
|
|
invoke-virtual {v0, v1}, Landroid/content/res/TypedArray;->hasValue(I)Z
|
|
|
|
move-result v2
|
|
|
|
if-eqz v2, :cond_2
|
|
|
|
.line 433
|
|
invoke-virtual {v0, v1}, Landroid/content/res/TypedArray;->getString(I)Ljava/lang/String;
|
|
|
|
move-result-object v2
|
|
|
|
invoke-static {p2, v2}, Landroidx/core/view/ViewCompat;->setAccessibilityPaneTitle(Landroid/view/View;Ljava/lang/CharSequence;)V
|
|
|
|
.line 435
|
|
:cond_2
|
|
invoke-virtual {v0}, Landroid/content/res/TypedArray;->recycle()V
|
|
|
|
sget-object v0, Landroidx/appcompat/app/AppCompatViewInflater;->sScreenReaderFocusable:[I
|
|
|
|
.line 437
|
|
invoke-virtual {p1, p3, v0}, Landroid/content/Context;->obtainStyledAttributes(Landroid/util/AttributeSet;[I)Landroid/content/res/TypedArray;
|
|
|
|
move-result-object p1
|
|
|
|
.line 438
|
|
invoke-virtual {p1, v1}, Landroid/content/res/TypedArray;->hasValue(I)Z
|
|
|
|
move-result p3
|
|
|
|
if-eqz p3, :cond_3
|
|
|
|
.line 439
|
|
invoke-virtual {p1, v1, v1}, Landroid/content/res/TypedArray;->getBoolean(IZ)Z
|
|
|
|
move-result p3
|
|
|
|
invoke-static {p2, p3}, Landroidx/core/view/ViewCompat;->setScreenReaderFocusable(Landroid/view/View;Z)V
|
|
|
|
.line 441
|
|
:cond_3
|
|
invoke-virtual {p1}, Landroid/content/res/TypedArray;->recycle()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private checkOnClickListener(Landroid/view/View;Landroid/util/AttributeSet;)V
|
|
.locals 2
|
|
|
|
.line 347
|
|
invoke-virtual {p1}, Landroid/view/View;->getContext()Landroid/content/Context;
|
|
|
|
move-result-object v0
|
|
|
|
.line 349
|
|
instance-of v1, v0, Landroid/content/ContextWrapper;
|
|
|
|
if-eqz v1, :cond_2
|
|
|
|
invoke-virtual {p1}, Landroid/view/View;->hasOnClickListeners()Z
|
|
|
|
move-result v1
|
|
|
|
if-nez v1, :cond_0
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
sget-object v1, Landroidx/appcompat/app/AppCompatViewInflater;->sOnClickAttrs:[I
|
|
|
|
.line 356
|
|
invoke-virtual {v0, p2, v1}, Landroid/content/Context;->obtainStyledAttributes(Landroid/util/AttributeSet;[I)Landroid/content/res/TypedArray;
|
|
|
|
move-result-object p2
|
|
|
|
const/4 v0, 0x0
|
|
|
|
.line 357
|
|
invoke-virtual {p2, v0}, Landroid/content/res/TypedArray;->getString(I)Ljava/lang/String;
|
|
|
|
move-result-object v0
|
|
|
|
if-eqz v0, :cond_1
|
|
|
|
.line 359
|
|
new-instance v1, Landroidx/appcompat/app/AppCompatViewInflater$DeclaredOnClickListener;
|
|
|
|
invoke-direct {v1, p1, v0}, Landroidx/appcompat/app/AppCompatViewInflater$DeclaredOnClickListener;-><init>(Landroid/view/View;Ljava/lang/String;)V
|
|
|
|
invoke-virtual {p1, v1}, Landroid/view/View;->setOnClickListener(Landroid/view/View$OnClickListener;)V
|
|
|
|
.line 361
|
|
:cond_1
|
|
invoke-virtual {p2}, Landroid/content/res/TypedArray;->recycle()V
|
|
|
|
:cond_2
|
|
:goto_0
|
|
return-void
|
|
.end method
|
|
|
|
.method private createViewByPrefix(Landroid/content/Context;Ljava/lang/String;Ljava/lang/String;)Landroid/view/View;
|
|
.locals 2
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/lang/ClassNotFoundException;,
|
|
Landroid/view/InflateException;
|
|
}
|
|
.end annotation
|
|
|
|
sget-object v0, Landroidx/appcompat/app/AppCompatViewInflater;->sConstructorMap:Landroidx/collection/SimpleArrayMap;
|
|
|
|
.line 366
|
|
invoke-virtual {v0, p2}, Landroidx/collection/SimpleArrayMap;->get(Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
move-result-object v1
|
|
|
|
check-cast v1, Ljava/lang/reflect/Constructor;
|
|
|
|
if-nez v1, :cond_1
|
|
|
|
if-eqz p3, :cond_0
|
|
|
|
.line 372
|
|
:try_start_0
|
|
new-instance v1, Ljava/lang/StringBuilder;
|
|
|
|
invoke-direct {v1}, Ljava/lang/StringBuilder;-><init>()V
|
|
|
|
invoke-virtual {v1, p3}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
|
|
|
invoke-virtual {v1, p2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
|
|
|
invoke-virtual {v1}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
|
|
|
move-result-object p3
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
move-object p3, p2
|
|
|
|
.line 374
|
|
:goto_0
|
|
invoke-virtual {p1}, Landroid/content/Context;->getClassLoader()Ljava/lang/ClassLoader;
|
|
|
|
move-result-object p1
|
|
|
|
const/4 v1, 0x0
|
|
|
|
.line 371
|
|
invoke-static {p3, v1, p1}, Ljava/lang/Class;->forName(Ljava/lang/String;ZLjava/lang/ClassLoader;)Ljava/lang/Class;
|
|
|
|
move-result-object p1
|
|
|
|
const-class p3, Landroid/view/View;
|
|
|
|
.line 374
|
|
invoke-virtual {p1, p3}, Ljava/lang/Class;->asSubclass(Ljava/lang/Class;)Ljava/lang/Class;
|
|
|
|
move-result-object p1
|
|
|
|
sget-object p3, Landroidx/appcompat/app/AppCompatViewInflater;->sConstructorSignature:[Ljava/lang/Class;
|
|
|
|
.line 376
|
|
invoke-virtual {p1, p3}, Ljava/lang/Class;->getConstructor([Ljava/lang/Class;)Ljava/lang/reflect/Constructor;
|
|
|
|
move-result-object v1
|
|
|
|
.line 377
|
|
invoke-virtual {v0, p2, v1}, Landroidx/collection/SimpleArrayMap;->put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
:cond_1
|
|
const/4 p1, 0x1
|
|
|
|
.line 379
|
|
invoke-virtual {v1, p1}, Ljava/lang/reflect/AccessibleObject;->setAccessible(Z)V
|
|
|
|
iget-object p1, p0, Landroidx/appcompat/app/AppCompatViewInflater;->mConstructorArgs:[Ljava/lang/Object;
|
|
|
|
.line 380
|
|
invoke-virtual {v1, p1}, Ljava/lang/reflect/Constructor;->newInstance([Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
move-result-object p1
|
|
|
|
check-cast p1, Landroid/view/View;
|
|
:try_end_0
|
|
.catch Ljava/lang/Exception; {:try_start_0 .. :try_end_0} :catch_0
|
|
|
|
return-object p1
|
|
|
|
:catch_0
|
|
const/4 p1, 0x0
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method private createViewFromTag(Landroid/content/Context;Ljava/lang/String;Landroid/util/AttributeSet;)Landroid/view/View;
|
|
.locals 5
|
|
|
|
const-string v0, "view"
|
|
|
|
.line 311
|
|
invoke-virtual {p2, v0}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
|
|
|
|
move-result v0
|
|
|
|
const/4 v1, 0x0
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
const-string p2, "class"
|
|
|
|
.line 312
|
|
invoke-interface {p3, v1, p2}, Landroid/util/AttributeSet;->getAttributeValue(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
|
|
|
|
move-result-object p2
|
|
|
|
:cond_0
|
|
const/4 v0, 0x1
|
|
|
|
const/4 v2, 0x0
|
|
|
|
:try_start_0
|
|
iget-object v3, p0, Landroidx/appcompat/app/AppCompatViewInflater;->mConstructorArgs:[Ljava/lang/Object;
|
|
|
|
.line 316
|
|
aput-object p1, v3, v2
|
|
|
|
.line 317
|
|
aput-object p3, v3, v0
|
|
|
|
const/16 p3, 0x2e
|
|
|
|
.line 319
|
|
invoke-virtual {p2, p3}, Ljava/lang/String;->indexOf(I)I
|
|
|
|
move-result p3
|
|
|
|
const/4 v3, -0x1
|
|
|
|
if-ne v3, p3, :cond_3
|
|
|
|
move p3, v2
|
|
|
|
:goto_0
|
|
sget-object v3, Landroidx/appcompat/app/AppCompatViewInflater;->sClassPrefixList:[Ljava/lang/String;
|
|
|
|
.line 320
|
|
array-length v4, v3
|
|
|
|
if-ge p3, v4, :cond_2
|
|
|
|
.line 321
|
|
aget-object v3, v3, p3
|
|
|
|
invoke-direct {p0, p1, p2, v3}, Landroidx/appcompat/app/AppCompatViewInflater;->createViewByPrefix(Landroid/content/Context;Ljava/lang/String;Ljava/lang/String;)Landroid/view/View;
|
|
|
|
move-result-object v3
|
|
:try_end_0
|
|
.catch Ljava/lang/Exception; {:try_start_0 .. :try_end_0} :catch_0
|
|
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
|
|
|
if-eqz v3, :cond_1
|
|
|
|
iget-object p1, p0, Landroidx/appcompat/app/AppCompatViewInflater;->mConstructorArgs:[Ljava/lang/Object;
|
|
|
|
.line 336
|
|
aput-object v1, p1, v2
|
|
|
|
.line 337
|
|
aput-object v1, p1, v0
|
|
|
|
return-object v3
|
|
|
|
:cond_1
|
|
add-int/lit8 p3, p3, 0x1
|
|
|
|
goto :goto_0
|
|
|
|
:catchall_0
|
|
move-exception p1
|
|
|
|
goto :goto_1
|
|
|
|
:cond_2
|
|
iget-object p1, p0, Landroidx/appcompat/app/AppCompatViewInflater;->mConstructorArgs:[Ljava/lang/Object;
|
|
|
|
.line 336
|
|
aput-object v1, p1, v2
|
|
|
|
.line 337
|
|
aput-object v1, p1, v0
|
|
|
|
return-object v1
|
|
|
|
.line 328
|
|
:cond_3
|
|
:try_start_1
|
|
invoke-direct {p0, p1, p2, v1}, Landroidx/appcompat/app/AppCompatViewInflater;->createViewByPrefix(Landroid/content/Context;Ljava/lang/String;Ljava/lang/String;)Landroid/view/View;
|
|
|
|
move-result-object p1
|
|
:try_end_1
|
|
.catch Ljava/lang/Exception; {:try_start_1 .. :try_end_1} :catch_0
|
|
.catchall {:try_start_1 .. :try_end_1} :catchall_0
|
|
|
|
iget-object p2, p0, Landroidx/appcompat/app/AppCompatViewInflater;->mConstructorArgs:[Ljava/lang/Object;
|
|
|
|
.line 336
|
|
aput-object v1, p2, v2
|
|
|
|
.line 337
|
|
aput-object v1, p2, v0
|
|
|
|
return-object p1
|
|
|
|
:goto_1
|
|
iget-object p2, p0, Landroidx/appcompat/app/AppCompatViewInflater;->mConstructorArgs:[Ljava/lang/Object;
|
|
|
|
.line 336
|
|
aput-object v1, p2, v2
|
|
|
|
.line 337
|
|
aput-object v1, p2, v0
|
|
|
|
.line 338
|
|
throw p1
|
|
|
|
:catch_0
|
|
iget-object p1, p0, Landroidx/appcompat/app/AppCompatViewInflater;->mConstructorArgs:[Ljava/lang/Object;
|
|
|
|
.line 336
|
|
aput-object v1, p1, v2
|
|
|
|
.line 337
|
|
aput-object v1, p1, v0
|
|
|
|
return-object v1
|
|
.end method
|
|
|
|
.method private static themifyContext(Landroid/content/Context;Landroid/util/AttributeSet;ZZ)Landroid/content/Context;
|
|
.locals 2
|
|
|
|
.line 393
|
|
sget-object v0, Landroidx/appcompat/R$styleable;->View:[I
|
|
|
|
const/4 v1, 0x0
|
|
|
|
invoke-virtual {p0, p1, v0, v1, v1}, Landroid/content/Context;->obtainStyledAttributes(Landroid/util/AttributeSet;[III)Landroid/content/res/TypedArray;
|
|
|
|
move-result-object p1
|
|
|
|
if-eqz p2, :cond_0
|
|
|
|
.line 397
|
|
sget p2, Landroidx/appcompat/R$styleable;->View_android_theme:I
|
|
|
|
invoke-virtual {p1, p2, v1}, Landroid/content/res/TypedArray;->getResourceId(II)I
|
|
|
|
move-result p2
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
move p2, v1
|
|
|
|
:goto_0
|
|
if-eqz p3, :cond_1
|
|
|
|
if-nez p2, :cond_1
|
|
|
|
.line 401
|
|
sget p2, Landroidx/appcompat/R$styleable;->View_theme:I
|
|
|
|
invoke-virtual {p1, p2, v1}, Landroid/content/res/TypedArray;->getResourceId(II)I
|
|
|
|
move-result p2
|
|
|
|
.line 408
|
|
:cond_1
|
|
invoke-virtual {p1}, Landroid/content/res/TypedArray;->recycle()V
|
|
|
|
if-eqz p2, :cond_3
|
|
|
|
.line 410
|
|
instance-of p1, p0, Landroidx/appcompat/view/ContextThemeWrapper;
|
|
|
|
if-eqz p1, :cond_2
|
|
|
|
move-object p1, p0
|
|
|
|
check-cast p1, Landroidx/appcompat/view/ContextThemeWrapper;
|
|
|
|
.line 411
|
|
invoke-virtual {p1}, Landroidx/appcompat/view/ContextThemeWrapper;->getThemeResId()I
|
|
|
|
move-result p1
|
|
|
|
if-eq p1, p2, :cond_3
|
|
|
|
.line 414
|
|
:cond_2
|
|
new-instance p1, Landroidx/appcompat/view/ContextThemeWrapper;
|
|
|
|
invoke-direct {p1, p0, p2}, Landroidx/appcompat/view/ContextThemeWrapper;-><init>(Landroid/content/Context;I)V
|
|
|
|
move-object p0, p1
|
|
|
|
:cond_3
|
|
return-object p0
|
|
.end method
|
|
|
|
.method private verifyNotNull(Landroid/view/View;Ljava/lang/String;)V
|
|
.locals 2
|
|
|
|
if-eqz p1, :cond_0
|
|
|
|
return-void
|
|
|
|
.line 300
|
|
:cond_0
|
|
new-instance p1, Ljava/lang/IllegalStateException;
|
|
|
|
new-instance v0, Ljava/lang/StringBuilder;
|
|
|
|
invoke-direct {v0}, Ljava/lang/StringBuilder;-><init>()V
|
|
|
|
invoke-virtual {p0}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
|
|
|
|
move-result-object v1
|
|
|
|
invoke-virtual {v1}, Ljava/lang/Class;->getName()Ljava/lang/String;
|
|
|
|
move-result-object v1
|
|
|
|
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
|
|
|
const-string v1, " asked to inflate view for <"
|
|
|
|
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
|
|
|
invoke-virtual {v0, p2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
|
|
|
const-string p2, ">, but returned null"
|
|
|
|
invoke-virtual {v0, p2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
|
|
|
invoke-virtual {v0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
|
|
|
move-result-object p2
|
|
|
|
invoke-direct {p1, p2}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
|
|
|
|
throw p1
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public createAutoCompleteTextView(Landroid/content/Context;Landroid/util/AttributeSet;)Landroidx/appcompat/widget/AppCompatAutoCompleteTextView;
|
|
.locals 1
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
|
|
.line 274
|
|
new-instance v0, Landroidx/appcompat/widget/AppCompatAutoCompleteTextView;
|
|
|
|
invoke-direct {v0, p1, p2}, Landroidx/appcompat/widget/AppCompatAutoCompleteTextView;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public createButton(Landroid/content/Context;Landroid/util/AttributeSet;)Landroidx/appcompat/widget/AppCompatButton;
|
|
.locals 1
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
|
|
.line 238
|
|
new-instance v0, Landroidx/appcompat/widget/AppCompatButton;
|
|
|
|
invoke-direct {v0, p1, p2}, Landroidx/appcompat/widget/AppCompatButton;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public createCheckBox(Landroid/content/Context;Landroid/util/AttributeSet;)Landroidx/appcompat/widget/AppCompatCheckBox;
|
|
.locals 1
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
|
|
.line 258
|
|
new-instance v0, Landroidx/appcompat/widget/AppCompatCheckBox;
|
|
|
|
invoke-direct {v0, p1, p2}, Landroidx/appcompat/widget/AppCompatCheckBox;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public createCheckedTextView(Landroid/content/Context;Landroid/util/AttributeSet;)Landroidx/appcompat/widget/AppCompatCheckedTextView;
|
|
.locals 1
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
|
|
.line 268
|
|
new-instance v0, Landroidx/appcompat/widget/AppCompatCheckedTextView;
|
|
|
|
invoke-direct {v0, p1, p2}, Landroidx/appcompat/widget/AppCompatCheckedTextView;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public createEditText(Landroid/content/Context;Landroid/util/AttributeSet;)Landroidx/appcompat/widget/AppCompatEditText;
|
|
.locals 1
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
|
|
.line 243
|
|
new-instance v0, Landroidx/appcompat/widget/AppCompatEditText;
|
|
|
|
invoke-direct {v0, p1, p2}, Landroidx/appcompat/widget/AppCompatEditText;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public createImageButton(Landroid/content/Context;Landroid/util/AttributeSet;)Landroidx/appcompat/widget/AppCompatImageButton;
|
|
.locals 1
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
|
|
.line 253
|
|
new-instance v0, Landroidx/appcompat/widget/AppCompatImageButton;
|
|
|
|
invoke-direct {v0, p1, p2}, Landroidx/appcompat/widget/AppCompatImageButton;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public createImageView(Landroid/content/Context;Landroid/util/AttributeSet;)Landroidx/appcompat/widget/AppCompatImageView;
|
|
.locals 1
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
|
|
.line 233
|
|
new-instance v0, Landroidx/appcompat/widget/AppCompatImageView;
|
|
|
|
invoke-direct {v0, p1, p2}, Landroidx/appcompat/widget/AppCompatImageView;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public createMultiAutoCompleteTextView(Landroid/content/Context;Landroid/util/AttributeSet;)Landroidx/appcompat/widget/AppCompatMultiAutoCompleteTextView;
|
|
.locals 1
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
|
|
.line 280
|
|
new-instance v0, Landroidx/appcompat/widget/AppCompatMultiAutoCompleteTextView;
|
|
|
|
invoke-direct {v0, p1, p2}, Landroidx/appcompat/widget/AppCompatMultiAutoCompleteTextView;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public createRadioButton(Landroid/content/Context;Landroid/util/AttributeSet;)Landroidx/appcompat/widget/AppCompatRadioButton;
|
|
.locals 1
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
|
|
.line 263
|
|
new-instance v0, Landroidx/appcompat/widget/AppCompatRadioButton;
|
|
|
|
invoke-direct {v0, p1, p2}, Landroidx/appcompat/widget/AppCompatRadioButton;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public createRatingBar(Landroid/content/Context;Landroid/util/AttributeSet;)Landroidx/appcompat/widget/AppCompatRatingBar;
|
|
.locals 1
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
|
|
.line 285
|
|
new-instance v0, Landroidx/appcompat/widget/AppCompatRatingBar;
|
|
|
|
invoke-direct {v0, p1, p2}, Landroidx/appcompat/widget/AppCompatRatingBar;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public createSeekBar(Landroid/content/Context;Landroid/util/AttributeSet;)Landroidx/appcompat/widget/AppCompatSeekBar;
|
|
.locals 1
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
|
|
.line 290
|
|
new-instance v0, Landroidx/appcompat/widget/AppCompatSeekBar;
|
|
|
|
invoke-direct {v0, p1, p2}, Landroidx/appcompat/widget/AppCompatSeekBar;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public createSpinner(Landroid/content/Context;Landroid/util/AttributeSet;)Landroidx/appcompat/widget/AppCompatSpinner;
|
|
.locals 1
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
|
|
.line 248
|
|
new-instance v0, Landroidx/appcompat/widget/AppCompatSpinner;
|
|
|
|
invoke-direct {v0, p1, p2}, Landroidx/appcompat/widget/AppCompatSpinner;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public createTextView(Landroid/content/Context;Landroid/util/AttributeSet;)Landroidx/appcompat/widget/AppCompatTextView;
|
|
.locals 1
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
|
|
.line 228
|
|
new-instance v0, Landroidx/appcompat/widget/AppCompatTextView;
|
|
|
|
invoke-direct {v0, p1, p2}, Landroidx/appcompat/widget/AppCompatTextView;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public createToggleButton(Landroid/content/Context;Landroid/util/AttributeSet;)Landroidx/appcompat/widget/AppCompatToggleButton;
|
|
.locals 1
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
|
|
.line 295
|
|
new-instance v0, Landroidx/appcompat/widget/AppCompatToggleButton;
|
|
|
|
invoke-direct {v0, p1, p2}, Landroidx/appcompat/widget/AppCompatToggleButton;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public createView(Landroid/content/Context;Ljava/lang/String;Landroid/util/AttributeSet;)Landroid/view/View;
|
|
.locals 0
|
|
.annotation build Landroidx/annotation/Nullable;
|
|
.end annotation
|
|
|
|
.line 0
|
|
const/4 p1, 0x0
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public final createView(Landroid/view/View;Ljava/lang/String;Landroid/content/Context;Landroid/util/AttributeSet;ZZZZ)Landroid/view/View;
|
|
.locals 0
|
|
.param p1 # Landroid/view/View;
|
|
.annotation build Landroidx/annotation/Nullable;
|
|
.end annotation
|
|
.end param
|
|
.param p2 # Ljava/lang/String;
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
.end param
|
|
.param p3 # Landroid/content/Context;
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
.end param
|
|
.param p4 # Landroid/util/AttributeSet;
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
.end param
|
|
.annotation build Landroidx/annotation/Nullable;
|
|
.end annotation
|
|
|
|
if-eqz p5, :cond_0
|
|
|
|
if-eqz p1, :cond_0
|
|
|
|
.line 133
|
|
invoke-virtual {p1}, Landroid/view/View;->getContext()Landroid/content/Context;
|
|
|
|
move-result-object p1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
move-object p1, p3
|
|
|
|
:goto_0
|
|
if-nez p6, :cond_1
|
|
|
|
if-eqz p7, :cond_2
|
|
|
|
.line 137
|
|
:cond_1
|
|
invoke-static {p1, p4, p6, p7}, Landroidx/appcompat/app/AppCompatViewInflater;->themifyContext(Landroid/content/Context;Landroid/util/AttributeSet;ZZ)Landroid/content/Context;
|
|
|
|
move-result-object p1
|
|
|
|
:cond_2
|
|
if-eqz p8, :cond_3
|
|
|
|
.line 140
|
|
invoke-static {p1}, Landroidx/appcompat/widget/TintContextWrapper;->wrap(Landroid/content/Context;)Landroid/content/Context;
|
|
|
|
move-result-object p1
|
|
|
|
.line 146
|
|
:cond_3
|
|
invoke-virtual {p2}, Ljava/lang/String;->hashCode()I
|
|
|
|
invoke-virtual {p2}, Ljava/lang/String;->hashCode()I
|
|
|
|
move-result p5
|
|
|
|
const/4 p6, -0x1
|
|
|
|
sparse-switch p5, :sswitch_data_0
|
|
|
|
goto/16 :goto_1
|
|
|
|
:sswitch_0
|
|
const-string p5, "Button"
|
|
|
|
invoke-virtual {p2, p5}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
|
|
|
|
move-result p5
|
|
|
|
if-nez p5, :cond_4
|
|
|
|
goto/16 :goto_1
|
|
|
|
:cond_4
|
|
const/16 p6, 0xd
|
|
|
|
goto/16 :goto_1
|
|
|
|
:sswitch_1
|
|
const-string p5, "EditText"
|
|
|
|
invoke-virtual {p2, p5}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
|
|
|
|
move-result p5
|
|
|
|
if-nez p5, :cond_5
|
|
|
|
goto/16 :goto_1
|
|
|
|
:cond_5
|
|
const/16 p6, 0xc
|
|
|
|
goto/16 :goto_1
|
|
|
|
:sswitch_2
|
|
const-string p5, "CheckBox"
|
|
|
|
invoke-virtual {p2, p5}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
|
|
|
|
move-result p5
|
|
|
|
if-nez p5, :cond_6
|
|
|
|
goto/16 :goto_1
|
|
|
|
:cond_6
|
|
const/16 p6, 0xb
|
|
|
|
goto/16 :goto_1
|
|
|
|
:sswitch_3
|
|
const-string p5, "AutoCompleteTextView"
|
|
|
|
invoke-virtual {p2, p5}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
|
|
|
|
move-result p5
|
|
|
|
if-nez p5, :cond_7
|
|
|
|
goto/16 :goto_1
|
|
|
|
:cond_7
|
|
const/16 p6, 0xa
|
|
|
|
goto/16 :goto_1
|
|
|
|
:sswitch_4
|
|
const-string p5, "ImageView"
|
|
|
|
invoke-virtual {p2, p5}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
|
|
|
|
move-result p5
|
|
|
|
if-nez p5, :cond_8
|
|
|
|
goto/16 :goto_1
|
|
|
|
:cond_8
|
|
const/16 p6, 0x9
|
|
|
|
goto/16 :goto_1
|
|
|
|
:sswitch_5
|
|
const-string p5, "ToggleButton"
|
|
|
|
invoke-virtual {p2, p5}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
|
|
|
|
move-result p5
|
|
|
|
if-nez p5, :cond_9
|
|
|
|
goto/16 :goto_1
|
|
|
|
:cond_9
|
|
const/16 p6, 0x8
|
|
|
|
goto/16 :goto_1
|
|
|
|
:sswitch_6
|
|
const-string p5, "RadioButton"
|
|
|
|
invoke-virtual {p2, p5}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
|
|
|
|
move-result p5
|
|
|
|
if-nez p5, :cond_a
|
|
|
|
goto :goto_1
|
|
|
|
:cond_a
|
|
const/4 p6, 0x7
|
|
|
|
goto :goto_1
|
|
|
|
:sswitch_7
|
|
const-string p5, "Spinner"
|
|
|
|
invoke-virtual {p2, p5}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
|
|
|
|
move-result p5
|
|
|
|
if-nez p5, :cond_b
|
|
|
|
goto :goto_1
|
|
|
|
:cond_b
|
|
const/4 p6, 0x6
|
|
|
|
goto :goto_1
|
|
|
|
:sswitch_8
|
|
const-string p5, "SeekBar"
|
|
|
|
invoke-virtual {p2, p5}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
|
|
|
|
move-result p5
|
|
|
|
if-nez p5, :cond_c
|
|
|
|
goto :goto_1
|
|
|
|
:cond_c
|
|
const/4 p6, 0x5
|
|
|
|
goto :goto_1
|
|
|
|
:sswitch_9
|
|
const-string p5, "ImageButton"
|
|
|
|
invoke-virtual {p2, p5}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
|
|
|
|
move-result p5
|
|
|
|
if-nez p5, :cond_d
|
|
|
|
goto :goto_1
|
|
|
|
:cond_d
|
|
const/4 p6, 0x4
|
|
|
|
goto :goto_1
|
|
|
|
:sswitch_a
|
|
const-string p5, "TextView"
|
|
|
|
invoke-virtual {p2, p5}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
|
|
|
|
move-result p5
|
|
|
|
if-nez p5, :cond_e
|
|
|
|
goto :goto_1
|
|
|
|
:cond_e
|
|
const/4 p6, 0x3
|
|
|
|
goto :goto_1
|
|
|
|
:sswitch_b
|
|
const-string p5, "MultiAutoCompleteTextView"
|
|
|
|
invoke-virtual {p2, p5}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
|
|
|
|
move-result p5
|
|
|
|
if-nez p5, :cond_f
|
|
|
|
goto :goto_1
|
|
|
|
:cond_f
|
|
const/4 p6, 0x2
|
|
|
|
goto :goto_1
|
|
|
|
:sswitch_c
|
|
const-string p5, "CheckedTextView"
|
|
|
|
invoke-virtual {p2, p5}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
|
|
|
|
move-result p5
|
|
|
|
if-nez p5, :cond_10
|
|
|
|
goto :goto_1
|
|
|
|
:cond_10
|
|
const/4 p6, 0x1
|
|
|
|
goto :goto_1
|
|
|
|
:sswitch_d
|
|
const-string p5, "RatingBar"
|
|
|
|
invoke-virtual {p2, p5}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
|
|
|
|
move-result p5
|
|
|
|
if-nez p5, :cond_11
|
|
|
|
goto :goto_1
|
|
|
|
:cond_11
|
|
const/4 p6, 0x0
|
|
|
|
:goto_1
|
|
packed-switch p6, :pswitch_data_0
|
|
|
|
.line 208
|
|
invoke-virtual {p0, p1, p2, p4}, Landroidx/appcompat/app/AppCompatViewInflater;->createView(Landroid/content/Context;Ljava/lang/String;Landroid/util/AttributeSet;)Landroid/view/View;
|
|
|
|
move-result-object p5
|
|
|
|
goto/16 :goto_2
|
|
|
|
.line 156
|
|
:pswitch_0
|
|
invoke-virtual {p0, p1, p4}, Landroidx/appcompat/app/AppCompatViewInflater;->createButton(Landroid/content/Context;Landroid/util/AttributeSet;)Landroidx/appcompat/widget/AppCompatButton;
|
|
|
|
move-result-object p5
|
|
|
|
.line 157
|
|
invoke-direct {p0, p5, p2}, Landroidx/appcompat/app/AppCompatViewInflater;->verifyNotNull(Landroid/view/View;Ljava/lang/String;)V
|
|
|
|
goto/16 :goto_2
|
|
|
|
.line 160
|
|
:pswitch_1
|
|
invoke-virtual {p0, p1, p4}, Landroidx/appcompat/app/AppCompatViewInflater;->createEditText(Landroid/content/Context;Landroid/util/AttributeSet;)Landroidx/appcompat/widget/AppCompatEditText;
|
|
|
|
move-result-object p5
|
|
|
|
.line 161
|
|
invoke-direct {p0, p5, p2}, Landroidx/appcompat/app/AppCompatViewInflater;->verifyNotNull(Landroid/view/View;Ljava/lang/String;)V
|
|
|
|
goto :goto_2
|
|
|
|
.line 172
|
|
:pswitch_2
|
|
invoke-virtual {p0, p1, p4}, Landroidx/appcompat/app/AppCompatViewInflater;->createCheckBox(Landroid/content/Context;Landroid/util/AttributeSet;)Landroidx/appcompat/widget/AppCompatCheckBox;
|
|
|
|
move-result-object p5
|
|
|
|
.line 173
|
|
invoke-direct {p0, p5, p2}, Landroidx/appcompat/app/AppCompatViewInflater;->verifyNotNull(Landroid/view/View;Ljava/lang/String;)V
|
|
|
|
goto :goto_2
|
|
|
|
.line 184
|
|
:pswitch_3
|
|
invoke-virtual {p0, p1, p4}, Landroidx/appcompat/app/AppCompatViewInflater;->createAutoCompleteTextView(Landroid/content/Context;Landroid/util/AttributeSet;)Landroidx/appcompat/widget/AppCompatAutoCompleteTextView;
|
|
|
|
move-result-object p5
|
|
|
|
.line 185
|
|
invoke-direct {p0, p5, p2}, Landroidx/appcompat/app/AppCompatViewInflater;->verifyNotNull(Landroid/view/View;Ljava/lang/String;)V
|
|
|
|
goto :goto_2
|
|
|
|
.line 152
|
|
:pswitch_4
|
|
invoke-virtual {p0, p1, p4}, Landroidx/appcompat/app/AppCompatViewInflater;->createImageView(Landroid/content/Context;Landroid/util/AttributeSet;)Landroidx/appcompat/widget/AppCompatImageView;
|
|
|
|
move-result-object p5
|
|
|
|
.line 153
|
|
invoke-direct {p0, p5, p2}, Landroidx/appcompat/app/AppCompatViewInflater;->verifyNotNull(Landroid/view/View;Ljava/lang/String;)V
|
|
|
|
goto :goto_2
|
|
|
|
.line 200
|
|
:pswitch_5
|
|
invoke-virtual {p0, p1, p4}, Landroidx/appcompat/app/AppCompatViewInflater;->createToggleButton(Landroid/content/Context;Landroid/util/AttributeSet;)Landroidx/appcompat/widget/AppCompatToggleButton;
|
|
|
|
move-result-object p5
|
|
|
|
.line 201
|
|
invoke-direct {p0, p5, p2}, Landroidx/appcompat/app/AppCompatViewInflater;->verifyNotNull(Landroid/view/View;Ljava/lang/String;)V
|
|
|
|
goto :goto_2
|
|
|
|
.line 176
|
|
:pswitch_6
|
|
invoke-virtual {p0, p1, p4}, Landroidx/appcompat/app/AppCompatViewInflater;->createRadioButton(Landroid/content/Context;Landroid/util/AttributeSet;)Landroidx/appcompat/widget/AppCompatRadioButton;
|
|
|
|
move-result-object p5
|
|
|
|
.line 177
|
|
invoke-direct {p0, p5, p2}, Landroidx/appcompat/app/AppCompatViewInflater;->verifyNotNull(Landroid/view/View;Ljava/lang/String;)V
|
|
|
|
goto :goto_2
|
|
|
|
.line 164
|
|
:pswitch_7
|
|
invoke-virtual {p0, p1, p4}, Landroidx/appcompat/app/AppCompatViewInflater;->createSpinner(Landroid/content/Context;Landroid/util/AttributeSet;)Landroidx/appcompat/widget/AppCompatSpinner;
|
|
|
|
move-result-object p5
|
|
|
|
.line 165
|
|
invoke-direct {p0, p5, p2}, Landroidx/appcompat/app/AppCompatViewInflater;->verifyNotNull(Landroid/view/View;Ljava/lang/String;)V
|
|
|
|
goto :goto_2
|
|
|
|
.line 196
|
|
:pswitch_8
|
|
invoke-virtual {p0, p1, p4}, Landroidx/appcompat/app/AppCompatViewInflater;->createSeekBar(Landroid/content/Context;Landroid/util/AttributeSet;)Landroidx/appcompat/widget/AppCompatSeekBar;
|
|
|
|
move-result-object p5
|
|
|
|
.line 197
|
|
invoke-direct {p0, p5, p2}, Landroidx/appcompat/app/AppCompatViewInflater;->verifyNotNull(Landroid/view/View;Ljava/lang/String;)V
|
|
|
|
goto :goto_2
|
|
|
|
.line 168
|
|
:pswitch_9
|
|
invoke-virtual {p0, p1, p4}, Landroidx/appcompat/app/AppCompatViewInflater;->createImageButton(Landroid/content/Context;Landroid/util/AttributeSet;)Landroidx/appcompat/widget/AppCompatImageButton;
|
|
|
|
move-result-object p5
|
|
|
|
.line 169
|
|
invoke-direct {p0, p5, p2}, Landroidx/appcompat/app/AppCompatViewInflater;->verifyNotNull(Landroid/view/View;Ljava/lang/String;)V
|
|
|
|
goto :goto_2
|
|
|
|
.line 148
|
|
:pswitch_a
|
|
invoke-virtual {p0, p1, p4}, Landroidx/appcompat/app/AppCompatViewInflater;->createTextView(Landroid/content/Context;Landroid/util/AttributeSet;)Landroidx/appcompat/widget/AppCompatTextView;
|
|
|
|
move-result-object p5
|
|
|
|
.line 149
|
|
invoke-direct {p0, p5, p2}, Landroidx/appcompat/app/AppCompatViewInflater;->verifyNotNull(Landroid/view/View;Ljava/lang/String;)V
|
|
|
|
goto :goto_2
|
|
|
|
.line 188
|
|
:pswitch_b
|
|
invoke-virtual {p0, p1, p4}, Landroidx/appcompat/app/AppCompatViewInflater;->createMultiAutoCompleteTextView(Landroid/content/Context;Landroid/util/AttributeSet;)Landroidx/appcompat/widget/AppCompatMultiAutoCompleteTextView;
|
|
|
|
move-result-object p5
|
|
|
|
.line 189
|
|
invoke-direct {p0, p5, p2}, Landroidx/appcompat/app/AppCompatViewInflater;->verifyNotNull(Landroid/view/View;Ljava/lang/String;)V
|
|
|
|
goto :goto_2
|
|
|
|
.line 180
|
|
:pswitch_c
|
|
invoke-virtual {p0, p1, p4}, Landroidx/appcompat/app/AppCompatViewInflater;->createCheckedTextView(Landroid/content/Context;Landroid/util/AttributeSet;)Landroidx/appcompat/widget/AppCompatCheckedTextView;
|
|
|
|
move-result-object p5
|
|
|
|
.line 181
|
|
invoke-direct {p0, p5, p2}, Landroidx/appcompat/app/AppCompatViewInflater;->verifyNotNull(Landroid/view/View;Ljava/lang/String;)V
|
|
|
|
goto :goto_2
|
|
|
|
.line 192
|
|
:pswitch_d
|
|
invoke-virtual {p0, p1, p4}, Landroidx/appcompat/app/AppCompatViewInflater;->createRatingBar(Landroid/content/Context;Landroid/util/AttributeSet;)Landroidx/appcompat/widget/AppCompatRatingBar;
|
|
|
|
move-result-object p5
|
|
|
|
.line 193
|
|
invoke-direct {p0, p5, p2}, Landroidx/appcompat/app/AppCompatViewInflater;->verifyNotNull(Landroid/view/View;Ljava/lang/String;)V
|
|
|
|
:goto_2
|
|
if-nez p5, :cond_12
|
|
|
|
if-eq p3, p1, :cond_12
|
|
|
|
.line 214
|
|
invoke-direct {p0, p1, p2, p4}, Landroidx/appcompat/app/AppCompatViewInflater;->createViewFromTag(Landroid/content/Context;Ljava/lang/String;Landroid/util/AttributeSet;)Landroid/view/View;
|
|
|
|
move-result-object p5
|
|
|
|
:cond_12
|
|
if-eqz p5, :cond_13
|
|
|
|
.line 219
|
|
invoke-direct {p0, p5, p4}, Landroidx/appcompat/app/AppCompatViewInflater;->checkOnClickListener(Landroid/view/View;Landroid/util/AttributeSet;)V
|
|
|
|
.line 220
|
|
invoke-direct {p0, p1, p5, p4}, Landroidx/appcompat/app/AppCompatViewInflater;->backportAccessibilityAttributes(Landroid/content/Context;Landroid/view/View;Landroid/util/AttributeSet;)V
|
|
|
|
:cond_13
|
|
return-object p5
|
|
|
|
:sswitch_data_0
|
|
.sparse-switch
|
|
-0x7404ceea -> :sswitch_d
|
|
-0x56c015e7 -> :sswitch_c
|
|
-0x503aa7ad -> :sswitch_b
|
|
-0x37f7066e -> :sswitch_a
|
|
-0x37e04bb3 -> :sswitch_9
|
|
-0x274065a5 -> :sswitch_8
|
|
-0x1440b607 -> :sswitch_7
|
|
0x2e46a6ed -> :sswitch_6
|
|
0x2fa453c6 -> :sswitch_5
|
|
0x431b5280 -> :sswitch_4
|
|
0x5445f9ba -> :sswitch_3
|
|
0x5f7507c3 -> :sswitch_2
|
|
0x63577677 -> :sswitch_1
|
|
0x77471352 -> :sswitch_0
|
|
.end sparse-switch
|
|
|
|
:pswitch_data_0
|
|
.packed-switch 0x0
|
|
:pswitch_d
|
|
:pswitch_c
|
|
:pswitch_b
|
|
:pswitch_a
|
|
:pswitch_9
|
|
:pswitch_8
|
|
:pswitch_7
|
|
:pswitch_6
|
|
:pswitch_5
|
|
:pswitch_4
|
|
:pswitch_3
|
|
:pswitch_2
|
|
:pswitch_1
|
|
:pswitch_0
|
|
.end packed-switch
|
|
.end method
|