16 lines
430 B
Java
16 lines
430 B
Java
package F;
|
|
|
|
import android.content.res.ColorStateList;
|
|
import android.content.res.Resources;
|
|
|
|
/* loaded from: classes.dex */
|
|
public abstract class k {
|
|
public static int a(Resources resources, int i, Resources.Theme theme) {
|
|
return resources.getColor(i, theme);
|
|
}
|
|
|
|
public static ColorStateList b(Resources resources, int i, Resources.Theme theme) {
|
|
return resources.getColorStateList(i, theme);
|
|
}
|
|
}
|