You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
129 lines
3.2 KiB
129 lines
3.2 KiB
package p010d;
|
|
|
|
import android.content.Context;
|
|
import android.content.res.Configuration;
|
|
import android.content.res.TypedArray;
|
|
import android.graphics.drawable.Drawable;
|
|
import android.util.AttributeSet;
|
|
import android.view.KeyEvent;
|
|
import android.view.View;
|
|
import android.view.ViewGroup;
|
|
import p007c.C0494j;
|
|
import p022h.AbstractC0743b;
|
|
|
|
/* renamed from: d.a */
|
|
/* loaded from: classes.dex */
|
|
public abstract class AbstractC0521a {
|
|
|
|
/* renamed from: d.a$a */
|
|
/* loaded from: classes.dex */
|
|
public static class C0522a extends ViewGroup.MarginLayoutParams {
|
|
|
|
/* renamed from: a */
|
|
public int f1935a;
|
|
|
|
public C0522a(int i, int i2) {
|
|
super(i, i2);
|
|
this.f1935a = 8388627;
|
|
}
|
|
|
|
public C0522a(Context context, AttributeSet attributeSet) {
|
|
super(context, attributeSet);
|
|
this.f1935a = 0;
|
|
TypedArray obtainStyledAttributes = context.obtainStyledAttributes(attributeSet, C0494j.f1896t);
|
|
this.f1935a = obtainStyledAttributes.getInt(C0494j.f1901u, 0);
|
|
obtainStyledAttributes.recycle();
|
|
}
|
|
|
|
public C0522a(ViewGroup.LayoutParams layoutParams) {
|
|
super(layoutParams);
|
|
this.f1935a = 0;
|
|
}
|
|
|
|
public C0522a(C0522a c0522a) {
|
|
super((ViewGroup.MarginLayoutParams) c0522a);
|
|
this.f1935a = 0;
|
|
this.f1935a = c0522a.f1935a;
|
|
}
|
|
}
|
|
|
|
/* renamed from: d.a$b */
|
|
/* loaded from: classes.dex */
|
|
public interface InterfaceC0523b {
|
|
void onMenuVisibilityChanged(boolean z);
|
|
}
|
|
|
|
@Deprecated
|
|
/* renamed from: d.a$c */
|
|
/* loaded from: classes.dex */
|
|
public static abstract class AbstractC0524c {
|
|
/* renamed from: a */
|
|
public abstract CharSequence m3563a();
|
|
|
|
/* renamed from: b */
|
|
public abstract View m3562b();
|
|
|
|
/* renamed from: c */
|
|
public abstract Drawable m3561c();
|
|
|
|
/* renamed from: d */
|
|
public abstract CharSequence m3560d();
|
|
|
|
/* renamed from: e */
|
|
public abstract void m3559e();
|
|
}
|
|
|
|
/* renamed from: g */
|
|
public boolean m3568g() {
|
|
return false;
|
|
}
|
|
|
|
/* renamed from: h */
|
|
public abstract boolean mo3350h();
|
|
|
|
/* renamed from: i */
|
|
public abstract void mo3349i(boolean z);
|
|
|
|
/* renamed from: j */
|
|
public abstract int mo3348j();
|
|
|
|
/* renamed from: k */
|
|
public abstract Context mo3347k();
|
|
|
|
/* renamed from: l */
|
|
public boolean m3567l() {
|
|
return false;
|
|
}
|
|
|
|
/* renamed from: m */
|
|
public abstract void mo3346m(Configuration configuration);
|
|
|
|
/* renamed from: n */
|
|
public void m3566n() {
|
|
}
|
|
|
|
/* renamed from: o */
|
|
public abstract boolean mo3345o(int i, KeyEvent keyEvent);
|
|
|
|
/* renamed from: p */
|
|
public boolean m3565p(KeyEvent keyEvent) {
|
|
return false;
|
|
}
|
|
|
|
/* renamed from: q */
|
|
public boolean m3564q() {
|
|
return false;
|
|
}
|
|
|
|
/* renamed from: r */
|
|
public abstract void mo3344r(boolean z);
|
|
|
|
/* renamed from: s */
|
|
public abstract void mo3343s(boolean z);
|
|
|
|
/* renamed from: t */
|
|
public abstract void mo3342t(CharSequence charSequence);
|
|
|
|
/* renamed from: u */
|
|
public abstract AbstractC0743b mo3341u(AbstractC0743b.InterfaceC0744a interfaceC0744a);
|
|
} |