Stub some stuff

This commit is contained in:
Nikita Travkin
2022-11-02 16:40:15 +05:00
committed by Mis012
parent 6a1d2f4ed4
commit c7fcb0f84e
11 changed files with 809 additions and 17 deletions

View File

@@ -845,4 +845,6 @@ public class View extends Object {
public void postInvalidate(int left, int top, int right, int bottom) {
System.out.println("postInvalidate("+left+","+top+","+right+","+bottom+") called");
}
public void setOnGenericMotionListener (View.OnGenericMotionListener l) {}
}