25 lines
657 B
Java
25 lines
657 B
Java
package U;
|
|
|
|
import android.icu.text.DecimalFormatSymbols;
|
|
import android.text.PrecomputedText;
|
|
import android.widget.TextView;
|
|
|
|
/* loaded from: classes.dex */
|
|
public abstract class u {
|
|
public static CharSequence a(PrecomputedText precomputedText) {
|
|
return precomputedText;
|
|
}
|
|
|
|
public static String[] b(DecimalFormatSymbols decimalFormatSymbols) {
|
|
return decimalFormatSymbols.getDigitStrings();
|
|
}
|
|
|
|
public static PrecomputedText.Params c(TextView textView) {
|
|
return textView.getTextMetricsParams();
|
|
}
|
|
|
|
public static void d(TextView textView, int i) {
|
|
textView.setFirstBaselineToTopHeight(i);
|
|
}
|
|
}
|