You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
359 B
13 lines
359 B
package p019g;
|
|
|
|
import android.content.res.Resources;
|
|
import android.util.TypedValue;
|
|
|
|
/* renamed from: g.a */
|
|
/* loaded from: classes.dex */
|
|
public class C0722a {
|
|
/* renamed from: a */
|
|
public static void m3054a(Resources resources, int i, int i2, TypedValue typedValue, boolean z) {
|
|
resources.getValueForDensity(i, i2, typedValue, z);
|
|
}
|
|
} |