what-the-bank/sources/o/fZJ.java

80 lines
2.2 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import android.content.Context;
import android.graphics.drawable.BitmapDrawable;
import android.view.View;
import android.widget.ImageView;
import o.fZK;
/* loaded from: classes6.dex */
public final class fZJ {
static final String a = "Blurry";
/* loaded from: classes6.dex */
public static class Sts {
public Context a;
public fZG b;
public boolean c;
public int d = 300;
public boolean e;
public RVV.HBt h;
private View i;
public Sts(Context context) {
this.a = context;
View view = new View(context);
this.i = view;
view.setTag(fZJ.a);
this.b = new fZG();
}
}
/* loaded from: classes6.dex */
public static class RVV {
HBt a;
private Context b;
private boolean c;
private View d;
private fZG e;
/* loaded from: classes6.dex */
public interface HBt {
}
public RVV(Context context, View view, fZG fzg, boolean z, HBt hBt) {
this.b = context;
this.d = view;
this.e = fzg;
this.c = z;
this.a = hBt;
}
public final void aCT_(ImageView imageView) {
this.e.b = this.d.getMeasuredWidth();
this.e.d = this.d.getMeasuredHeight();
if (this.c) {
fZK.d.execute(new fZK.AnonymousClass1(new fZK(this.d, this.e, new fZK.Sts(this, imageView) { // from class: o.fZJ.RVV.2
private ImageView d;
private RVV e;
{
this.e = this;
this.d = imageView;
}
@Override // o.fZK.Sts
public final void aDb_(BitmapDrawable bitmapDrawable) {
if (this.e.a == null) {
this.d.setImageDrawable(bitmapDrawable);
} else {
HBt hBt = this.e.a;
}
}
})));
} else {
imageView.setImageDrawable(new BitmapDrawable(this.b.getResources(), fZI.aCX_(this.d, this.e)));
}
}
}
}