package com.google.android.gms.internal.ads;

import android.view.View;
import androidx.appcompat.widget.ActionMenuView;
import com.google.android.material.bottomappbar.BottomAppBar;

/* JADX INFO: loaded from: classes2.dex */
public final /* synthetic */ class jm0 implements Runnable {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final /* synthetic */ int f12917a = 0;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final /* synthetic */ int f12918b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final /* synthetic */ boolean f12919c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final /* synthetic */ Object f12920d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final /* synthetic */ View f12921e;

    public /* synthetic */ jm0(lm0 lm0Var, View view, boolean z10, int i10) {
        this.f12920d = lm0Var;
        this.f12921e = view;
        this.f12919c = z10;
        this.f12918b = i10;
    }

    @Override // java.lang.Runnable
    public final void run() {
        int i10 = this.f12917a;
        boolean z10 = this.f12919c;
        int i11 = this.f12918b;
        View view = this.f12921e;
        Object obj = this.f12920d;
        switch (i10) {
            case 0:
                ((lm0) obj).g(view, i11, z10);
                break;
            default:
                ((ActionMenuView) obj).setTranslationX(((BottomAppBar) view).H(r4, i11, z10));
                break;
        }
    }

    public jm0(BottomAppBar bottomAppBar, ActionMenuView actionMenuView, int i10, boolean z10) {
        this.f12921e = bottomAppBar;
        this.f12920d = actionMenuView;
        this.f12918b = i10;
        this.f12919c = z10;
    }
}
