- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
22 lines
550 B
Java
22 lines
550 B
Java
package com.tapjoy;
|
|
|
|
/* loaded from: classes4.dex */
|
|
public final class o0 implements Runnable {
|
|
public final /* synthetic */ float a;
|
|
public final /* synthetic */ p0 b;
|
|
|
|
public o0(p0 p0Var, float f) {
|
|
this.b = p0Var;
|
|
this.a = f;
|
|
}
|
|
|
|
@Override // java.lang.Runnable
|
|
public final void run() {
|
|
TJWebView tJWebView = this.b.a.a;
|
|
if (tJWebView == null || tJWebView.getSettings() == null) {
|
|
return;
|
|
}
|
|
this.b.a.a.getSettings().setTextZoom((int) (this.a * 100.0f));
|
|
}
|
|
}
|