- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
16 lines
316 B
Java
16 lines
316 B
Java
package com.iab.omid.library.unity3d.devicevolume;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public class a {
|
|
public float a(int i, int i2) {
|
|
if (i2 <= 0 || i <= 0) {
|
|
return 0.0f;
|
|
}
|
|
float f = i / i2;
|
|
if (f > 1.0f) {
|
|
return 1.0f;
|
|
}
|
|
return f;
|
|
}
|
|
}
|