60 lines
1.6 KiB
Smali
60 lines
1.6 KiB
Smali
.class public abstract Lcom/moji/newliveview/base/AbsRecyclerAdapter;
|
|
.super Landroid/support/v7/widget/RecyclerView$Adapter;
|
|
.source "AbsRecyclerAdapter.java"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/MemberClasses;
|
|
value = {
|
|
Lcom/moji/newliveview/base/AbsRecyclerAdapter$OnItemClickListener;
|
|
}
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Landroid/support/v7/widget/RecyclerView$Adapter<",
|
|
"Landroid/support/v7/widget/RecyclerView$ViewHolder;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field protected a:Landroid/content/Context;
|
|
|
|
.field protected b:Landroid/view/LayoutInflater;
|
|
|
|
.field protected c:Lcom/moji/newliveview/base/AbsRecyclerAdapter$OnItemClickListener;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Landroid/content/Context;)V
|
|
.locals 0
|
|
|
|
.line 19
|
|
invoke-direct {p0}, Landroid/support/v7/widget/RecyclerView$Adapter;-><init>()V
|
|
|
|
.line 20
|
|
iput-object p1, p0, Lcom/moji/newliveview/base/AbsRecyclerAdapter;->a:Landroid/content/Context;
|
|
|
|
.line 21
|
|
invoke-static {p1}, Landroid/view/LayoutInflater;->from(Landroid/content/Context;)Landroid/view/LayoutInflater;
|
|
|
|
move-result-object p1
|
|
|
|
iput-object p1, p0, Lcom/moji/newliveview/base/AbsRecyclerAdapter;->b:Landroid/view/LayoutInflater;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public a(Lcom/moji/newliveview/base/AbsRecyclerAdapter$OnItemClickListener;)V
|
|
.locals 0
|
|
|
|
.line 30
|
|
iput-object p1, p0, Lcom/moji/newliveview/base/AbsRecyclerAdapter;->c:Lcom/moji/newliveview/base/AbsRecyclerAdapter$OnItemClickListener;
|
|
|
|
return-void
|
|
.end method
|