NetMirror.apk
Download file
package androidx.core.widget;
import android.content.res.ColorStateList;
import android.graphics.PorterDuff;
import android.graphics.drawable.Drawable;
import android.widget.CheckedTextView;
/* JADX INFO: loaded from: classes.dex */
public abstract class b {
private static class a {
static void a(CheckedTextView checkedTextView, ColorStateList colorStateList) {
checkedTextView.setCheckMarkTintList(colorStateList);
}
static void b(CheckedTextView checkedTextView, PorterDuff.Mode mode) {
checkedTextView.setCheckMarkTintMode(mode);
}
}
public static Drawable a(CheckedTextView checkedTextView) {
return checkedTextView.getCheckMarkDrawable();
}
public static void b(CheckedTextView checkedTextView, ColorStateList colorStateList) {
a.a(checkedTextView, colorStateList);
}
public static void c(CheckedTextView checkedTextView, PorterDuff.Mode mode) {
a.b(checkedTextView, mode);
}
}
⚠️ 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