package g1;

import android.text.method.TransformationMethod;
import android.widget.TextView;
import androidx.annotation.Nullable;

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

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final j f26148a;

    public l(TextView textView) {
        p0.g.checkNotNull(textView, "textView cannot be null");
        this.f26148a = new k(textView);
    }

    @Nullable
    public TransformationMethod wrapTransformationMethod(@Nullable TransformationMethod transformationMethod) {
        return this.f26148a.wrapTransformationMethod(transformationMethod);
    }
}
