discord-jadx/app/src/main/java/c/a/i/i5.java

64 lines
2.1 KiB
Java
Raw Normal View History

2021-07-24 02:37:17 +00:00
package c.a.i;
import android.view.View;
2021-07-28 07:39:21 +00:00
import android.widget.FrameLayout;
2021-07-24 02:37:17 +00:00
import android.widget.LinearLayout;
2021-07-28 07:39:21 +00:00
import android.widget.SeekBar;
2021-07-27 00:35:07 +00:00
import android.widget.Space;
2021-07-24 02:37:17 +00:00
import android.widget.TextView;
import androidx.annotation.NonNull;
2021-07-27 00:35:07 +00:00
import androidx.constraintlayout.widget.Barrier;
2021-07-24 02:37:17 +00:00
import androidx.viewbinding.ViewBinding;
2021-07-27 00:35:07 +00:00
import com.facebook.drawee.view.SimpleDraweeView;
import com.google.android.material.button.MaterialButton;
2021-07-28 07:39:21 +00:00
/* compiled from: WidgetMusicRichPresenceBinding */
2021-07-24 02:37:17 +00:00
public final class i5 implements ViewBinding {
@NonNull
public final LinearLayout a;
@NonNull
2021-07-27 00:35:07 +00:00
public final LinearLayout b;
2021-07-24 02:37:17 +00:00
@NonNull
/* renamed from: c reason: collision with root package name */
2021-07-28 07:39:21 +00:00
public final TextView f107c;
2021-07-24 02:37:17 +00:00
@NonNull
2021-07-28 07:39:21 +00:00
public final TextView d;
2021-07-27 00:35:07 +00:00
@NonNull
public final SimpleDraweeView e;
@NonNull
2021-07-28 07:39:21 +00:00
public final SimpleDraweeView f;
2021-07-27 00:35:07 +00:00
@NonNull
public final TextView g;
@NonNull
public final TextView h;
2021-07-28 07:39:21 +00:00
@NonNull
public final MaterialButton i;
@NonNull
public final SeekBar j;
@NonNull
public final TextView k;
@NonNull
public final TextView l;
2021-07-24 02:37:17 +00:00
2021-07-28 07:39:21 +00:00
public i5(@NonNull LinearLayout linearLayout, @NonNull Barrier barrier, @NonNull Space space, @NonNull LinearLayout linearLayout2, @NonNull TextView textView, @NonNull TextView textView2, @NonNull SimpleDraweeView simpleDraweeView, @NonNull SimpleDraweeView simpleDraweeView2, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull FrameLayout frameLayout, @NonNull MaterialButton materialButton, @NonNull SeekBar seekBar, @NonNull TextView textView5, @NonNull TextView textView6) {
2021-07-24 02:37:17 +00:00
this.a = linearLayout;
2021-07-27 00:35:07 +00:00
this.b = linearLayout2;
2021-07-28 07:39:21 +00:00
this.f107c = textView;
this.d = textView2;
this.e = simpleDraweeView;
this.f = simpleDraweeView2;
this.g = textView3;
this.h = textView4;
this.i = materialButton;
this.j = seekBar;
this.k = textView5;
this.l = textView6;
2021-07-24 02:37:17 +00:00
}
@Override // androidx.viewbinding.ViewBinding
@NonNull
public View getRoot() {
return this.a;
}
}