discord-jadx/app/src/main/java/h0/c/f.java

25 lines
689 B
Java

package h0.c;
import org.webrtc.EglRenderer;
/* compiled from: lambda */
public final /* synthetic */ class f implements Runnable {
public final /* synthetic */ EglRenderer i;
public final /* synthetic */ float j;
public final /* synthetic */ float k;
public final /* synthetic */ float l;
public final /* synthetic */ float m;
public /* synthetic */ f(EglRenderer eglRenderer, float f, float f2, float f3, float f4) {
this.i = eglRenderer;
this.j = f;
this.k = f2;
this.l = f3;
this.m = f4;
}
@Override // java.lang.Runnable
public final void run() {
this.i.b(this.j, this.k, this.l, this.m);
}
}