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

48 lines
1.4 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-11-22 08:31:21 +00:00
import android.widget.ImageView;
2021-10-18 07:12:10 +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.views.VoiceUserView;
import com.discord.views.calls.SpeakerPulseView;
/* compiled from: ViewStageChannelSpeakerBinding */
2021-12-17 22:01:24 +00:00
public final class s3 implements ViewBinding {
2021-07-24 02:37:17 +00:00
@NonNull
2021-11-22 08:31:21 +00:00
public final View a;
2021-08-24 07:28:10 +00:00
@NonNull
2021-12-17 22:01:24 +00:00
/* renamed from: b reason: collision with root package name */
2022-01-31 08:58:36 +00:00
public final VoiceUserView f195b;
2021-12-17 22:01:24 +00:00
@NonNull
public final ImageView c;
2021-11-22 08:31:21 +00:00
@NonNull
public final ImageView d;
@NonNull
public final ImageView e;
@NonNull
public final ImageView f;
@NonNull
public final TextView g;
@NonNull
public final SpeakerPulseView h;
2021-07-24 02:37:17 +00:00
2021-12-17 22:01:24 +00:00
public s3(@NonNull View view, @NonNull VoiceUserView voiceUserView, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull ImageView imageView3, @NonNull ImageView imageView4, @NonNull TextView textView, @NonNull SpeakerPulseView speakerPulseView) {
2021-11-22 08:31:21 +00:00
this.a = view;
2022-01-31 08:58:36 +00:00
this.f195b = voiceUserView;
2021-12-17 22:01:24 +00:00
this.c = imageView;
2021-11-22 08:31:21 +00:00
this.d = imageView2;
this.e = imageView3;
this.f = imageView4;
this.g = textView;
this.h = speakerPulseView;
2021-07-24 02:37:17 +00:00
}
@Override // androidx.viewbinding.ViewBinding
@NonNull
public View getRoot() {
return this.a;
}
}