NetMirror.apk
Download file
package androidx.appcompat.widget;
import android.R;
import android.content.Context;
import android.content.res.TypedArray;
import android.text.Layout;
import android.util.AttributeSet;
/* JADX INFO: loaded from: classes.dex */
public class DialogTitle extends D {
public DialogTitle(Context context, AttributeSet attributeSet, int i3) {
super(context, attributeSet, i3);
}
@Override // androidx.appcompat.widget.D, android.widget.TextView, android.view.View
protected void onMeasure(int i3, int i4) {
int lineCount;
super.onMeasure(i3, i4);
Layout layout = getLayout();
if (layout == null || (lineCount = layout.getLineCount()) <= 0 || layout.getEllipsisCount(lineCount - 1) <= 0) {
return;
}
setSingleLine(false);
setMaxLines(2);
TypedArray typedArrayObtainStyledAttributes = getContext().obtainStyledAttributes(null, d.j.f8923S2, R.attr.textAppearanceMedium, R.style.TextAppearance.Medium);
int dimensionPixelSize = typedArrayObtainStyledAttributes.getDimensionPixelSize(d.j.f8927T2, 0);
if (dimensionPixelSize != 0) {
setTextSize(0, dimensionPixelSize);
}
typedArrayObtainStyledAttributes.recycle();
super.onMeasure(i3, i4);
}
public DialogTitle(Context context, AttributeSet attributeSet) {
super(context, attributeSet);
}
public DialogTitle(Context context) {
super(context);
}
}
⚠️ This content was hidden by an advertisement filtering extension in your browser. Please disable it and reload the page to access the decompiled content.
We only display one small text ad to keep this service free. Here's what it looks like:
Read the Docs for Business: You write the docs. We do the rest.
Try it today!Ad by EthicalAds
Download file