NetMirror.apk
Download file
package com.facebook.react.views.text;
import android.R;
import android.content.Context;
import android.content.res.ColorStateList;
import android.content.res.TypedArray;
/* JADX INFO: loaded from: classes.dex */
public final class a {
/* JADX INFO: renamed from: a, reason: collision with root package name */
public static final a f7917a = new a();
private a() {
}
private final ColorStateList a(Context context, int i3) {
TypedArray typedArrayObtainStyledAttributes = context.getTheme().obtainStyledAttributes(new int[]{i3});
D2.h.e(typedArrayObtainStyledAttributes, "obtainStyledAttributes(...)");
return typedArrayObtainStyledAttributes.getColorStateList(0);
}
public static final ColorStateList b(Context context) {
D2.h.f(context, "context");
return f7917a.a(context, R.attr.textColor);
}
public static final int c(Context context) {
D2.h.f(context, "context");
ColorStateList colorStateListA = f7917a.a(context, R.attr.textColorHighlight);
if (colorStateListA != null) {
return colorStateListA.getDefaultColor();
}
return 0;
}
public static final ColorStateList d(Context context) {
D2.h.f(context, "context");
return f7917a.a(context, R.attr.textColorHint);
}
}
⚠️ 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