NetMirror.apk
Download file
package t0;
import android.graphics.Canvas;
import android.graphics.Rect;
import android.graphics.drawable.Drawable;
import android.os.SystemClock;
/* JADX INFO: renamed from: t0.b, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public class RunnableC0722b extends C0727g implements Runnable {
/* JADX INFO: renamed from: f, reason: collision with root package name */
private int f10631f;
/* JADX INFO: renamed from: g, reason: collision with root package name */
private boolean f10632g;
/* JADX INFO: renamed from: h, reason: collision with root package name */
float f10633h;
/* JADX INFO: renamed from: i, reason: collision with root package name */
private boolean f10634i;
public RunnableC0722b(Drawable drawable, int i3) {
this(drawable, i3, true);
}
private int x() {
return (int) ((20.0f / this.f10631f) * 360.0f);
}
private void y() {
if (this.f10634i) {
return;
}
this.f10634i = true;
scheduleSelf(this, SystemClock.uptimeMillis() + 20);
}
@Override // t0.C0727g, android.graphics.drawable.Drawable
public void draw(Canvas canvas) {
int iSave = canvas.save();
Rect bounds = getBounds();
int i3 = bounds.right - bounds.left;
int i4 = bounds.bottom - bounds.top;
float f3 = this.f10633h;
if (!this.f10632g) {
f3 = 360.0f - f3;
}
canvas.rotate(f3, r3 + (i3 / 2), r1 + (i4 / 2));
super.draw(canvas);
canvas.restoreToCount(iSave);
y();
}
@Override // java.lang.Runnable
public void run() {
this.f10634i = false;
this.f10633h += x();
invalidateSelf();
}
public RunnableC0722b(Drawable drawable, int i3, boolean z3) {
super((Drawable) X.k.g(drawable));
this.f10633h = 0.0f;
this.f10634i = false;
this.f10631f = i3;
this.f10632g = z3;
}
}
⚠️ 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