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.
62 lines
1.6 KiB
62 lines
1.6 KiB
package p023h0;
|
|
|
|
import android.view.Menu;
|
|
import android.view.MenuInflater;
|
|
import android.view.MenuItem;
|
|
import java.util.HashMap;
|
|
import java.util.Iterator;
|
|
import java.util.Map;
|
|
import java.util.concurrent.CopyOnWriteArrayList;
|
|
|
|
/* renamed from: h0.d0 */
|
|
/* loaded from: classes.dex */
|
|
public class C0800d0 {
|
|
|
|
/* renamed from: a */
|
|
public final Runnable f2423a;
|
|
|
|
/* renamed from: b */
|
|
public final CopyOnWriteArrayList<InterfaceC0946s0> f2424b = new CopyOnWriteArrayList<>();
|
|
|
|
/* renamed from: c */
|
|
public final Map<InterfaceC0946s0, Object> f2425c = new HashMap();
|
|
|
|
public C0800d0(Runnable runnable) {
|
|
this.f2423a = runnable;
|
|
}
|
|
|
|
/* renamed from: a */
|
|
public void m2893a(Menu menu, MenuInflater menuInflater) {
|
|
Iterator<InterfaceC0946s0> it = this.f2424b.iterator();
|
|
while (it.hasNext()) {
|
|
it.next().m2496a(menu, menuInflater);
|
|
}
|
|
}
|
|
|
|
/* renamed from: b */
|
|
public void m2892b(Menu menu) {
|
|
Iterator<InterfaceC0946s0> it = this.f2424b.iterator();
|
|
while (it.hasNext()) {
|
|
it.next().m2493d(menu);
|
|
}
|
|
}
|
|
|
|
/* renamed from: c */
|
|
public boolean m2891c(MenuItem menuItem) {
|
|
Iterator<InterfaceC0946s0> it = this.f2424b.iterator();
|
|
while (it.hasNext()) {
|
|
if (it.next().m2494c(menuItem)) {
|
|
return true;
|
|
}
|
|
}
|
|
return false;
|
|
}
|
|
|
|
/* renamed from: d */
|
|
public void m2890d(Menu menu) {
|
|
Iterator<InterfaceC0946s0> it = this.f2424b.iterator();
|
|
while (it.hasNext()) {
|
|
it.next().m2495b(menu);
|
|
}
|
|
}
|
|
} |