You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
implement MotionView.eventTime and VelocityTracker
This is needed to make androidx ViewPager work with touch input
This commit is contained in:
@@ -19,5 +19,6 @@ public class EdgeEffect extends View {
|
||||
public void onPull(float deltaDistance, float displacement) {}
|
||||
public boolean isFinished() {return true;}
|
||||
public void onRelease() {}
|
||||
public void onAbsorb(int velocity) {}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user