- 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
544 B
Java
22 lines
544 B
Java
package com.tapjoy;
|
|
|
|
/* loaded from: classes4.dex */
|
|
public final class g implements Runnable {
|
|
public final /* synthetic */ float a;
|
|
public final /* synthetic */ k b;
|
|
|
|
public g(k kVar, float f) {
|
|
this.b = kVar;
|
|
this.a = f;
|
|
}
|
|
|
|
@Override // java.lang.Runnable
|
|
public final void run() {
|
|
TJWebView tJWebView = this.b.a.e;
|
|
if (tJWebView == null || tJWebView.getSettings() == null) {
|
|
return;
|
|
}
|
|
this.b.a.e.getSettings().setTextZoom((int) (this.a * 100.0f));
|
|
}
|
|
}
|