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

@@ -1,6 +1,5 @@
package android.view;
import android.graphics.Rect;
public interface ViewParent {
public abstract ViewParent getParent();
}