NetMirror.apk
Download file
package androidx.appcompat.view.menu;
import android.R;
import android.content.Context;
import android.util.AttributeSet;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ListView;
import androidx.appcompat.view.menu.e;
import androidx.appcompat.widget.h0;
/* JADX INFO: loaded from: classes.dex */
public final class ExpandedMenuView extends ListView implements e.b, k, AdapterView.OnItemClickListener {
/* JADX INFO: renamed from: d, reason: collision with root package name */
private static final int[] f3443d = {R.attr.background, R.attr.divider};
/* JADX INFO: renamed from: b, reason: collision with root package name */
private e f3444b;
/* JADX INFO: renamed from: c, reason: collision with root package name */
private int f3445c;
public ExpandedMenuView(Context context, AttributeSet attributeSet) {
this(context, attributeSet, R.attr.listViewStyle);
}
@Override // androidx.appcompat.view.menu.e.b
public boolean a(g gVar) {
return this.f3444b.M(gVar, 0);
}
@Override // androidx.appcompat.view.menu.k
public void b(e eVar) {
this.f3444b = eVar;
}
public int getWindowAnimations() {
return this.f3445c;
}
@Override // android.widget.ListView, android.widget.AbsListView, android.widget.AdapterView, android.view.ViewGroup, android.view.View
protected void onDetachedFromWindow() {
super.onDetachedFromWindow();
setChildrenDrawingCacheEnabled(false);
}
@Override // android.widget.AdapterView.OnItemClickListener
public void onItemClick(AdapterView adapterView, View view, int i3, long j3) {
a((g) getAdapter().getItem(i3));
}
public ExpandedMenuView(Context context, AttributeSet attributeSet, int i3) {
super(context, attributeSet);
setOnItemClickListener(this);
h0 h0VarU = h0.u(context, attributeSet, f3443d, i3, 0);
if (h0VarU.r(0)) {
setBackgroundDrawable(h0VarU.f(0));
}
if (h0VarU.r(1)) {
setDivider(h0VarU.f(1));
}
h0VarU.w();
}
}
⚠️ This content was hidden by an advertisement filtering extension in your browser. Please disable it and reload the page to access the decompiled content.
We only display one small text ad to keep this service free. Here's what it looks like:
Read the Docs for Business: You write the docs. We do the rest.
Try it today!Ad by EthicalAds
Download file