discord-jadx/app/src/main/java/b/a/i/l4.java

52 lines
1.7 KiB
Java
Raw Normal View History

2021-12-17 22:01:24 +00:00
package b.a.i;
2021-07-24 02:37:17 +00:00
import android.view.View;
2021-10-11 07:48:45 +00:00
import android.widget.LinearLayout;
2021-11-22 08:31:21 +00:00
import android.widget.RelativeLayout;
2021-10-11 07:48:45 +00:00
import android.widget.TextView;
2021-07-24 02:37:17 +00:00
import androidx.annotation.NonNull;
import androidx.viewbinding.ViewBinding;
2021-11-22 08:31:21 +00:00
import com.discord.widgets.voice.fullscreen.grid.PrivateCallBlurredGridView;
import com.discord.widgets.voice.fullscreen.grid.PrivateCallGridView;
/* compiled from: WidgetCallFullscreenPrivateCallBinding */
2021-12-17 22:01:24 +00:00
public final class l4 implements ViewBinding {
2021-07-24 02:37:17 +00:00
@NonNull
2021-11-22 08:31:21 +00:00
public final RelativeLayout a;
2021-07-24 02:37:17 +00:00
@NonNull
2021-08-31 07:21:49 +00:00
2021-12-17 22:01:24 +00:00
/* renamed from: b reason: collision with root package name */
public final PrivateCallBlurredGridView f151b;
@NonNull
public final TextView c;
2021-11-22 08:31:21 +00:00
@NonNull
public final RelativeLayout d;
@NonNull
public final LinearLayout e;
@NonNull
public final PrivateCallGridView f;
@NonNull
public final TextView g;
@NonNull
public final TextView h;
@NonNull
public final TextView i;
2021-07-24 02:37:17 +00:00
2021-12-17 22:01:24 +00:00
public l4(@NonNull RelativeLayout relativeLayout, @NonNull PrivateCallBlurredGridView privateCallBlurredGridView, @NonNull TextView textView, @NonNull RelativeLayout relativeLayout2, @NonNull LinearLayout linearLayout, @NonNull PrivateCallGridView privateCallGridView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4) {
2021-11-22 08:31:21 +00:00
this.a = relativeLayout;
2021-12-17 22:01:24 +00:00
this.f151b = privateCallBlurredGridView;
this.c = textView;
2021-11-22 08:31:21 +00:00
this.d = relativeLayout2;
this.e = linearLayout;
this.f = privateCallGridView;
this.g = textView2;
this.h = textView3;
this.i = textView4;
2021-07-24 02:37:17 +00:00
}
@Override // androidx.viewbinding.ViewBinding
@NonNull
public View getRoot() {
return this.a;
}
}