discord-jadx/app/src/main/java/c/a/j/f.java

30 lines
964 B
Java

package c.a.j;
import android.view.View;
import android.view.ViewTreeObserver;
import com.discord.floating_view_manager.FloatingViewGravity;
/* compiled from: FloatingViewManager.kt */
public final class f implements ViewTreeObserver.OnPreDrawListener {
public final /* synthetic */ a i;
public final /* synthetic */ View j;
public final /* synthetic */ View k;
public final /* synthetic */ FloatingViewGravity l;
public final /* synthetic */ int m;
public final /* synthetic */ int n;
public f(a aVar, View view, View view2, FloatingViewGravity floatingViewGravity, int i, int i2) {
this.i = aVar;
this.j = view;
this.k = view2;
this.l = floatingViewGravity;
this.m = i;
this.n = i2;
}
@Override // android.view.ViewTreeObserver.OnPreDrawListener
public final boolean onPreDraw() {
a.a(this.i, this.j, this.k, this.l, this.m, this.n);
return true;
}
}