mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-25 16:42:30 -06:00
16 lines
377 B
Java
16 lines
377 B
Java
package androidx.transition;
|
|
|
|
import android.content.Context;
|
|
import android.graphics.Path;
|
|
import android.util.AttributeSet;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public abstract class PathMotion {
|
|
public abstract Path getPath(float f, float f2, float f3, float f4);
|
|
|
|
public PathMotion() {
|
|
}
|
|
|
|
public PathMotion(Context context, AttributeSet attributeSet) {
|
|
}
|
|
}
|