AlertDialog$Builder.smali

.class public Lim/tpelyyftgw/ui/actionbar/AlertDialog$Builder;
.super Ljava/lang/Object;
.source "AlertDialog.java"


# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
    value = Lim/tpelyyftgw/ui/actionbar/AlertDialog;
.end annotation

.annotation system Ldalvik/annotation/InnerClass;
    accessFlags = 0x9
    name = "Builder"
.end annotation


# instance fields
.field private alertDialog:Lim/tpelyyftgw/ui/actionbar/AlertDialog;


# direct methods
.method static constructor <clinit>()V
    .registers 1

    return-void
.end method

.method public constructor <init>(Landroid/content/Context;)V
    .registers 4
    .param p1, "context"    # Landroid/content/Context;

    .line 1048
    invoke-direct {p0}, Ljava/lang/Object;-><init>()V

    .line 1049
    new-instance v0, Lim/tpelyyftgw/ui/actionbar/AlertDialog;

    const/4 v1, 0x0

    invoke-direct {v0, p1, v1}, Lim/tpelyyftgw/ui/actionbar/AlertDialog;-><init>(Landroid/content/Context;I)V

    iput-object v0, p0, Lim/tpelyyftgw/ui/actionbar/AlertDialog$Builder;->alertDialog:Lim/tpelyyftgw/ui/actionbar/AlertDialog;

    .line 1050
    return-void
.end method

.method public constructor <init>(Landroid/content/Context;I)V
    .registers 4
    .param p1, "context"    # Landroid/content/Context;
    .param p2, "progressViewStyle"    # I

    .line 1052
    invoke-direct {p0}, Ljava/lang/Object;-><init>()V

    .line 1053
    new-instance v0, Lim/tpelyyftgw/ui/actionbar/AlertDialog;

    invoke-direct {v0, p1, p2}, Lim/tpelyyftgw/ui/actionbar/AlertDialog;-><init>(Landroid/content/Context;I)V

    iput-object v0, p0, Lim/tpelyyftgw/ui/actionbar/AlertDialog$Builder;->alertDialog:Lim/tpelyyftgw/ui/actionbar/AlertDialog;

    .line 1054
    return-void
.end method

.method protected constructor <init>(Lim/tpelyyftgw/ui/actionbar/AlertDialog;)V
    .registers 2
    .param p1, "alert"    # Lim/tpelyyftgw/ui/actionbar/AlertDialog;

    .line 1044
    invoke-direct {p0}, Ljava/lang/Object;-><init>()V

    .line 1045
    iput-object p1, p0, Lim/tpelyyftgw/ui/actionbar/AlertDialog$Builder;->alertDialog:Lim/tpelyyftgw/ui/actionbar/AlertDialog;

    .line 1046
    return-void
.end method


# virtual methods
.method public create()Lim/tpelyyftgw/ui/actionbar/AlertDialog;
    .registers 2

    .line 1144
    iget-object v0, p0, Lim/tpelyyftgw/ui/actionbar/AlertDialog$Builder;->alertDialog:Lim/tpelyyftgw/ui/actionbar/AlertDialog;

    return-object v0
.end method

.method public getContext()Landroid/content/Context;
    .registers 2

    .line 1057
    iget-object v0, p0, Lim/tpelyyftgw/ui/actionbar/AlertDialog$Builder;->alertDialog:Lim/tpelyyftgw/ui/actionbar/AlertDialog;

    invoke-virtual {v0}, Lim/tpelyyftgw/ui/actionbar/AlertDialog;->getContext()Landroid/content/Context;

    move-result-object v0

    return-object v0
.end method

.method public getDismissRunnable()Ljava/lang/Runnable;
    .registers 2

    .line 1153
    iget-object v0, p0, Lim/tpelyyftgw/ui/actionbar/AlertDialog$Builder;->alertDialog:Lim/tpelyyftgw/ui/actionbar/AlertDialog;

    # getter for: Lim/tpelyyftgw/ui/actionbar/AlertDialog;->dismissRunnable:Ljava/lang/Runnable;
    invoke-static {v0}, Lim/tpelyyftgw/ui/actionbar/AlertDialog;->access$4100(Lim/tpelyyftgw/ui/actionbar/AlertDialog;)Ljava/lang/Runnable;

    move-result-object v0

    return-object v0
