Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
10
apk_decompiled/sources/U/d.java
Normal file
10
apk_decompiled/sources/U/d.java
Normal file
@@ -0,0 +1,10 @@
|
||||
package U;
|
||||
|
||||
import android.widget.EdgeEffect;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public abstract class d {
|
||||
public static void a(EdgeEffect edgeEffect, float f2, float f4) {
|
||||
edgeEffect.onPull(f2, f4);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user