NetMirror.apk
Download file
package Z1;
import android.graphics.Color;
import android.text.TextPaint;
import android.text.style.CharacterStyle;
import android.text.style.UpdateAppearance;
/* JADX INFO: loaded from: classes.dex */
public final class h extends CharacterStyle implements UpdateAppearance, i {
/* JADX INFO: renamed from: a, reason: collision with root package name */
private final float f2828a;
public h(float f3) {
this.f2828a = f3;
}
@Override // android.text.style.CharacterStyle
public void updateDrawState(TextPaint textPaint) {
D2.h.f(textPaint, "paint");
textPaint.setAlpha(F2.a.c(Color.alpha(textPaint.getColor()) * this.f2828a));
if (textPaint.bgColor != 0) {
textPaint.bgColor = Color.argb(F2.a.c(Color.alpha(r0) * this.f2828a), Color.red(textPaint.bgColor), Color.green(textPaint.bgColor), Color.blue(textPaint.bgColor));
}
}
}
⚠️ 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