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)); } }