discord-jadx/app/src/main/java/c/c/a/w/c/m.java

42 lines
1.2 KiB
Java

package c.c.a.w.c;
import android.graphics.PointF;
import c.c.a.c0.a;
import java.util.Collections;
/* compiled from: SplitDimensionPathKeyframeAnimation */
public class m extends a<PointF, PointF> {
public final PointF i = new PointF();
public final a<Float, Float> j;
public final a<Float, Float> k;
public m(a<Float, Float> aVar, a<Float, Float> aVar2) {
super(Collections.emptyList());
this.j = aVar;
this.k = aVar2;
h(this.d);
}
/* Return type fixed from 'java.lang.Object' to match base method */
@Override // c.c.a.w.c.a
public PointF e() {
return this.i;
}
/* Return type fixed from 'java.lang.Object' to match base method */
/* JADX DEBUG: Method arguments types fixed to match base method, original types: [c.c.a.c0.a, float] */
@Override // c.c.a.w.c.a
public PointF f(a<PointF> aVar, float f) {
return this.i;
}
@Override // c.c.a.w.c.a
public void h(float f) {
this.j.h(f);
this.k.h(f);
this.i.set(this.j.e().floatValue(), this.k.e().floatValue());
for (int i = 0; i < this.a.size(); i++) {
this.a.get(i).a();
}
}
}