package c.f.k;

import android.widget.TextView;

/* JADX INFO: compiled from: TextViewCompat.java */
/* JADX INFO: loaded from: classes.dex */
public class k {
    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();
    }
}
