20 lines
542 B
Java
20 lines
542 B
Java
|
package o;
|
||
|
|
||
|
import android.graphics.drawable.Drawable;
|
||
|
import android.widget.ImageView;
|
||
|
import com.bumptech.glide.Glide;
|
||
|
|
||
|
/* renamed from: o.eEq, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes5.dex */
|
||
|
public final class C10456eEq {
|
||
|
public static final void aqe_(ImageView imageView, String str, PNS pns) {
|
||
|
C14957gcv.e(imageView, "");
|
||
|
C14957gcv.e(str, "");
|
||
|
Cdw<Drawable> c = Glide.e(imageView).c(str);
|
||
|
if (pns != null) {
|
||
|
c = c.b(pns);
|
||
|
}
|
||
|
c.Dq_(imageView);
|
||
|
}
|
||
|
}
|