api-impl: add misc stubs/impls

This commit is contained in:
Mis012
2024-06-13 21:00:06 +02:00
parent 725df91af9
commit 81797c2667
13 changed files with 92 additions and 8 deletions

View File

@@ -17,4 +17,5 @@ public class HorizontalScrollView extends FrameLayout {
public void smoothScrollTo(int x, int y) {}
public void setFillViewport(boolean fillViewport) {}
}