56 lines
1.3 KiB
Smali
56 lines
1.3 KiB
Smali
.class public Lcom/moji/novice/component/NewLiveChannelManagerComponent;
|
|
.super Ljava/lang/Object;
|
|
.source "NewLiveChannelManagerComponent.java"
|
|
|
|
# interfaces
|
|
.implements Lcom/moji/novice/guide/Component;
|
|
|
|
|
|
# instance fields
|
|
.field private a:I
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(I)V
|
|
.locals 0
|
|
|
|
.line 18
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
.line 19
|
|
iput p1, p0, Lcom/moji/novice/component/NewLiveChannelManagerComponent;->a:I
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public a(Landroid/view/LayoutInflater;)Landroid/view/View;
|
|
.locals 2
|
|
|
|
.line 24
|
|
sget v0, Lcom/moji/novice/R$layout;->layout_tab_new_live_channel_manager:I
|
|
|
|
const/4 v1, 0x0
|
|
|
|
invoke-virtual {p1, v0, v1}, Landroid/view/LayoutInflater;->inflate(ILandroid/view/ViewGroup;)Landroid/view/View;
|
|
|
|
move-result-object p1
|
|
|
|
.line 25
|
|
sget v0, Lcom/moji/novice/R$id;->tv_text:I
|
|
|
|
invoke-virtual {p1, v0}, Landroid/view/View;->findViewById(I)Landroid/view/View;
|
|
|
|
move-result-object v0
|
|
|
|
check-cast v0, Landroid/widget/TextView;
|
|
|
|
.line 26
|
|
iget v1, p0, Lcom/moji/novice/component/NewLiveChannelManagerComponent;->a:I
|
|
|
|
invoke-virtual {v0, v1}, Landroid/widget/TextView;->setText(I)V
|
|
|
|
return-object p1
|
|
.end method
|