ViewGroup: handle scroll events

This commit is contained in:
Julian Winkler
2023-08-22 18:08:16 +02:00
parent 960930a348
commit c4b7bdc63d
13 changed files with 53 additions and 11 deletions

View File

@@ -14,4 +14,8 @@ public class EdgeEffect extends View {
super(context, attributeSet);
}
public void setSize(int width, int height) {}
public void onPull(float deltaDistance) {}
public boolean isFinished() {return true;}
}