73 lines
2.4 KiB
Java
73 lines
2.4 KiB
Java
|
package o;
|
||
|
|
||
|
import android.graphics.Color;
|
||
|
import android.graphics.PorterDuff;
|
||
|
import android.graphics.PorterDuffColorFilter;
|
||
|
import android.widget.FrameLayout;
|
||
|
import android.widget.ImageView;
|
||
|
import androidx.recyclerview.widget.RecyclerView;
|
||
|
|
||
|
/* renamed from: o.exs, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes5.dex */
|
||
|
public final class C12422exs extends RecyclerView.zJl {
|
||
|
final txY a;
|
||
|
|
||
|
/* JADX INFO: Access modifiers changed from: package-private */
|
||
|
public final void d() {
|
||
|
txY txy = this.a;
|
||
|
FrameLayout frameLayout = txy.e;
|
||
|
C14957gcv.c(frameLayout, "");
|
||
|
FrameLayout frameLayout2 = frameLayout;
|
||
|
C14957gcv.e(frameLayout2, "");
|
||
|
frameLayout2.setVisibility(4);
|
||
|
ImageView imageView = txy.a;
|
||
|
C14957gcv.c(imageView, "");
|
||
|
ImageView imageView2 = imageView;
|
||
|
C14957gcv.e(imageView2, "");
|
||
|
imageView2.setVisibility(8);
|
||
|
}
|
||
|
|
||
|
/* JADX INFO: Access modifiers changed from: package-private */
|
||
|
public static PorterDuffColorFilter anL_(String str) {
|
||
|
try {
|
||
|
return new PorterDuffColorFilter(Color.parseColor(str), PorterDuff.Mode.SRC);
|
||
|
} catch (IllegalArgumentException e) {
|
||
|
guQ.e(e);
|
||
|
return null;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/* renamed from: o.exs$Sts */
|
||
|
/* loaded from: classes5.dex */
|
||
|
final /* synthetic */ class Sts extends C14954gcs implements InterfaceC14894gbR<String, Boolean> {
|
||
|
@Override // o.InterfaceC14894gbR
|
||
|
public final /* synthetic */ Boolean invoke(String str) {
|
||
|
return Boolean.valueOf(((InterfaceC8959dag) this.f).e(str));
|
||
|
}
|
||
|
|
||
|
/* JADX INFO: Access modifiers changed from: package-private */
|
||
|
public Sts(Object obj) {
|
||
|
super(1, obj, InterfaceC8959dag.class, "isValidDeepLink", "isValidDeepLink(Ljava/lang/String;)Z");
|
||
|
}
|
||
|
}
|
||
|
|
||
|
public static /* synthetic */ void a(InterfaceC8959dag interfaceC8959dag, SN sn) {
|
||
|
C14957gcv.e(interfaceC8959dag, "");
|
||
|
C14957gcv.e(sn, "");
|
||
|
interfaceC8959dag.b(sn);
|
||
|
}
|
||
|
|
||
|
public static /* synthetic */ void c(InterfaceC8959dag interfaceC8959dag, SN sn) {
|
||
|
C14957gcv.e(interfaceC8959dag, "");
|
||
|
C14957gcv.e(sn, "");
|
||
|
interfaceC8959dag.e(sn);
|
||
|
}
|
||
|
|
||
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
||
|
public C12422exs(txY txy) {
|
||
|
super(txy.h);
|
||
|
C14957gcv.e(txy, "");
|
||
|
this.a = txy;
|
||
|
}
|
||
|
}
|