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
332 B

package p023h0;
import android.os.Build;
import android.view.Gravity;
/* renamed from: h0.r */
/* loaded from: classes.dex */
public final class C0936r {
/* renamed from: a */
public static int m2528a(int i, int i2) {
return Build.VERSION.SDK_INT >= 17 ? Gravity.getAbsoluteGravity(i, i2) : i & (-8388609);
}
}