ADD week 5
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package com.google.android.material.sidesheet;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
final class SheetUtils {
|
||||
private SheetUtils() {
|
||||
}
|
||||
|
||||
static boolean isSwipeMostlyHorizontal(float f, float f2) {
|
||||
return Math.abs(f) > Math.abs(f2);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user