Files
adif-api-reverse-engineering/apk_decompiled/sources/O/n0.java

24 lines
739 B
Java

package O;
import android.graphics.Insets;
import android.view.WindowInsetsAnimation;
import android.view.animation.Interpolator;
/* loaded from: classes.dex */
public abstract /* synthetic */ class n0 {
public static /* synthetic */ WindowInsetsAnimation.Bounds i(Insets insets, Insets insets2) {
return new WindowInsetsAnimation.Bounds(insets, insets2);
}
public static /* synthetic */ WindowInsetsAnimation j(int i, Interpolator interpolator, long j4) {
return new WindowInsetsAnimation(i, interpolator, j4);
}
public static /* bridge */ /* synthetic */ WindowInsetsAnimation k(Object obj) {
return (WindowInsetsAnimation) obj;
}
public static /* synthetic */ void m() {
}
}