package d.h.k;

import android.widget.TextView;

/* JADX INFO: loaded from: classes.dex */
public class l {
    public static boolean a(TextView textView) {
        return textView.getIncludeFontPadding();
    }

    public static int b(TextView textView) {
        return textView.getMaxLines();
    }

    public static int c(TextView textView) {
        return textView.getMinLines();
    }
}
