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

32 lines
800 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import android.animation.IntEvaluator;
import android.animation.PropertyValuesHolder;
import o.NPh;
/* loaded from: classes3.dex */
public final class GMt extends oNc {
public GMt(NPh.RVV rvv) {
super(rvv);
}
@Override // o.oNc
protected final PropertyValuesHolder PO_(boolean z) {
int i;
int i2;
String str;
if (z) {
i = (int) (this.g * ((oNc) this).i);
i2 = this.g;
str = "ANIMATION_SCALE_REVERSE";
} else {
i = this.g;
i2 = (int) (this.g * ((oNc) this).i);
str = "ANIMATION_SCALE";
}
PropertyValuesHolder ofInt = PropertyValuesHolder.ofInt(str, i, i2);
ofInt.setEvaluator(new IntEvaluator());
return ofInt;
}
}