NetMirror.apk
Download file
package t0;
import android.graphics.drawable.Drawable;
/* JADX INFO: renamed from: t0.e, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C0725e {
/* JADX INFO: renamed from: a, reason: collision with root package name */
public static final C0725e f10641a = new C0725e();
private C0725e() {
}
public static final void a(Drawable drawable, Drawable drawable2) {
if (drawable2 == null || drawable == null || drawable == drawable2) {
return;
}
drawable.setBounds(drawable2.getBounds());
drawable.setChangingConfigurations(drawable2.getChangingConfigurations());
drawable.setLevel(drawable2.getLevel());
drawable.setVisible(drawable2.isVisible(), false);
drawable.setState(drawable2.getState());
}
public static final int b(int i3) {
int i4 = i3 >>> 24;
if (i4 != 0) {
return i4 != 255 ? -3 : -1;
}
return -2;
}
public static final int c(int i3, int i4) {
if (i4 == 255) {
return i3;
}
if (i4 == 0) {
return i3 & 16777215;
}
return (i3 & 16777215) | ((((i3 >>> 24) * (i4 + (i4 >> 7))) >> 8) << 24);
}
/* JADX WARN: Multi-variable type inference failed */
public static final void d(Drawable drawable, Drawable.Callback callback, E e4) {
if (drawable == 0) {
return;
}
drawable.setCallback(callback);
D d4 = drawable instanceof D ? (D) drawable : null;
if (d4 != null) {
d4.o(e4);
}
}
public static final void e(Drawable drawable, C0724d c0724d) {
if (drawable == null || c0724d == null) {
return;
}
c0724d.a(drawable);
}
}
⚠️ 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