Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
24
apk_decompiled/sources/U/u.java
Normal file
24
apk_decompiled/sources/U/u.java
Normal file
@@ -0,0 +1,24 @@
|
||||
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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user