a.smali

.class public abstract Lcom/cmcm/safewallet/ui/base/adapter/a;
.super Landroid/support/v7/widget/RecyclerView$Adapter;
.source "AbsRecyclerAdapter.java"


# annotations
.annotation system Ldalvik/annotation/Signature;
    value = {
        "<VH:",
        "Landroid/support/v7/widget/RecyclerView$ViewHolder;",
        ">",
        "Landroid/support/v7/widget/RecyclerView$Adapter",
        "<TVH;>;"
    }
.end annotation


# instance fields
.field protected mContext:Landroid/content/Context;

.field protected mInflater:Landroid/view/LayoutInflater;


# direct methods
.method public constructor <init>(Landroid/content/Context;)V
    .registers 3

    .prologue
    .line 14
    invoke-direct {p0}, Landroid/support/v7/widget/RecyclerView$Adapter;-><init>()V

    .line 15
    iput-object p1, p0, Lcom/cmcm/safewallet/ui/base/adapter/a;->mContext:Landroid/content/Context;

    .line 16
    invoke-static {p1}, Landroid/view/LayoutInflater;->from(Landroid/content/Context;)Landroid/view/LayoutInflater;

    move-result-object v0

    iput-object v0, p0, Lcom/cmcm/safewallet/ui/base/adapter/a;->mInflater:Landroid/view/LayoutInflater;

    .line 17
    return-void
.end method


# virtual methods
.method protected final getInflater()Landroid/view/LayoutInflater;
    .registers 2

    .prologue
    .line 20
    iget-object v0, p0, Lcom/cmcm/safewallet/ui/base/adapter/a;->mInflater:Landroid/view/LayoutInflater;

    return-object v0
.end method

.method protected final getString(I)Ljava/lang/String;
    .registers 3

    .prologue
    .line 28
    .line 1024
    iget-object v0, p0, Lcom/cmcm/safewallet/ui/base/adapter/a;->mContext:Landroid/content/Context;

    .line 28
    invoke-virtual {v0, p1}, Landroid/content/Context;->getString(I)Ljava/lang/String;

    move-result-object v0

    return-object v0
.end method