30 lines
895 B
Java
30 lines
895 B
Java
package o;
|
|
|
|
import android.view.View;
|
|
import android.widget.ImageView;
|
|
import android.widget.LinearLayout;
|
|
import android.widget.TextView;
|
|
|
|
/* renamed from: o.dqw, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C9814dqw {
|
|
public final TextView a;
|
|
public final TextView b;
|
|
public final TextView c;
|
|
public final ImageView d;
|
|
public final TextView e;
|
|
private View f;
|
|
private final LinearLayout j;
|
|
|
|
/* JADX INFO: Access modifiers changed from: package-private */
|
|
public C9814dqw(LinearLayout linearLayout, View view, TextView textView, ImageView imageView, TextView textView2, TextView textView3, TextView textView4) {
|
|
this.j = linearLayout;
|
|
this.f = view;
|
|
this.e = textView;
|
|
this.d = imageView;
|
|
this.b = textView2;
|
|
this.c = textView3;
|
|
this.a = textView4;
|
|
}
|
|
}
|