package io.flutter.plugin.platform;

import android.view.View;

/* JADX INFO: loaded from: classes.dex */
public final class e implements View.OnSystemUiVisibilityChangeListener {

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

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

    public e(h hVar, View view) {
        this.f28212b = hVar;
        this.f28211a = view;
    }

    @Override // android.view.View.OnSystemUiVisibilityChangeListener
    public final void onSystemUiVisibilityChange(int i10) {
        this.f28211a.post(new i0.o(i10, 3, this));
    }
}
