Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
24
apk_decompiled/sources/U/f.java
Normal file
24
apk_decompiled/sources/U/f.java
Normal file
@@ -0,0 +1,24 @@
|
||||
package U;
|
||||
|
||||
import android.content.res.ColorStateList;
|
||||
import android.graphics.PorterDuff;
|
||||
import android.widget.ImageView;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public abstract class f {
|
||||
public static ColorStateList a(ImageView imageView) {
|
||||
return imageView.getImageTintList();
|
||||
}
|
||||
|
||||
public static PorterDuff.Mode b(ImageView imageView) {
|
||||
return imageView.getImageTintMode();
|
||||
}
|
||||
|
||||
public static void c(ImageView imageView, ColorStateList colorStateList) {
|
||||
imageView.setImageTintList(colorStateList);
|
||||
}
|
||||
|
||||
public static void d(ImageView imageView, PorterDuff.Mode mode) {
|
||||
imageView.setImageTintMode(mode);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user