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

32 lines
1.1 KiB
Java
Raw Normal View History

2021-12-17 21:59:34 +00:00
package b.a.j;
2021-07-24 02:37:17 +00:00
import android.view.View;
2021-08-11 06:37:47 +00:00
import com.discord.floating_view_manager.FloatingViewGravity;
2021-11-02 06:38:17 +00:00
import d0.z.d.m;
2021-08-11 06:37:47 +00:00
/* compiled from: View.kt */
public final class c implements View.OnLayoutChangeListener {
2021-12-02 18:53:44 +00:00
public final /* synthetic */ a j;
2021-08-11 06:37:47 +00:00
public final /* synthetic */ View k;
2021-12-02 18:53:44 +00:00
public final /* synthetic */ View l;
public final /* synthetic */ FloatingViewGravity m;
2021-08-11 06:37:47 +00:00
public final /* synthetic */ int n;
2021-12-02 18:53:44 +00:00
public final /* synthetic */ int o;
2021-07-24 02:37:17 +00:00
2021-08-11 06:37:47 +00:00
public c(a aVar, View view, View view2, FloatingViewGravity floatingViewGravity, int i, int i2) {
2021-12-02 18:53:44 +00:00
this.j = aVar;
this.k = view;
this.l = view2;
this.m = floatingViewGravity;
this.n = i;
this.o = i2;
2021-07-24 02:37:17 +00:00
}
2021-08-11 06:37:47 +00:00
@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) {
2021-09-15 06:33:54 +00:00
m.checkNotNullParameter(view, "view");
2021-08-11 06:37:47 +00:00
view.removeOnLayoutChangeListener(this);
2021-12-02 18:53:44 +00:00
a.a(this.j, this.l, this.k, this.m, this.n, this.o);
this.l.setVisibility(0);
2021-07-24 02:37:17 +00:00
}
}