NetMirror.apk
Download file
package t0;
import android.graphics.ColorFilter;
import android.graphics.drawable.Drawable;
import kotlin.jvm.internal.DefaultConstructorMarker;
/* JADX INFO: renamed from: t0.d, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C0724d {
/* JADX INFO: renamed from: f, reason: collision with root package name */
public static final a f10635f = new a(null);
/* JADX INFO: renamed from: b, reason: collision with root package name */
private boolean f10637b;
/* JADX INFO: renamed from: c, reason: collision with root package name */
private ColorFilter f10638c;
/* JADX INFO: renamed from: a, reason: collision with root package name */
private int f10636a = -1;
/* JADX INFO: renamed from: d, reason: collision with root package name */
private int f10639d = -1;
/* JADX INFO: renamed from: e, reason: collision with root package name */
private int f10640e = -1;
/* JADX INFO: renamed from: t0.d$a */
public static final class a {
public /* synthetic */ a(DefaultConstructorMarker defaultConstructorMarker) {
this();
}
private a() {
}
}
public final void a(Drawable drawable) {
if (drawable == null) {
return;
}
int i3 = this.f10636a;
if (i3 != -1) {
drawable.setAlpha(i3);
}
if (this.f10637b) {
drawable.setColorFilter(this.f10638c);
}
int i4 = this.f10639d;
if (i4 != -1) {
drawable.setDither(i4 != 0);
}
int i5 = this.f10640e;
if (i5 != -1) {
drawable.setFilterBitmap(i5 != 0);
}
}
public final void b(int i3) {
this.f10636a = i3;
}
public final void c(ColorFilter colorFilter) {
this.f10638c = colorFilter;
this.f10637b = colorFilter != null;
}
public final void d(boolean z3) {
this.f10639d = z3 ? 1 : 0;
}
public final void e(boolean z3) {
this.f10640e = z3 ? 1 : 0;
}
}
⚠️ This content was hidden by an advertisement filtering extension in your browser. Please disable it and reload the page to access the decompiled content.
We only display one small text ad to keep this service free. Here's what it looks like:
Read the Docs for Business: You write the docs. We do the rest.
Try it today!Ad by EthicalAds
Download file