AsyncLayoutInflater$BasicInflater.smali
.class Landroid/support/v4/view/AsyncLayoutInflater$BasicInflater;
.super Landroid/view/LayoutInflater;
.source "AsyncLayoutInflater.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Landroid/support/v4/view/AsyncLayoutInflater;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0xa
name = "BasicInflater"
.end annotation
# static fields
.field private static final sClassPrefixList:[Ljava/lang/String;
# direct methods
.method static constructor <clinit>()V
.registers 3
.prologue
.line 125
const/4 v0, 0x3
new-array v0, v0, [Ljava/lang/String;
const/4 v1, 0x0
const-string v2, "android.widget."
aput-object v2, v0, v1
const/4 v1, 0x1
const-string v2, "android.webkit."
aput-object v2, v0, v1
const/4 v1, 0x2
const-string v2, "android.app."
aput-object v2, v0, v1
sput-object v0, Landroid/support/v4/view/AsyncLayoutInflater$BasicInflater;->sClassPrefixList:[Ljava/lang/String;
return-void
.end method
.method constructor <init>(Landroid/content/Context;)V
.registers 2
.prologue
.line 132
invoke-direct {p0, p1}, Landroid/view/LayoutInflater;-><init>(Landroid/content/Context;)V
.line 133
return-void
.end method
# virtual methods
.method public cloneInContext(Landroid/content/Context;)Landroid/view/LayoutInflater;
.registers 3
.prologue
.line 137
new-instance v0, Landroid/support/v4/view/AsyncLayoutInflater$BasicInflater;
invoke-direct {v0, p1}, Landroid/support/v4/view/AsyncLayoutInflater$BasicInflater;-><init>(Landroid/content/Context;)V
return-object v0
.end method
.method protected onCreateView(Ljava/lang/String;Landroid/util/AttributeSet;)Landroid/view/View;
.registers 7
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/lang/ClassNotFoundException;
}
.end annotation
.prologue
.line 142
sget-object v2, Landroid/support/v4/view/AsyncLayoutInflater$BasicInflater;->sClassPrefixList:[Ljava/lang/String;
array-length v3, v2
const/4 v0, 0x0
move v1, v0
:goto_5
if-ge v1, v3, :cond_15
aget-object v0, v2, v1
.line 144
:try_start_9
invoke-virtual {p0, p1, v0, p2}, Landroid/support/v4/view/AsyncLayoutInflater$BasicInflater;->createView(Ljava/lang/String;Ljava/lang/String;Landroid/util/AttributeSet;)Landroid/view/View;
:try_end_c
.catch Ljava/lang/ClassNotFoundException; {:try_start_9 .. :try_end_c} :catch_10
move-result-object v0
.line 145
if-eqz v0, :cond_11
.line 154
:goto_f
return-object v0
.line 148
:catch_10
move-exception v0
.line 142
:cond_11
add-int/lit8 v0, v1, 0x1
move v1, v0
goto :goto_5
.line 154
:cond_15
invoke-super {p0, p1, p2}, Landroid/view/LayoutInflater;->onCreateView(Ljava/lang/String;Landroid/util/AttributeSet;)Landroid/view/View;
move-result-object v0
goto :goto_f
.end method