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

32 lines
1.1 KiB
Java

package c.a.j;
import android.view.View;
import com.discord.floating_view_manager.FloatingViewGravity;
import d0.z.d.m;
/* compiled from: View.kt */
public final class c implements View.OnLayoutChangeListener {
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 c(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.View.OnLayoutChangeListener
public void onLayoutChange(View view, int i, int i2, int i3, int i4, int i5, int i6, int i7, int i8) {
m.checkParameterIsNotNull(view, "view");
view.removeOnLayoutChangeListener(this);
a.a(this.i, this.k, this.j, this.l, this.m, this.n);
this.k.setVisibility(0);
}
}