InsApplyLossDescActivity.smali
.class public Lcom/cmcm/safewallet/ui/insurance/InsApplyLossDescActivity;
.super Lcom/cmcm/safewallet/ui/base/activity/AbsMvpActivity;
.source "InsApplyLossDescActivity.java"
# interfaces
.implements Lcom/cmcm/safewallet/ui/insurance/g;
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"Lcom/cmcm/safewallet/ui/base/activity/AbsMvpActivity",
"<",
"Lcom/cmcm/safewallet/ui/insurance/h;",
">;",
"Lcom/cmcm/safewallet/ui/insurance/g;"
}
.end annotation
# instance fields
.field private asj:Lcom/cmcm/safewallet/ui/insurance/InsApplyLossDescAdapter;
.field mRecyclerView:Lcom/cmcm/safewallet/ui/widget/support/SWRecyclerView;
.annotation build Lbutterknife/BindView;
.end annotation
.end field
.field mTitleTv:Landroid/widget/TextView;
.annotation build Lbutterknife/BindView;
.end annotation
.end field
# direct methods
.method public constructor <init>()V
.registers 1
.prologue
.line 26
invoke-direct {p0}, Lcom/cmcm/safewallet/ui/base/activity/AbsMvpActivity;-><init>()V
return-void
.end method
.method public static a(Landroid/app/Activity;Lcom/cmcm/safewallet/data/insurance/ApplyInsuranceResponse;)Landroid/content/Intent;
.registers 4
.prologue
.line 37
new-instance v0, Landroid/content/Intent;
const-class v1, Lcom/cmcm/safewallet/ui/insurance/InsApplyLossDescActivity;
invoke-direct {v0, p0, v1}, Landroid/content/Intent;-><init>(Landroid/content/Context;Ljava/lang/Class;)V
.line 38
const-string v1, "model"
invoke-virtual {v0, v1, p1}, Landroid/content/Intent;->putExtra(Ljava/lang/String;Landroid/os/Parcelable;)Landroid/content/Intent;
.line 39
return-object v0
.end method
# virtual methods
.method protected final synthetic ab(Landroid/content/Context;)Lcom/cmcm/safewallet/ui/base/c/b;
.registers 3
.prologue
.line 4045
new-instance v0, Lcom/cmcm/safewallet/ui/insurance/h;
invoke-direct {v0, p1}, Lcom/cmcm/safewallet/ui/insurance/h;-><init>(Landroid/content/Context;)V
.line 26
return-object v0
.end method
.method public final b(Lcom/cmcm/safewallet/data/insurance/ApplyInsuranceResponse;)V
.registers 3
.prologue
.line 69
invoke-static {p0, p1}, Lcom/cmcm/safewallet/ui/insurance/InsApplyLossActivity;->a(Landroid/app/Activity;Lcom/cmcm/safewallet/data/insurance/ApplyInsuranceResponse;)Landroid/content/Intent;
move-result-object v0
.line 70
invoke-virtual {p0, v0}, Lcom/cmcm/safewallet/ui/insurance/InsApplyLossDescActivity;->startActivity(Landroid/content/Intent;)V
.line 71
return-void
.end method
.method protected final mB()I
.registers 2
.prologue
.line 64
const v0, 0x7f030038
return v0
.end method
.method protected final my()V
.registers 3
.prologue
.line 50
iget-object v0, p0, Lcom/cmcm/safewallet/ui/insurance/InsApplyLossDescActivity;->mTitleTv:Landroid/widget/TextView;
const v1, 0x7f080251
invoke-virtual {v0, v1}, Landroid/widget/TextView;->setText(I)V
.line 51
new-instance v1, Lcom/cmcm/safewallet/ui/insurance/InsApplyLossDescAdapter;
.line 1095
iget-object v0, p0, Lcom/cmcm/safewallet/ui/base/activity/AbsMvpActivity;->agc:Lcom/cmcm/safewallet/ui/base/c/b;
.line 51
check-cast v0, Lcom/cmcm/safewallet/ui/insurance/h;
invoke-virtual {v0}, Lcom/cmcm/safewallet/ui/insurance/h;->qN()Ljava/util/List;
move-result-object v0
invoke-direct {v1, p0, v0}, Lcom/cmcm/safewallet/ui/insurance/InsApplyLossDescAdapter;-><init>(Landroid/content/Context;Ljava/util/List;)V
iput-object v1, p0, Lcom/cmcm/safewallet/ui/insurance/InsApplyLossDescActivity;->asj:Lcom/cmcm/safewallet/ui/insurance/InsApplyLossDescAdapter;
.line 52
return-void
.end method
.method protected final mz()V
.registers 5
.prologue
const/16 v3, 0x63
const/4 v2, 0x1
.line 56
iget-object v0, p0, Lcom/cmcm/safewallet/ui/insurance/InsApplyLossDescActivity;->mRecyclerView:Lcom/cmcm/safewallet/ui/widget/support/SWRecyclerView;
new-instance v1, Landroid/support/v7/widget/LinearLayoutManager;
invoke-direct {v1, p0}, Landroid/support/v7/widget/LinearLayoutManager;-><init>(Landroid/content/Context;)V
invoke-virtual {v0, v1}, Lcom/cmcm/safewallet/ui/widget/support/SWRecyclerView;->setLayoutManager(Landroid/support/v7/widget/RecyclerView$LayoutManager;)V
.line 57
iget-object v0, p0, Lcom/cmcm/safewallet/ui/insurance/InsApplyLossDescActivity;->mRecyclerView:Lcom/cmcm/safewallet/ui/widget/support/SWRecyclerView;
const/4 v1, 0x0
invoke-virtual {v0, v1}, Lcom/cmcm/safewallet/ui/widget/support/SWRecyclerView;->setItemAnimator(Landroid/support/v7/widget/RecyclerView$ItemAnimator;)V
.line 58
iget-object v0, p0, Lcom/cmcm/safewallet/ui/insurance/InsApplyLossDescActivity;->mRecyclerView:Lcom/cmcm/safewallet/ui/widget/support/SWRecyclerView;
iget-object v1, p0, Lcom/cmcm/safewallet/ui/insurance/InsApplyLossDescActivity;->asj:Lcom/cmcm/safewallet/ui/insurance/InsApplyLossDescAdapter;
invoke-virtual {v0, v1}, Lcom/cmcm/safewallet/ui/widget/support/SWRecyclerView;->setAdapter(Landroid/support/v7/widget/RecyclerView$Adapter;)V
.line 2085
invoke-static {v2, v3}, Lcom/cmcm/safewallet/data/f/c/a;->J(II)V
.line 2086
invoke-static {}, Lcom/cmcm/safewallet/data/f/b/b;->lr()Lcom/cmcm/safewallet/data/f/b/b;
invoke-static {v2, v3}, Lcom/cmcm/safewallet/data/f/b/b;->J(II)V
.line 60
return-void
.end method
.method public onNextClick()V
.registers 3
.annotation build Lbutterknife/OnClick;
.end annotation
.prologue
const/16 v1, 0x63
const/4 v0, 0x1
.line 2090
invoke-static {v1, v0}, Lcom/cmcm/safewallet/data/f/c/a;->J(II)V
.line 2091
invoke-static {}, Lcom/cmcm/safewallet/data/f/b/b;->lr()Lcom/cmcm/safewallet/data/f/b/b;
invoke-static {v1, v0}, Lcom/cmcm/safewallet/data/f/b/b;->J(II)V
.line 2095
iget-object v0, p0, Lcom/cmcm/safewallet/ui/base/activity/AbsMvpActivity;->agc:Lcom/cmcm/safewallet/ui/base/c/b;
.line 81
check-cast v0, Lcom/cmcm/safewallet/ui/insurance/h;
.line 3130
iget-object v1, v0, Lcom/cmcm/safewallet/ui/base/c/a;->agf:Lcom/cmcm/safewallet/ui/base/view/c;
.line 3043
check-cast v1, Lcom/cmcm/safewallet/ui/insurance/g;
iget-object v0, v0, Lcom/cmcm/safewallet/ui/insurance/h;->asp:Lcom/cmcm/safewallet/data/insurance/ApplyInsuranceResponse;
invoke-interface {v1, v0}, Lcom/cmcm/safewallet/ui/insurance/g;->b(Lcom/cmcm/safewallet/data/insurance/ApplyInsuranceResponse;)V
.line 82
return-void
.end method
.method public onTitleClick()V
.registers 1
.annotation build Lbutterknife/OnClick;
.end annotation
.prologue
.line 75
invoke-virtual {p0}, Lcom/cmcm/safewallet/ui/insurance/InsApplyLossDescActivity;->finish()V
.line 76
return-void
.end method