2022-06-10 21:38:30 +09:00

70 lines
1.6 KiB
Smali

.class public Lj5/g;
.super Lj5/j;
.source "DrawableImageViewTarget.java"
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"Lj5/j<",
"Landroid/graphics/drawable/Drawable;",
">;"
}
.end annotation
# direct methods
.method public constructor <init>(Landroid/widget/ImageView;)V
.locals 0
.line 1
invoke-direct {p0, p1}, Lj5/j;-><init>(Landroid/widget/ImageView;)V
return-void
.end method
.method public constructor <init>(Landroid/widget/ImageView;Z)V
.locals 0
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.line 2
invoke-direct {p0, p1, p2}, Lj5/j;-><init>(Landroid/widget/ImageView;Z)V
return-void
.end method
# virtual methods
.method public bridge synthetic u(Ljava/lang/Object;)V
.locals 0
.param p1 # Ljava/lang/Object;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.line 1
check-cast p1, Landroid/graphics/drawable/Drawable;
invoke-virtual {p0, p1}, Lj5/g;->w(Landroid/graphics/drawable/Drawable;)V
return-void
.end method
.method public w(Landroid/graphics/drawable/Drawable;)V
.locals 1
.param p1 # Landroid/graphics/drawable/Drawable;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.line 1
iget-object v0, p0, Lj5/r;->b:Landroid/view/View;
check-cast v0, Landroid/widget/ImageView;
invoke-virtual {v0, p1}, Landroid/widget/ImageView;->setImageDrawable(Landroid/graphics/drawable/Drawable;)V
return-void
.end method