RelatedEbookAdapter$EbookAdapterVH.smali
.class public Lcom/yctpublication/mastes/ebook/adapter/RelatedEbookAdapter$EbookAdapterVH;
.super Landroidx/recyclerview/widget/RecyclerView$ViewHolder;
.source "RelatedEbookAdapter.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/yctpublication/mastes/ebook/adapter/RelatedEbookAdapter;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x9
name = "EbookAdapterVH"
.end annotation
# instance fields
.field ebook_img:Landroid/widget/ImageView;
.field ratingBar:Landroid/widget/RatingBar;
.field tvView:Landroid/widget/TextView;
# direct methods
.method public constructor <init>(Landroid/view/View;)V
.registers 3
.annotation system Ldalvik/annotation/MethodParameters;
accessFlags = {
0x0
}
names = {
"itemView"
}
.end annotation
.line 91
invoke-direct {p0, p1}, Landroidx/recyclerview/widget/RecyclerView$ViewHolder;-><init>(Landroid/view/View;)V
const v0, 0x7f09011a
.line 92
invoke-virtual {p1, v0}, Landroid/view/View;->findViewById(I)Landroid/view/View;
move-result-object v0
check-cast v0, Landroid/widget/ImageView;
iput-object v0, p0, Lcom/yctpublication/mastes/ebook/adapter/RelatedEbookAdapter$EbookAdapterVH;->ebook_img:Landroid/widget/ImageView;
const v0, 0x7f09029f
.line 93
invoke-virtual {p1, v0}, Landroid/view/View;->findViewById(I)Landroid/view/View;
move-result-object v0
check-cast v0, Landroid/widget/RatingBar;
iput-object v0, p0, Lcom/yctpublication/mastes/ebook/adapter/RelatedEbookAdapter$EbookAdapterVH;->ratingBar:Landroid/widget/RatingBar;
const v0, 0x7f09039f
.line 94
invoke-virtual {p1, v0}, Landroid/view/View;->findViewById(I)Landroid/view/View;
move-result-object p1
check-cast p1, Landroid/widget/TextView;
iput-object p1, p0, Lcom/yctpublication/mastes/ebook/adapter/RelatedEbookAdapter$EbookAdapterVH;->tvView:Landroid/widget/TextView;
return-void
.end method