- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
13 lines
458 B
Java
13 lines
458 B
Java
package com.tapjoy.internal;
|
|
|
|
import android.view.GestureDetector;
|
|
import android.view.MotionEvent;
|
|
|
|
/* loaded from: classes4.dex */
|
|
public final class m2 extends GestureDetector.SimpleOnGestureListener {
|
|
@Override // android.view.GestureDetector.SimpleOnGestureListener, android.view.GestureDetector.OnGestureListener
|
|
public final boolean onScroll(MotionEvent motionEvent, MotionEvent motionEvent2, float f, float f2) {
|
|
return true;
|
|
}
|
|
}
|