add more Java APIs needed for OctoDroid

This commit is contained in:
Julian Winkler
2024-08-05 17:17:53 +02:00
parent 6c2585ab4b
commit 3e7fdac663
21 changed files with 184 additions and 5 deletions

View File

@@ -0,0 +1,9 @@
package android.view;
import android.graphics.Rect;
public class TouchDelegate {
public TouchDelegate(Rect bounds, View delegate) {
}
}