.end method

.method public setCustomViewOffset(I)Lim/tpelyyftgw/ui/actionbar/AlertDialog$Builder;
    .registers 3
    .param p1, "offset"    # I

    .line 1134
    iget-object v0, p0, Lim/tpelyyftgw/ui/actionbar/AlertDialog$Builder;->alertDialog:Lim/tpelyyftgw/ui/actionbar/AlertDialog;

    # setter for: Lim/tpelyyftgw/ui/actionbar/AlertDialog;->customViewOffset:I
    invoke-static {v0, p1}, Lim/tpelyyftgw/ui/actionbar/AlertDialog;->access$3902(Lim/tpelyyftgw/ui/actionbar/AlertDialog;I)I

    .line 1135
    return-object p0
.end method

.method public setItems([Ljava/lang/CharSequence;Landroid/content/DialogInterface$OnClickListener;)Lim/tpelyyftgw/ui/actionbar/AlertDialog$Builder;
    .registers 4
    .param p1, "items"    # [Ljava/lang/CharSequence;
    .param p2, "onClickListener"    # Landroid/content/DialogInterface$OnClickListener;

    .line 1061
    iget-object v0, p0, Lim/tpelyyftgw/ui/actionbar/AlertDialog$Builder;->alertDialog:Lim/tpelyyftgw/ui/actionbar/AlertDialog;

    # setter for: Lim/tpelyyftgw/ui/actionbar/AlertDialog;->items:[Ljava/lang/CharSequence;
    invoke-static {v0, p1}, Lim/tpelyyftgw/ui/actionbar/AlertDialog;->access$1202(Lim/tpelyyftgw/ui/actionbar/AlertDialog;[Ljava/lang/CharSequence;)[Ljava/lang/CharSequence;

    .line 1062
    iget-object v0, p0, Lim/tpelyyftgw/ui/actionbar/AlertDialog$Builder;->alertDialog:Lim/tpelyyftgw/ui/actionbar/AlertDialog;

    # setter for: Lim/tpelyyftgw/ui/actionbar/AlertDialog;->onClickListener:Landroid/content/DialogInterface$OnClickListener;
    invoke-static {v0, p2}, Lim/tpelyyftgw/ui/actionbar/AlertDialog;->access$2402(Lim/tpelyyftgw/ui/actionbar/AlertDialog;Landroid/content/DialogInterface$OnClickListener;)Landroid/content/DialogInterface$OnClickListener;

    .line 1063
    return-object p0
.end method

.method public setItems([Ljava/lang/CharSequence;[ILandroid/content/DialogInterface$OnClickListener;)Lim/tpelyyftgw/ui/actionbar/AlertDialog$Builder;
    .registers 5
    .param p1, "items"    # [Ljava/lang/CharSequence;
    .param p2, "icons"    # [I
    .param p3, "onClickListener"    # Landroid/content/DialogInterface$OnClickListener;

    .line 1067
    iget-object v0, p0, Lim/tpelyyftgw/ui/actionbar/AlertDialog$Builder;->alertDialog:Lim/tpelyyftgw/ui/actionbar/AlertDialog;

    # setter for: Lim/tpelyyftgw/ui/actionbar/AlertDialog;->items:[Ljava/lang/CharSequence;
    invoke-static {v0, p1}, Lim/tpelyyftgw/ui/actionbar/AlertDialog;->access$1202(Lim/tpelyyftgw/ui/actionbar/AlertDialog;[Ljava/lang/CharSequence;)[Ljava/lang/CharSequence;

    .line 1068
    iget-object v0, p0, Lim/tpelyyftgw/ui/actionbar/AlertDialog$Builder;->alertDialog:Lim/tpelyyftgw/ui/actionbar/AlertDialog;

    # setter for: Lim/tpelyyftgw/ui/actionbar/AlertDialog;->itemIcons:[I
    invoke-static {v0, p2}, Lim/tpelyyftgw/ui/actionbar/AlertDialog;->access$2502(Lim/tpelyyftgw/ui/actionbar/AlertDialog;[I)[I

    .line 1069
    iget-object v0, p0, Lim/tpelyyftgw/ui/actionbar/AlertDialog$Builder;->alertDialog:Lim/tpelyyftgw/ui/actionbar/AlertDialog;

    # setter for: Lim/tpelyyftgw/ui/actionbar/AlertDialog;->onClickListener:Landroid/content/DialogInterface$OnClickListener;
    invoke-static {v0, p3}, Lim/tpelyyftgw/ui/actionbar/AlertDialog;->access$2402(Lim/tpelyyftgw/ui/actionbar/AlertDialog;Landroid/content/DialogInterface$OnClickListener;)Landroid/content/DialogInterface$OnClickListener;

    .line 1070
    return-object p0
.end method

.method public setMessage(Ljava/lang/CharSequence;)Lim/tpelyyftgw/ui/actionbar/AlertDialog$Builder;
    .registers 3
    .param p1, "message"    # Ljava/lang/CharSequence;

    .line 1101
    iget-object v0, p0, Lim/tpelyyftgw/ui/actionbar/AlertDialog$Builder;->alertDialog:Lim/tpelyyftgw/ui/actionbar/AlertDialog;

    # setter for: Lim/tpelyyftgw/ui/actionbar/AlertDialog;->message:Ljava/lang/CharSequence;
    invoke-static {v0, p1}, Lim/tpelyyftgw/ui/actionbar/AlertDialog;->access$3102(Lim/tpelyyftgw/ui/actionbar/AlertDialog;Ljava/lang/CharSequence;)Ljava/lang/CharSequence;

    .line 1102
    return-object p0
.end method

.method public setMessageTextViewClickable(Z)Lim/tpelyyftgw/ui/actionbar/AlertDialog$Builder;
    .registers 3
    .param p1, "value"    # Z

    .line 1139
    iget-object v0, p0, Lim/tpelyyftgw/ui/actionbar/AlertDialog$Builder;->alertDialog:Lim/tpelyyftgw/ui/actionbar/AlertDialog;

    # setter for: Lim/tpelyyftgw/ui/actionbar/AlertDialog;->messageTextViewClickable:Z
    invoke-static {v0, p1}, Lim/tpelyyftgw/ui/actionbar/AlertDialog;->access$4002(Lim/tpelyyftgw/ui/actionbar/AlertDialog;Z)Z

    .line 1140
    return-object p0
.end method

.method public setNegativeButton(Ljava/lang/CharSequence;Landroid/content/DialogInterface$OnClickListener;)Lim/tpelyyftgw/ui/actionbar/AlertDialog$Builder;
    .registers 4
    .param p1, "text"    # Ljava/lang/CharSequence;
    .param p2, "listener"    # Landroid/content/DialogInterface$OnClickListener;

    .line 1112
    iget-object v0, p0, Lim/tpelyyftgw/ui/actionbar/AlertDialog$Builder;->alertDialog:Lim/tpelyyftgw/ui/actionbar/AlertDialog;

    # setter for: Lim/tpelyyftgw/ui/actionbar/AlertDialog;->negativeButtonText:Ljava/lang/CharSequence;
    invoke-static {v0, p1}, Lim/tpelyyftgw/ui/actionbar/AlertDialog;->access$3402(Lim/tpelyyftgw/ui/actionbar/AlertDialog;Ljava/lang/CharSequence;)Ljava/lang/CharSequence;

    .line 1113
    iget-object v0, p0, Lim/tpelyyftgw/ui/actionbar/AlertDialog$Builder;->alertDialog:Lim/tpelyyftgw/ui/actionbar/AlertDialog;

    # setter for: Lim/tpelyyftgw/ui/actionbar/AlertDialog;->negativeButtonListener:Landroid/content/DialogInterface$OnClickListener;
    invoke-static {v0, p2}, Lim/tpelyyftgw/ui/actionbar/AlertDialog;->access$3502(Lim/tpelyyftgw/ui/actionbar/AlertDialog;Landroid/content/DialogInterface$OnClickListener;)Landroid/content/DialogInterface$OnClickListener;

    .line 1114
    return-object p0
.end method

.method public setNeutralButton(Ljava/lang/CharSequence;Landroid/content/DialogInterface$OnClickListener;)Lim/tpelyyftgw/ui/actionbar/AlertDialog$Builder;
    .registers 4
    .param p1, "text"    # Ljava/lang/CharSequence;
    .param p2, "listener"    # Landroid/content/DialogInterface$OnClickListener;

    .line 1118
    iget-object v0, p0, Lim/tpelyyftgw/ui/actionbar/AlertDialog$Builder;->alertDialog:Lim/tpelyyftgw/ui/actionbar/AlertDialog;

    # setter for: Lim/tpelyyftgw/ui/actionbar/AlertDialog;->neutralButtonText:Ljava/lang/CharSequence;
    invoke-static {v0, p1}, Lim/tpelyyftgw/ui/actionbar/AlertDialog;->access$3602(Lim/tpelyyftgw/ui/actionbar/AlertDialog;Ljava/lang/CharSequence;)Ljava/lang/CharSequence;

    .line 1119
    iget-object v0, p0, Lim/tpelyyftgw/ui/actionbar/AlertDialog$Builder;->alertDialog:Lim/tpelyyftgw/ui/actionbar/AlertDialog;

    # setter for: Lim/tpelyyftgw/ui/actionbar/AlertDialog;->neutralButtonListener:Landroid/content/DialogInterface$OnClickListener;
    invoke-static {v0, p2}, Lim/tpelyyftgw/ui/actionbar/AlertDialog;->access$3702(Lim/tpelyyftgw/ui/actionbar/AlertDialog;Landroid/content/DialogInterface$OnClickListener;)Landroid/content/DialogInterface$OnClickListener;

    .line 1120
    return-object p0
.end method

.method public setOnBackButtonListener(Landroid/content/DialogInterface$OnClickListener;)Lim/tpelyyftgw/ui/actionbar/AlertDialog$Builder;
    .registers 3
    .param p1, "listener"    # Landroid/content/DialogInterface$OnClickListener;

    .line 1124
    iget-object v0, p0, Lim/tpelyyftgw/ui/actionbar/AlertDialog$Builder;->alertDialog:Lim/tpelyyftgw/ui/actionbar/AlertDialog;

    # setter for: Lim/tpelyyftgw/ui/actionbar/AlertDialog;->onBackButtonListener:Landroid/content/DialogInterface$OnClickListener;
    invoke-static {v0, p1}, Lim/tpelyyftgw/ui/actionbar/AlertDialog;->access$3802(Lim/tpelyyftgw/ui/actionbar/AlertDialog;Landroid/content/DialogInterface$OnClickListener;)Landroid/content/DialogInterface$OnClickListener;

    .line 1125
    return-object p0
.end method

.method public setOnCancelListener(Landroid/content/DialogInterface$OnCancelListener;)Lim/tpelyyftgw/ui/actionbar/AlertDialog$Builder;
    .registers 3
    .param p1, "listener"    # Landroid/content/DialogInterface$OnCancelListener;

    .line 1129
    iget-object v0, p0, Lim/tpelyyftgw/ui/actionbar/AlertDialog$Builder;->alertDialog:Lim/tpelyyftgw/ui/actionbar/AlertDialog;

    invoke-virtual {v0, p1}, Lim/tpelyyftgw/ui/actionbar/AlertDialog;->setOnCancelListener(Landroid/content/DialogInterface$OnCancelListener;)V

    .line 1130
    return-object p0
.end method

.method public setOnDismissListener(Landroid/content/DialogInterface$OnDismissListener;)Lim/tpelyyftgw/ui/actionbar/AlertDialog$Builder;
    .registers 3
    .param p1, "onDismissListener"    # Landroid/content/DialogInterface$OnDismissListener;

    .line 1157
    iget-object v0, p0, Lim/tpelyyftgw/ui/actionbar/AlertDialog$Builder;->alertDialog:Lim/tpelyyftgw/ui/actionbar/AlertDialog;

    invoke-virtual {v0, p1}, Lim/tpelyyftgw/ui/actionbar/AlertDialog;->setOnDismissListener(Landroid/content/DialogInterface$OnDismissListener;)V

    .line 1158
    return-object p0
.end method

.method public setPositiveButton(Ljava/lang/CharSequence;Landroid/content/DialogInterface$OnClickListener;)Lim/tpelyyftgw/ui/actionbar/AlertDialog$Builder;
    .registers 4
    .param p1, "text"    # Ljava/lang/CharSequence;
    .param p2, "listener"    # Landroid/content/DialogInterface$OnClickListener;

    .line 1106
    iget-object v0, p0, Lim/tpelyyftgw/ui/actionbar/AlertDialog$Builder;->alertDialog:Lim/tpelyyftgw/ui/actionbar/AlertDialog;

    # setter for: Lim/tpelyyftgw/ui/actionbar/AlertDialog;->positiveButtonText:Ljava/lang/CharSequence;
    invoke-static {v0, p1}, Lim/tpelyyftgw/ui/actionbar/AlertDialog;->access$3202(Lim/tpelyyftgw/ui/actionbar/AlertDialog;Ljava/lang/CharSequence;)Ljava/lang/CharSequence;

    .line 1107
    iget-object v0, p0, Lim/tpelyyftgw/ui/actionbar/AlertDialog$Builder;->alertDialog:Lim/tpelyyftgw/ui/actionbar/AlertDialog;

    # setter for: Lim/tpelyyftgw/ui/actionbar/AlertDialog;->positiveButtonListener:Landroid/content/DialogInterface$OnClickListener;
    invoke-static {v0, p2}, Lim/tpelyyftgw/ui/actionbar/AlertDialog;->access$3302(Lim/tpelyyftgw/ui/actionbar/AlertDialog;Landroid/content/DialogInterface$OnClickListener;)Landroid/content/DialogInterface$OnClickListener;

    .line 1108
    return-object p0
.end method

.method public setSubtitle(Ljava/lang/CharSequence;)Lim/tpelyyftgw/ui/actionbar/AlertDialog$Builder;
    .registers 3
    .param p1, "subtitle"    # Ljava/lang/CharSequence;

    .line 1084
    iget-object v0, p0, Lim/tpelyyftgw/ui/actionbar/AlertDialog$Builder;->alertDialog:Lim/tpelyyftgw/ui/actionbar/AlertDialog;

    # setter for: Lim/tpelyyftgw/ui/actionbar/AlertDialog;->subtitle:Ljava/lang/CharSequence;
    invoke-static {v0, p1}, Lim/tpelyyftgw/ui/actionbar/AlertDialog;->access$2702(Lim/tpelyyftgw/ui/actionbar/AlertDialog;Ljava/lang/CharSequence;)Ljava/lang/CharSequence;

    .line 1085
    return-object p0
.end method

.method public setTitle(Ljava/lang/CharSequence;)Lim/tpelyyftgw/ui/actionbar/AlertDialog$Builder;
    .registers 3
    .param p1, "title"    # Ljava/lang/CharSequence;

    .line 1079
    iget-object v0, p0, Lim/tpelyyftgw/ui/actionbar/AlertDialog$Builder;->alertDialog:Lim/tpelyyftgw/ui/actionbar/AlertDialog;

    # setter for: Lim/tpelyyftgw/ui/actionbar/AlertDialog;->title:Ljava/lang/CharSequence;
    invoke-static {v0, p1}, Lim/tpelyyftgw/ui/actionbar/AlertDialog;->access$2602(Lim/tpelyyftgw/ui/actionbar/AlertDialog;Ljava/lang/CharSequence;)Ljava/lang/CharSequence;

    .line 1080
    return-object p0
.end method

.method public setTopImage(II)Lim/tpelyyftgw/ui/actionbar/AlertDialog$Builder;
    .registers 4
    .param p1, "resId"    # I
    .param p2, "backgroundColor"    # I

    .line 1089
    iget-object v0, p0, Lim/tpelyyftgw/ui/actionbar/AlertDialog$Builder;->alertDialog:Lim/tpelyyftgw/ui/actionbar/AlertDialog;

    # setter for: Lim/tpelyyftgw/ui/actionbar/AlertDialog;->topResId:I
    invoke-static {v0, p1}, Lim/tpelyyftgw/ui/actionbar/AlertDialog;->access$2802(Lim/tpelyyftgw/ui/actionbar/AlertDialog;I)I

    .line 1090
    iget-object v0, p0, Lim/tpelyyftgw/ui/actionbar/AlertDialog$Builder;->alertDialog:Lim/tpelyyftgw/ui/actionbar/AlertDialog;

    # setter for: Lim/tpelyyftgw/ui/actionbar/AlertDialog;->topBackgroundColor:I
    invoke-static {v0, p2}, Lim/tpelyyftgw/ui/actionbar/AlertDialog;->access$2902(Lim/tpelyyftgw/ui/actionbar/AlertDialog;I)I

    .line 1091
    return-object p0
.end method

.method public setTopImage(Landroid/graphics/drawable/Drawable;I)Lim/tpelyyftgw/ui/actionbar/AlertDialog$Builder;
    .registers 4
    .param p1, "drawable"    # Landroid/graphics/drawable/Drawable;
    .param p2, "backgroundColor"    # I

    .line 1095
    iget-object v0, p0, Lim/tpelyyftgw/ui/actionbar/AlertDialog$Builder;->alertDialog:Lim/tpelyyftgw/ui/actionbar/AlertDialog;

    # setter for: Lim/tpelyyftgw/ui/actionbar/AlertDialog;->topDrawable:Landroid/graphics/drawable/Drawable;
    invoke-static {v0, p1}, Lim/tpelyyftgw/ui/actionbar/AlertDialog;->access$3002(Lim/tpelyyftgw/ui/actionbar/AlertDialog;Landroid/graphics/drawable/Drawable;)Landroid/graphics/drawable/Drawable;

    .line 1096
    iget-object v0, p0, Lim/tpelyyftgw/ui/actionbar/AlertDialog$Builder;->alertDialog:Lim/tpelyyftgw/ui/actionbar/AlertDialog;

    # setter for: Lim/tpelyyftgw/ui/actionbar/AlertDialog;->topBackgroundColor:I
    invoke-static {v0, p2}, Lim/tpelyyftgw/ui/actionbar/AlertDialog;->access$2902(Lim/tpelyyftgw/ui/actionbar/AlertDialog;I)I

    .line 1097
    return-object p0
.end method

.method public setView(Landroid/view/View;)Lim/tpelyyftgw/ui/actionbar/AlertDialog$Builder;
    .registers 3
    .param p1, "view"    # Landroid/view/View;

    .line 1074
    iget-object v0, p0, Lim/tpelyyftgw/ui/actionbar/AlertDialog$Builder;->alertDialog:Lim/tpelyyftgw/ui/actionbar/AlertDialog;

    # setter for: Lim/tpelyyftgw/ui/actionbar/AlertDialog;->customView:Landroid/view/View;
    invoke-static {v0, p1}, Lim/tpelyyftgw/ui/actionbar/AlertDialog;->access$1002(Lim/tpelyyftgw/ui/actionbar/AlertDialog;Landroid/view/View;)Landroid/view/View;

    .line 1075
    return-object p0
.end method

.method public show()Lim/tpelyyftgw/ui/actionbar/AlertDialog;
    .registers 2

    .line 1148
    iget-object v0, p0, Lim/tpelyyftgw/ui/actionbar/AlertDialog$Builder;->alertDialog:Lim/tpelyyftgw/ui/actionbar/AlertDialog;

    invoke-virtual {v0}, Lim/tpelyyftgw/ui/actionbar/AlertDialog;->show()V

    .line 1149
    iget-object v0, p0, Lim/tpelyyftgw/ui/actionbar/AlertDialog$Builder;->alertDialog:Lim/tpelyyftgw/ui/actionbar/AlertDialog;

    return-object v0
.end method