- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
12 lines
419 B
Java
12 lines
419 B
Java
package androidx.core.view;
|
|
|
|
import android.graphics.Insets;
|
|
import android.view.WindowInsetsAnimation;
|
|
|
|
/* loaded from: classes.dex */
|
|
public abstract /* synthetic */ class WindowInsetsAnimationCompat$Impl30$$ExternalSyntheticApiModelOutline10 {
|
|
public static /* synthetic */ WindowInsetsAnimation.Bounds m(Insets insets, Insets insets2) {
|
|
return new WindowInsetsAnimation.Bounds(insets, insets2);
|
|
}
|
|
}
|