- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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));
|
|
}
|
|
}
|