Weather/smali_classes3/com/moji/newliveview/dynamic/DynamicCommentCell$1.smali
2021-05-10 10:13:34 +02:00

62 lines
1.7 KiB
Smali

.class Lcom/moji/newliveview/dynamic/DynamicCommentCell$1;
.super Ljava/lang/Object;
.source "DynamicCommentCell.java"
# interfaces
.implements Ljava/lang/Runnable;
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lcom/moji/newliveview/dynamic/DynamicCommentCell;->a(Lcom/moji/newliveview/dynamic/base/CustomViewHolder;I)V
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x0
name = null
.end annotation
# instance fields
.field final synthetic a:Lcom/moji/newliveview/dynamic/base/CustomViewHolder;
.field final synthetic b:Lcom/moji/newliveview/dynamic/DynamicCommentCell;
# direct methods
.method constructor <init>(Lcom/moji/newliveview/dynamic/DynamicCommentCell;Lcom/moji/newliveview/dynamic/base/CustomViewHolder;)V
.locals 0
.line 49
iput-object p1, p0, Lcom/moji/newliveview/dynamic/DynamicCommentCell$1;->b:Lcom/moji/newliveview/dynamic/DynamicCommentCell;
iput-object p2, p0, Lcom/moji/newliveview/dynamic/DynamicCommentCell$1;->a:Lcom/moji/newliveview/dynamic/base/CustomViewHolder;
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public run()V
.locals 2
.line 52
iget-object v0, p0, Lcom/moji/newliveview/dynamic/DynamicCommentCell$1;->a:Lcom/moji/newliveview/dynamic/base/CustomViewHolder;
invoke-virtual {v0}, Lcom/moji/newliveview/dynamic/base/CustomViewHolder;->z()Landroid/view/View;
move-result-object v0
sget v1, Lcom/moji/newliveview/R$color;->white:I
invoke-static {v1}, Lcom/moji/tool/DeviceTool;->e(I)I
move-result v1
invoke-virtual {v0, v1}, Landroid/view/View;->setBackgroundColor(I)V
return-void
.end method