call View.onAttachedToWindow() method

This commit is contained in:
Julian Winkler
2023-10-08 17:51:41 +02:00
parent f4251af2a2
commit 520d153c55
8 changed files with 43 additions and 7 deletions

View File

@@ -5,4 +5,8 @@ public class VelocityTracker {
public static VelocityTracker obtain() {
return new VelocityTracker();
}
public void addMovement(MotionEvent event) {}
public void recycle() {}
}