package q0;

import android.os.Build;
import android.os.Bundle;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import java.util.List;

/* JADX INFO: loaded from: classes.dex */
public class i {

    @Nullable
    private final Object mProvider;

    public i() {
        if (Build.VERSION.SDK_INT >= 26) {
            this.mProvider = new h(this);
        } else {
            this.mProvider = new g(this);
        }
    }

    public void addExtraDataToAccessibilityNodeInfo(int i10, @NonNull f fVar, @NonNull String str, @Nullable Bundle bundle) {
    }

    @Nullable
    public f createAccessibilityNodeInfo(int i10) {
        return null;
    }

    @Nullable
    public List<f> findAccessibilityNodeInfosByText(@NonNull String str, int i10) {
        return null;
    }

    @Nullable
    public f findFocus(int i10) {
        return null;
    }

    @Nullable
    public Object getProvider() {
        return this.mProvider;
    }

    public boolean performAction(int i10, int i11, @Nullable Bundle bundle) {
        return false;
    }

    public i(@Nullable Object obj) {
        this.mProvider = obj;
    }
}
