- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
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);
|
|
}
|
|
}
|