37 lines
752 B
Java
37 lines
752 B
Java
package com.facetec.sdk;
|
|
|
|
import android.content.Context;
|
|
import android.util.AttributeSet;
|
|
import android.widget.TextView;
|
|
|
|
/* loaded from: classes.dex */
|
|
class au extends TextView {
|
|
private boolean b;
|
|
|
|
public au(Context context) {
|
|
super(context);
|
|
this.b = false;
|
|
c();
|
|
}
|
|
|
|
public au(Context context, AttributeSet attributeSet) {
|
|
super(context, attributeSet);
|
|
this.b = false;
|
|
c();
|
|
}
|
|
|
|
public au(Context context, AttributeSet attributeSet, int i) {
|
|
super(context, attributeSet, i);
|
|
this.b = false;
|
|
c();
|
|
}
|
|
|
|
private void c() {
|
|
if (this.b) {
|
|
return;
|
|
}
|
|
this.b = true;
|
|
setIncludeFontPadding(av.c(ak.e));
|
|
}
|
|
}
|