NetMirror.apk
Download file
package androidx.core.widget;
import android.content.res.ColorStateList;
import android.graphics.PorterDuff;
import android.widget.ImageView;
/* JADX INFO: loaded from: classes.dex */
public abstract class e {
static class a {
static ColorStateList a(ImageView imageView) {
return imageView.getImageTintList();
}
static PorterDuff.Mode b(ImageView imageView) {
return imageView.getImageTintMode();
}
static void c(ImageView imageView, ColorStateList colorStateList) {
imageView.setImageTintList(colorStateList);
}
static void d(ImageView imageView, PorterDuff.Mode mode) {
imageView.setImageTintMode(mode);
}
}
public static ColorStateList a(ImageView imageView) {
return a.a(imageView);
}
public static PorterDuff.Mode b(ImageView imageView) {
return a.b(imageView);
}
public static void c(ImageView imageView, ColorStateList colorStateList) {
a.c(imageView, colorStateList);
}
public static void d(ImageView imageView, PorterDuff.Mode mode) {
a.d(imageView, 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