what-the-bank/sources/o/C16528pAJ.java

59 lines
1.8 KiB
Java

package o;
import android.content.res.ColorStateList;
import android.graphics.PorterDuff;
import android.graphics.drawable.Drawable;
import android.widget.CompoundButton;
/* renamed from: o.pAJ, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public final class C16528pAJ {
public static void vb_(CompoundButton compoundButton, ColorStateList colorStateList) {
RVV.vf_(compoundButton, colorStateList);
}
public static ColorStateList uZ_(CompoundButton compoundButton) {
return RVV.vd_(compoundButton);
}
public static void vc_(CompoundButton compoundButton, PorterDuff.Mode mode) {
RVV.vg_(compoundButton, mode);
}
public static PorterDuff.Mode va_(CompoundButton compoundButton) {
return RVV.ve_(compoundButton);
}
public static Drawable uY_(CompoundButton compoundButton) {
return Sts.vh_(compoundButton);
}
/* renamed from: o.pAJ$RVV */
/* loaded from: classes.dex */
static class RVV {
static void vf_(CompoundButton compoundButton, ColorStateList colorStateList) {
compoundButton.setButtonTintList(colorStateList);
}
static ColorStateList vd_(CompoundButton compoundButton) {
return compoundButton.getButtonTintList();
}
static void vg_(CompoundButton compoundButton, PorterDuff.Mode mode) {
compoundButton.setButtonTintMode(mode);
}
static PorterDuff.Mode ve_(CompoundButton compoundButton) {
return compoundButton.getButtonTintMode();
}
}
/* renamed from: o.pAJ$Sts */
/* loaded from: classes.dex */
static class Sts {
static Drawable vh_(CompoundButton compoundButton) {
return compoundButton.getButtonDrawable();
}
}
}