PausedTestFragment$AssessmentAdapter$AssessmentViewHolder.smali
.class Lcom/yctpublication/mastes/mytests/PausedTestFragment$AssessmentAdapter$AssessmentViewHolder;
.super Landroidx/recyclerview/widget/RecyclerView$ViewHolder;
.source "PausedTestFragment.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/yctpublication/mastes/mytests/PausedTestFragment$AssessmentAdapter;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x2
name = "AssessmentViewHolder"
.end annotation
# instance fields
.field public btnResumeTest:Landroid/widget/Button;
.field public examName:Landroid/widget/TextView;
.field final synthetic this$1:Lcom/yctpublication/mastes/mytests/PausedTestFragment$AssessmentAdapter;
.field public totalMarks:Landroid/widget/TextView;
.field public totalQuestions:Landroid/widget/TextView;
.field public totalTime:Landroid/widget/TextView;
# direct methods
.method public constructor <init>(Lcom/yctpublication/mastes/mytests/PausedTestFragment$AssessmentAdapter;Landroid/view/View;)V
.registers 3
.annotation system Ldalvik/annotation/MethodParameters;
accessFlags = {
0x1010,
0x0
}
names = {
"this$1",
"itemView"
}
.end annotation
.line 189
iput-object p1, p0, Lcom/yctpublication/mastes/mytests/PausedTestFragment$AssessmentAdapter$AssessmentViewHolder;->this$1:Lcom/yctpublication/mastes/mytests/PausedTestFragment$AssessmentAdapter;
.line 190
invoke-direct {p0, p2}, Landroidx/recyclerview/widget/RecyclerView$ViewHolder;-><init>(Landroid/view/View;)V
const p1, 0x7f0903ba
.line 191
invoke-virtual {p2, p1}, 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/mytests/PausedTestFragment$AssessmentAdapter$AssessmentViewHolder;->examName:Landroid/widget/TextView;
const p1, 0x7f0903c5
.line 192
invoke-virtual {p2, p1}, 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/mytests/PausedTestFragment$AssessmentAdapter$AssessmentViewHolder;->totalQuestions:Landroid/widget/TextView;
const p1, 0x7f0903c4
.line 193
invoke-virtual {p2, p1}, 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/mytests/PausedTestFragment$AssessmentAdapter$AssessmentViewHolder;->totalMarks:Landroid/widget/TextView;
const p1, 0x7f0903c6
.line 194
invoke-virtual {p2, p1}, 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/mytests/PausedTestFragment$AssessmentAdapter$AssessmentViewHolder;->totalTime:Landroid/widget/TextView;
const p1, 0x7f09009d
.line 195
invoke-virtual {p2, p1}, Landroid/view/View;->findViewById(I)Landroid/view/View;
move-result-object p1
check-cast p1, Landroid/widget/Button;
iput-object p1, p0, Lcom/yctpublication/mastes/mytests/PausedTestFragment$AssessmentAdapter$AssessmentViewHolder;->btnResumeTest:Landroid/widget/Button;
return-void
.end method