NetMirror.apk
Download file
package t0;
import android.graphics.Matrix;
import android.graphics.Rect;
/* JADX INFO: loaded from: classes.dex */
class w extends q {
/* JADX INFO: renamed from: l, reason: collision with root package name */
public static final r f10765l = new w();
private w() {
}
@Override // t0.q
public void b(Matrix matrix, Rect rect, int i3, int i4, float f3, float f4, float f5, float f6) {
float fMin = Math.min(f5, f6);
float fWidth = rect.left + ((rect.width() - (i3 * fMin)) * 0.5f);
float fHeight = rect.top + ((rect.height() - (i4 * fMin)) * 0.5f);
matrix.setScale(fMin, fMin);
matrix.postTranslate((int) (fWidth + 0.5f), (int) (fHeight + 0.5f));
}
public String toString() {
return "fit_center";
}
}
⚠️ 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