what-the-bank/sources/com/scb/phone/view/custom/accountsummary/BaseAdBannerView.java

87 lines
2.5 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.scb.phone.view.custom.accountsummary;
import android.content.Context;
import android.util.AttributeSet;
import android.view.View;
import android.widget.FrameLayout;
import com.scb.phone.view.custom.accountsummary.BaseAdBannerView;
import o.C0375Fe;
import o.C14957gcv;
import o.fHO;
/* loaded from: classes5.dex */
public abstract class BaseAdBannerView extends FrameLayout {
public abstract View c();
public abstract void c(C0375Fe c0375Fe);
public abstract View d();
public abstract void e(Context context);
private /* synthetic */ BaseAdBannerView(Context context, AttributeSet attributeSet, int i, byte b) {
this(context, (i & 2) != 0 ? null : attributeSet, 0);
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public BaseAdBannerView(Context context, AttributeSet attributeSet, int i) {
super(context, attributeSet, i);
C14957gcv.e(context, "");
e(context);
}
public final void setDisplay(C0375Fe c0375Fe) {
c(c0375Fe);
}
public final void setContextualBannerListener(final fHO fho) {
C14957gcv.e(fho, "");
c().setOnClickListener(new View.OnClickListener(fho) { // from class: o.eAE
private fHO a;
@Override // android.view.View.OnClickListener
public final void onClick(View view) {
BaseAdBannerView.b(this.a);
}
{
this.a = fho;
}
});
d().setOnClickListener(new View.OnClickListener(fho) { // from class: o.eAF
private fHO d;
@Override // android.view.View.OnClickListener
public final void onClick(View view) {
BaseAdBannerView.e(this.d);
}
{
this.d = fho;
}
});
}
public static /* synthetic */ void b(fHO fho) {
C14957gcv.e(fho, "");
fho.c();
}
public static /* synthetic */ void e(fHO fho) {
C14957gcv.e(fho, "");
fho.a();
}
/* JADX WARN: 'this' call moved to the top of the method (can break code semantics) */
public BaseAdBannerView(Context context, AttributeSet attributeSet) {
this(context, attributeSet, 4, (byte) 0);
C14957gcv.e(context, "");
}
/* JADX WARN: 'this' call moved to the top of the method (can break code semantics) */
public BaseAdBannerView(Context context) {
this(context, null, 6, (byte) 0);
C14957gcv.e(context, "");
}
}